0s autopkgtest: DBG: testbed init 0s autopkgtest [19:46:14]: starting date and time: 2025-02-06 19:46:14+0000 0s autopkgtest [19:46:14]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [19:46:14]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.3e91tjwo/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:rust-defaults,src:libgit2,src:rustc-1.84 --apt-upgrade rust-openssl-macros --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 '--env=ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1' -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-8.secgroup --name adt-plucky-s390x-rust-openssl-macros-20250206-194614-juju-7f2275-prod-proposed-migration-environment-15-b459903b-c9ae-4e22-a9d3-128053ea8fa5 --image adt/ubuntu-plucky-s390x-server --keyname testbed-juju-7f2275-prod-proposed-migration-environment-15 --net-id=net_prod-proposed-migration-s390x -e TERM=linux -e ''"'"'http_proxy=http://squid.internal:3128'"'"'' -e ''"'"'https_proxy=http://squid.internal:3128'"'"'' -e ''"'"'no_proxy=127.0.0.1,127.0.1.1,login.ubuntu.com,localhost,localdomain,novalocal,internal,archive.ubuntu.com,ports.ubuntu.com,security.ubuntu.com,ddebs.ubuntu.com,changelogs.ubuntu.com,keyserver.ubuntu.com,launchpadlibrarian.net,launchpadcontent.net,launchpad.net,10.24.0.0/24,keystone.ps5.canonical.com,objectstorage.prodstack5.canonical.com,radosgw.ps5.canonical.com'"'"'' --mirror=http://ftpmaster.internal/ubuntu/ 0s autopkgtest: DBG: got reply from testbed: ok 0s autopkgtest: DBG: testbed open, scratch=None 0s autopkgtest: DBG: sending command to testbed: open 111s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.vkJXgO 111s autopkgtest: DBG: sending command to testbed: print-execute-command 111s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.gxgh1qms/runcmd 111s autopkgtest: DBG: sending command to testbed: capabilities 111s autopkgtest: DBG: got reply from testbed: ok reboot revert isolation-machine revert-full-system suggested-normal-user=ubuntu root-on-testbed 111s autopkgtest: DBG: testbed capabilities: ['reboot', 'revert', 'isolation-machine', 'revert-full-system', 'suggested-normal-user=ubuntu', 'root-on-testbed', 'has_internet'] 111s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.vkJXgO'], kind short, sout raw, serr pipe, env [] 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.vkJXgO/wrapper.sh 111s autopkgtest: DBG: got reply from testbed: ok 111s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.vkJXgO/wrapper.sh'], kind short, sout raw, serr pipe, env [] 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest [19:48:06]: testbed dpkg architecture: s390x 112s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest [19:48:06]: testbed apt version: 2.9.18 112s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: testbed has eatmydata 112s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest [19:48:06]: @@@@@@@@@@@@@@@@@@@@ test bed setup 112s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# Copyright © 2006-2018 Canonical Ltd.\n# Copyright © 2015-2017 Martin Pitt\n# Copyright © 2017 Steve Langasek\n# Copyright © 2017-2022 Paul Gevers\n# Copyright © 2018 Simon McVittie\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the first suite found in apt sources. We can\'t just rely\n# on /etc/os-release because it doesn\'t allow to distinguish between Debian\n# unstable and testing.\n#\n# This release detection logic should be kept in sync with similar code in the\n# setup-testbed script.\n#\n# For more information on APT data sources see sources.list(5).\n\n# Usage $0\n\nset -eux\n\ndistro=UNKNOWN\nif [ -r /etc/os-release ]; then\n # shellcheck disable=SC1091\n distro=$(. /etc/os-release && echo "${ID:-$distro}")\nfi\n\n# Try guessing the default release from deb822-style format sources.\n#\n# While not mandatory, APT upstream expects distros to follow the\n# .sources naming pattern for the default deb822 sources.\napt_sources="/etc/apt/sources.list.d/$distro.sources"\nif [ -r "$apt_sources" ]; then\n release=$(sed -En \'s/^Suites:\\s*(\\w+).*/\\1/Ip\' "$apt_sources" | head -n1)\n [ -n "$release" ] && echo "$release" && exit\nfi\n\n# Try guessing the default release from one-line-style format sources.\napt_sources=/etc/apt/sources.list\nif [ -r "$apt_sources" ]; then\n release=$(sed -En \'/^(deb|deb-src) +(\\[.*\\] *)?(http|https|file):/ { s/\\[.*\\] +//; s/^[^ ]+ +[^ ]* +([^ ]+) +.*$/\\1/p }\' "$apt_sources" | head -n1)\n [ -n "$release" ] && echo "$release" && exit\nfi\n\n# Could not guess the default release\necho "Could not guess the default release from the APT sources." >&2\nexit 1\n'], kind short, sout pipe, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest [19:48:06]: testbed release detected to be: None 112s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the list of configured "deb" sources in one-line-style\n# source lists (/etc/apt/sources.list, /etc/apt/sources.list.d/*.list).\n# See sources.list(5) for more information on the APT source list formats.\n#\n# This script takes no arguments.\n\nset -eu\n\n# grep(1) returns 1 if no lines were selected from the input files, which\n# can happen if there are .list files, but they contain no "deb" entries.\n# We don\'t want to fail in this case, hence the "|| true", which we put\n# in a subshell because we want it to affect only the grep invocation.\n{\n if [ -f /etc/apt/sources.list ]; then\n printf \'%s\\0\' /etc/apt/sources.list\n fi\n if [ -d /etc/apt/sources.list.d ]; then\n find /etc/apt/sources.list.d -maxdepth 1 -type f -regex \'.*/[a-zA-Z0-9_.-]+\\.list\' -print0 \\\n | LC_ALL=C sort --zero-terminated\n fi\n} | xargs -0 --no-run-if-empty -- sh -c \'grep -h "^deb " "$@" || true\' "$(basename "$0")"\n'], kind short, sout pipe, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the list of configured sources in deb822-style source\n# lists (/etc/apt/sources.list.d/*.sources). Sources are not stripped out of\n# comments, extra blank lines or similar: the output of this script is meant to\n# be consumed by a deb822 parser that is able to correctly handle those.\n# See sources.list(5) for more information on the APT source list formats.\n#\n# This script takes no arguments.\n\nset -eu\n\n# Awk concatenates files making sure stanzas from separate files are separated\n# by a blank line, even if there are no newlines at EOF in the .sources files.\nif [ -d /etc/apt/sources.list.d ]; then\n find /etc/apt/sources.list.d -maxdepth 1 -type f -regex \'.*/[a-zA-Z0-9_.-]+\\.sources\' -print0 \\\n | LC_ALL=C sort --zero-terminated \\\n | xargs -0 --no-run-if-empty -- awk \'FNR == 1 && NR != 1 { print "" } { print }\'\nfi\n'], kind short, sout pipe, serr pipe, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest: DBG: adding APT source: Types: deb deb-src 113s URIs: http://ftpmaster.internal/ubuntu/ 113s Suites: plucky-proposed 113s Components: main restricted universe multiverse 113s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 113s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" >> "/etc/apt/sources.list.d/autopkgtest-add-apt-release-plucky-proposed.sources"', 'add_apt_source', 'printf', '%s\\n', 'Types: deb deb-src\nURIs: http://ftpmaster.internal/ubuntu/\nSuites: plucky-proposed\nComponents: main restricted universe multiverse\nSigned-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg\n'], kind short, sout raw, serr pipe, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 113s Package: * 113s Pin: release plucky-proposed 113s Pin-Priority: 500 113s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-zz-plucky-proposed-baseline.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 500'], kind short, sout raw, serr pipe, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest [19:48:07]: updating testbed package index (apt update) 113s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'update'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 113s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 114s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 114s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 114s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 114s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [74.3 kB] 114s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [2428 B] 114s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [934 kB] 114s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.8 kB] 114s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [136 kB] 114s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [810 kB] 114s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4860 B] 114s Fetched 2086 kB in 1s (2017 kB/s) 115s Reading package lists... 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 115s Package: * 115s Pin: release plucky-proposed 115s Pin-Priority: 100 115s 115s Package: src:rust-defaults:any src:libgit2:any src:rustc-1.84:any 115s Pin: release plucky-proposed 115s Pin-Priority: 995 115s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-plucky-proposed.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 100\n\nPackage: src:rust-defaults:any src:libgit2:any src:rustc-1.84:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: testbed command ['bash', '-ec', 'for d in /boot /boot/efi /boot/grub /etc/init /etc/init.d /etc/systemd/system /lib/systemd/system; do [ ! -d $d ] || touch -r $d /tmp/autopkgtest.vkJXgO/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# Canonical/Ubuntu specific testbed setup\n\nset -x\n\nRELEASE=$(lsb_release --codename --short 2>/dev/null)\n\n# Make the installed package versions match what is available from the configured\n# repositories, even if a downgrade is required.\n#\n# We may end up with images with packages newer than those available from the\n# repositories when opening a new release (images are created using the\n# previous release dailies as a base, which may include 0-day SRUs, or\n# Launchpad may fail to copy packages, see openssl 3.0.8-1ubuntu2), or when\n# package versions are pulled from the archive.\n#\n# Note: \'release a=\' matches the Suite field in the repository Release file.\ncat >/etc/apt/preferences.d/force-downgrade-to-release.pref <= Focal).\n#\n# Note: autoremove/--autoremove always runs on the entire set of installed\n# packages. Together with --autopurge/purge each removal becomes a purge.\n#\n# Removing \'?obsolete\' packages may remove the running kernel. This is not\n# expected to be an issue.\nif /usr/lib/apt/apt-helper analyze-pattern \'?true\' >/dev/null 2>&1; then\n # DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove \'?obsolete\'\n # Avoid removing the running kernel\n running_kernel_pattern="^linux-.*$(uname -r | sed \'s/\\./\\\\./g\').*"\n obsolete_pkgs="$(apt list \'?obsolete\' 2>/dev/null \\\n | tail -n+2 \\\n | cut -d\'/\' -f1 \\\n | grep -v "${running_kernel_pattern}" || true)"\n DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove ${obsolete_pkgs}\nelse\n # We\'re on an older release (analyze-pattern is not available).\n # Still do an autopurge to get rid of packages that got orphaned\n # by downgrades.\n eatmydata apt-get -y autoremove --purge\nfi\n\n# compatibility with old Jenkins testbeds for trusty\nif grep -q trusty /etc/lsb-release; then apt-get update || (sleep 10; apt-get update); apt-get install -y build-essential; fi\n\n# these packages really break tests, purge them if we use standard cloud images\n# (on lcy01)\nfor p in unattended-upgrades lxd lxd-client snapd; do\n [ ! -d /usr/share/doc/$p ] || $(which eatmydata || true) apt-get purge --auto-remove -y $p\ndone\n\nif type iptables >/dev/null 2>&1; then\n cat < /etc/rc.local\n#!/bin/sh\n\n# work around broken PTMU; LP: #1572026, RT#90771\niptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu || true\n\n# These addresses are used at least by rust-reqwest and should not be reachable\n# See https://bugs.launchpad.net/ubuntu/+source/rust-reqwest/+bug/2080346\niptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP || true\niptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP || true\nEOF\n chmod 755 /etc/rc.local\n # shellcheck disable=SC1091\n . /etc/rc.local\nfi\n\n# work around broken tty on ppc64el instances (LP: #1607075)\nif [ "$(uname -m)" = ppc64le ] && [ "$(systemctl is-active keyboard-setup.service 2>/dev/null|| true)" = failed ]; then\n systemctl reset-failed keyboard-setup.service\n systemctl mask keyboard-setup.service\nfi\n\n# work around late urandom pool initialization (LP: #1622893)\nif [ -d /run/systemd/system ] && systemd-detect-virt --quiet --vm; then\n mkdir -p /etc/systemd/system/systemd-random-seed.service.d/\n cat < /etc/systemd/system/systemd-random-seed.service.d/fakeentropy.conf\n[Service]\nExecStart=/usr/bin/perl -E \'open \\$\\$f, "/bin/bash" or die; open \\$\\$rnd, ">/dev/random" or die; for (\\$\\$i = 0; \\$\\$i < 10; ++\\$\\$i) {read \\$\\$f, \\$\\$d, 64; ioctl \\$\\$rnd, 0x40085203, pack("ii", 64*8, 64) . \\$\\$d}\'\nEOF\nfi\n\n# set compressor to lz4 where supported, we care about compression speed\nif grep -q lz4 /etc/initramfs-tools/initramfs.conf; then\n echo COMPRESS=lz4 > /etc/initramfs-tools/conf.d/lz4\nfi'], kind install, sout raw, serr raw, env ['AUTOPKGTEST_IS_SETUP_COMMAND=1', 'AUTOPKGTEST_NORMAL_USER=ubuntu', 'ADT_NORMAL_USER=ubuntu'] 115s + lsb_release --codename --short 115s + RELEASE=plucky 115s + cat 115s + [ plucky != trusty ] 115s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 115s Reading package lists... 115s Building dependency tree... 115s Reading state information... 116s Calculating upgrade... 116s The following packages were automatically installed and are no longer required: 116s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 116s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 116s linux-tools-6.11.0-8-generic 116s Use 'sudo apt autoremove' to remove them. 116s The following packages will be upgraded: 116s apt apt-utils libapt-pkg6.0t64 116s 3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 116s Need to get 2733 kB of archives. 116s After this operation, 187 kB of additional disk space will be used. 116s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libapt-pkg6.0t64 s390x 2.9.27ubuntu1 [1099 kB] 116s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x apt s390x 2.9.27ubuntu1 [1418 kB] 116s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x apt-utils s390x 2.9.27ubuntu1 [215 kB] 117s Fetched 2733 kB in 1s (3973 kB/s) 117s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 117s Preparing to unpack .../libapt-pkg6.0t64_2.9.27ubuntu1_s390x.deb ... 117s Unpacking libapt-pkg6.0t64:s390x (2.9.27ubuntu1) over (2.9.18) ... 117s Setting up libapt-pkg6.0t64:s390x (2.9.27ubuntu1) ... 117s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 117s Preparing to unpack .../apt_2.9.27ubuntu1_s390x.deb ... 117s Unpacking apt (2.9.27ubuntu1) over (2.9.18) ... 117s Setting up apt (2.9.27ubuntu1) ... 117s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80971 files and directories currently installed.) 117s Preparing to unpack .../apt-utils_2.9.27ubuntu1_s390x.deb ... 117s Unpacking apt-utils (2.9.27ubuntu1) over (2.9.18) ... 117s Setting up apt-utils (2.9.27ubuntu1) ... 117s Processing triggers for man-db (2.13.0-1) ... 119s Processing triggers for libc-bin (2.40-4ubuntu1) ... 119s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 119s + /usr/lib/apt/apt-helper analyze-pattern ?true 119s + uname -r 119s + sed s/\./\\./g 119s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 119s + apt list ?obsolete 119s + tail -n+2 119s + cut -d/ -f1 119s + grep -v ^linux-.*6\.12\.0-12-generic.* 120s + true 120s + obsolete_pkgs= 120s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 120s Reading package lists... 120s Building dependency tree... 120s Reading state information... 120s The following packages will be REMOVED: 120s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 120s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 120s linux-tools-6.11.0-8-generic* 120s 0 upgraded, 0 newly installed, 5 to remove and 0 not upgraded. 120s After this operation, 143 MB disk space will be freed. 120s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80971 files and directories currently installed.) 120s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 120s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 121s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 121s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 121s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 121s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 56564 files and directories currently installed.) 121s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 121s + grep -q trusty /etc/lsb-release 121s + [ ! -d /usr/share/doc/unattended-upgrades ] 121s + [ ! -d /usr/share/doc/lxd ] 121s + [ ! -d /usr/share/doc/lxd-client ] 121s + [ ! -d /usr/share/doc/snapd ] 121s + type iptables 121s + cat 121s + chmod 755 /etc/rc.local 121s + . /etc/rc.local 121s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 121s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 121s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 121s + uname -m 121s + [ s390x = ppc64le ] 121s + [ -d /run/systemd/system ] 121s + systemd-detect-virt --quiet --vm 121s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 121s + cat 121s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 121s + echo COMPRESS=lz4 121s autopkgtest: DBG: testbed command exited with code 0 121s autopkgtest [19:48:15]: upgrading testbed (apt dist-upgrade and autopurge) 121s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'dist-upgrade'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 121s Reading package lists... 121s Building dependency tree... 121s Reading state information... 122s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 122s Starting 2 pkgProblemResolver with broken count: 0 122s Done 122s Entering ResolveByKeep 122s 122s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 122s autopkgtest: DBG: testbed command exited with code 0 122s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', '--purge', 'autoremove'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 122s Reading package lists... 122s Building dependency tree... 122s Reading state information... 122s Starting pkgProblemResolver with broken count: 0 122s Starting 2 pkgProblemResolver with broken count: 0 123s Done 123s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 123s autopkgtest: DBG: testbed command exited with code 0 123s autopkgtest: DBG: testbed command ['bash', '-ec', '[ ! -e /run/autopkgtest_no_reboot.stamp ] || exit 0;for d in /boot /boot/efi /boot/grub /etc/init /etc/init.d /etc/systemd/system /lib/systemd/system; do s=/tmp/autopkgtest.vkJXgO/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 123s autopkgtest: DBG: testbed command exited with code 1 123s autopkgtest [19:48:17]: rebooting testbed after setup commands that affected boot 123s autopkgtest: DBG: sending command to testbed: reboot 141s autopkgtest: DBG: got reply from testbed: ok 141s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 141s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.vkJXgO'], kind short, sout raw, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.vkJXgO/autopkgtest-reboot 141s autopkgtest: DBG: got reply from testbed: ok 141s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.vkJXgO/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.vkJXgO/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.vkJXgO/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.vkJXgO'], kind short, sout raw, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.vkJXgO/autopkgtest-reboot-prepare 142s autopkgtest: DBG: got reply from testbed: ok 142s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.vkJXgO/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.vkJXgO/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest [19:48:37]: testbed running kernel: Linux 6.12.0-12-generic #12-Ubuntu SMP Wed Jan 22 15:18:24 UTC 2025 143s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.vkJXgO/testbed-packages"], kind short, sout raw, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vkJXgO/testbed-packages /tmp/autopkgtest-work.3e91tjwo/out/testbed-packages 144s autopkgtest: DBG: got reply from testbed: ok 144s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 144s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.vkJXgO'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.vkJXgO/autopkgtest-reboot 144s autopkgtest: DBG: got reply from testbed: ok 144s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.vkJXgO/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.vkJXgO/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.vkJXgO/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.vkJXgO'], kind short, sout raw, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.vkJXgO/autopkgtest-reboot-prepare 145s autopkgtest: DBG: got reply from testbed: ok 145s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.vkJXgO/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.vkJXgO/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: Binaries: initialising 146s autopkgtest [19:48:40]: @@@@@@@@@@@@@@@@@@@@ apt-source rust-openssl-macros 146s autopkgtest: DBG: blame += rust-openssl-macros 146s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 146s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'rust-openssl-macros'], kind short, sout pipe, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^librust-openssl-macros-dev$'], kind short, sout pipe, serr raw, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'librust-openssl-macros-dev=0.1.0-1'], kind short, sout pipe, serr raw, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: install_deps: deps_new=[] 146s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['sh', '-ec', 'su --shell=/bin/sh ubuntu -c \'set -e; exec 3>&1 >&2; set -x; cd /; builddir=$(mktemp -d /tmp/autopkgtest.vkJXgO/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source rust-openssl-macros=0.1.0-1 2>&1) || RC=$?;if [ -n "$RC" ]; then if echo "$OUT" | grep -q "Unable to find a source package"; then exit 1; else exit $RC; fi;fi;echo "$OUT" | grep ^Get: || true;dpkg-source -x rust-openssl-macros_*.dsc src >/dev/null; chmod -R a+rX .; cd [a-z0-9]*/.; pwd >&3; sed -n "1 {s/).*//; s/ (/\\n/; p}" debian/changelog >&3\''], kind build, sout pipe, serr raw, env ['ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1'] 147s + cd / 147s + mktemp -d /tmp/autopkgtest.vkJXgO/build.XXX 147s + builddir=/tmp/autopkgtest.vkJXgO/build.TAf 147s + cd /tmp/autopkgtest.vkJXgO/build.TAf 147s + apt-get source -d -q --only-source rust-openssl-macros=0.1.0-1 147s + OUT=Reading package lists... 147s NOTICE: 'rust-openssl-macros' packaging is maintained in the 'Git' version control system at: 147s https://salsa.debian.org/rust-team/debcargo-conf.git [src/openssl-macros] 147s Please use: 147s git clone https://salsa.debian.org/rust-team/debcargo-conf.git [src/openssl-macros] 147s to retrieve the latest (possibly unreleased) updates to the package. 147s Need to get 10.5 kB of source archives. 147s Get:1 http://ftpmaster.internal/ubuntu plucky/universe rust-openssl-macros 0.1.0-1 (dsc) [2346 B] 147s Get:2 http://ftpmaster.internal/ubuntu plucky/universe rust-openssl-macros 0.1.0-1 (tar) [5566 B] 147s Get:3 http://ftpmaster.internal/ubuntu plucky/universe rust-openssl-macros 0.1.0-1 (diff) [2588 B] 147s Fetched 10.5 kB in 0s (48.9 kB/s) 147s Download complete and in download only mode 147s + [ -n ] 147s + echo Reading package lists... 147s NOTICE: 'rust-openssl-macros' packaging is maintained in the 'Git' version control system at: 147s https://salsa.debian.org/rust-team/debcargo-conf.git [src/openssl-macros] 147s Please use: 147s git clone https://salsa.debian.org/rust-team/debcargo-conf.git [src/openssl-macros] 147s to retrieve the latest (possibly unreleased) updates to the package. 147s Need to get 10.5 kB of source archives. 147s Get:1 http://ftpmaster.internal/ubuntu plucky/universe rust-openssl-macros 0.1.0-1 (dsc) [2346 B] 147s Get:2 http://ftpmaster.internal/ubuntu plucky/universe rust-openssl-macros 0.1.0-1 (tar) [5566 B] 147s Get:3 http://ftpmaster.internal/ubuntu plucky/universe rust-openssl-macros 0.1.0-1 (diff) [2588 B] 147s Fetched 10.5 kB in 0s (48.9 kB/s) 147s Download complete and in download only mode 147s + grep ^Get: 147s Get:1 http://ftpmaster.internal/ubuntu plucky/universe rust-openssl-macros 0.1.0-1 (dsc) [2346 B] 147s Get:2 http://ftpmaster.internal/ubuntu plucky/universe rust-openssl-macros 0.1.0-1 (tar) [5566 B] 147s Get:3 http://ftpmaster.internal/ubuntu plucky/universe rust-openssl-macros 0.1.0-1 (diff) [2588 B] 147s + dpkg-source -x rust-openssl-macros_0.1.0-1.dsc src 147s gpgv: Signature made Thu Jun 9 21:34:48 2022 UTC 147s gpgv: using RSA key B60DB5994D39BEC4D1A95CCF7E6528DA752F1BE1 147s gpgv: Can't check signature: No public key 147s dpkg-source: warning: cannot verify inline signature for ./rust-openssl-macros_0.1.0-1.dsc: no acceptable signature found 147s + chmod -R a+rX . 147s + cd src/. 147s + pwd 147s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest [19:48:41]: testing package rust-openssl-macros version 0.1.0-1 147s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vkJXgO/build.TAf/src/debian/ /tmp/autopkgtest-work.3e91tjwo/out/pkg/debian/ 148s autopkgtest: DBG: got reply from testbed: ok 148s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 148s autopkgtest: DBG: processing dependency @ 148s autopkgtest: DBG: synthesised dependency librust-openssl-macros-dev 148s autopkgtest: DBG: Test defined: name rust-openssl-macros:@ path None command "/usr/share/cargo/bin/cargo-auto-test openssl-macros 0.1.0 --all-targets --all-features" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=rust-openssl-macros:@'] depends ['dh-cargo (>= 18)', 'librust-openssl-macros-dev'] 148s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 148s autopkgtest: DBG: processing dependency @ 148s autopkgtest: DBG: synthesised dependency librust-openssl-macros-dev 148s autopkgtest: DBG: Test defined: name librust-openssl-macros-dev:default path None command "/usr/share/cargo/bin/cargo-auto-test openssl-macros 0.1.0 --all-targets" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-openssl-macros-dev:default'] depends ['dh-cargo (>= 18)', 'librust-openssl-macros-dev'] 148s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 148s autopkgtest: DBG: processing dependency @ 148s autopkgtest: DBG: synthesised dependency librust-openssl-macros-dev 148s autopkgtest: DBG: Test defined: name librust-openssl-macros-dev: path None command "/usr/share/cargo/bin/cargo-auto-test openssl-macros 0.1.0 --all-targets --no-default-features" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-openssl-macros-dev:'] depends ['dh-cargo (>= 18)', 'librust-openssl-macros-dev'] 148s autopkgtest [19:48:42]: build not needed 148s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vkJXgO/build.TAf/src/ /tmp/autopkgtest-work.3e91tjwo/out/tests-tree/ 148s autopkgtest: DBG: got reply from testbed: ok 148s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 148s autopkgtest: DBG: processing dependency @ 148s autopkgtest: DBG: synthesised dependency librust-openssl-macros-dev 148s autopkgtest: DBG: Test defined: name rust-openssl-macros:@ path None command "/usr/share/cargo/bin/cargo-auto-test openssl-macros 0.1.0 --all-targets --all-features" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=rust-openssl-macros:@'] depends ['dh-cargo (>= 18)', 'librust-openssl-macros-dev'] 148s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 148s autopkgtest: DBG: processing dependency @ 148s autopkgtest: DBG: synthesised dependency librust-openssl-macros-dev 148s autopkgtest: DBG: Test defined: name librust-openssl-macros-dev:default path None command "/usr/share/cargo/bin/cargo-auto-test openssl-macros 0.1.0 --all-targets" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-openssl-macros-dev:default'] depends ['dh-cargo (>= 18)', 'librust-openssl-macros-dev'] 148s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 148s autopkgtest: DBG: processing dependency @ 148s autopkgtest: DBG: synthesised dependency librust-openssl-macros-dev 148s autopkgtest: DBG: Test defined: name librust-openssl-macros-dev: path None command "/usr/share/cargo/bin/cargo-auto-test openssl-macros 0.1.0 --all-targets --no-default-features" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-openssl-macros-dev:'] depends ['dh-cargo (>= 18)', 'librust-openssl-macros-dev'] 148s autopkgtest [19:48:42]: test rust-openssl-macros:@: preparing testbed 148s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['dh-cargo (>= 18)', 'librust-openssl-macros-dev'] 148s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 148s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-openssl-macros-dev'] 148s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-openssl-macros-dev 148s autopkgtest: DBG: can use apt-get on testbed: True 148s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'dh-cargo (>= 18), librust-openssl-macros-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 148s Reading package lists... 149s Building dependency tree... 149s Reading state information... 149s Starting pkgProblemResolver with broken count: 0 149s Starting 2 pkgProblemResolver with broken count: 0 149s Done 149s The following NEW packages will be installed: 149s autoconf automake autopoint autotools-dev cargo cargo-1.84 cpp cpp-14 149s cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu debhelper debugedit dh-autoreconf 149s dh-cargo dh-cargo-tools dh-strip-nondeterminism dwz gcc gcc-14 149s gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu gettext intltool-debian 149s libarchive-zip-perl libasan8 libcc1-0 libdebhelper-perl 149s libfile-stripnondeterminism-perl libgcc-14-dev libgit2-1.9 libgomp1 libisl23 149s libitm1 libmpc3 librust-openssl-macros-dev librust-proc-macro2-dev 149s librust-quote-dev librust-syn-1-dev librust-unicode-ident-dev 149s libstd-rust-1.84 libstd-rust-1.84-dev libtool libubsan1 m4 po-debconf rustc 149s rustc-1.84 149s 0 upgraded, 47 newly installed, 0 to remove and 0 not upgraded. 149s Need to get 132 MB of archives. 149s After this operation, 501 MB of additional disk space will be used. 149s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 149s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 150s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 150s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.17-3 [572 kB] 150s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 150s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libgit2-1.9 s390x 1.9.0~ds-0ubuntu1 [601 kB] 150s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libstd-rust-1.84 s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [29.9 MB] 151s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libstd-rust-1.84-dev s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [47.9 MB] 152s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 152s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 152s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [9572 kB] 152s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-16ubuntu1 [1032 B] 152s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [5452 B] 152s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.1.0-2ubuntu1 [22.4 kB] 152s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 14.2.0-16ubuntu1 [50.7 kB] 152s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 14.2.0-16ubuntu1 [151 kB] 152s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 14.2.0-16ubuntu1 [30.9 kB] 152s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 14.2.0-16ubuntu1 [2964 kB] 152s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 14.2.0-16ubuntu1 [1184 kB] 152s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-16ubuntu1 [1037 kB] 153s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [18.7 MB] 153s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-16ubuntu1 [525 kB] 153s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [1204 B] 153s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.1.0-2ubuntu1 [4996 B] 153s Get:25 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x rustc-1.84 s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [6414 kB] 153s Get:26 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x cargo-1.84 s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [7497 kB] 154s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.23ubuntu1 [95.1 kB] 154s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-3build1 [168 kB] 154s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 154s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 154s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-1 [20.2 kB] 154s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-1 [5068 B] 154s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-1 [49.9 kB] 154s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 154s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 154s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 154s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 154s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.23ubuntu1 [895 kB] 154s Get:39 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x rustc s390x 1.84.0ubuntu1 [2830 B] 154s Get:40 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x cargo s390x 1.84.0ubuntu1 [2240 B] 154s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x dh-cargo-tools all 31ubuntu4 [5834 B] 154s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x dh-cargo all 31ubuntu4 [8668 B] 154s Get:43 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-ident-dev s390x 1.0.13-1 [38.5 kB] 154s Get:44 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-proc-macro2-dev s390x 1.0.92-1 [46.1 kB] 154s Get:45 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-quote-dev s390x 1.0.37-1 [29.5 kB] 154s Get:46 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-syn-1-dev s390x 1.0.109-3 [188 kB] 154s Get:47 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-openssl-macros-dev s390x 0.1.0-1 [7174 B] 154s Fetched 132 MB in 5s (27.2 MB/s) 154s Selecting previously unselected package m4. 154s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 56564 files and directories currently installed.) 154s Preparing to unpack .../00-m4_1.4.19-5_s390x.deb ... 154s Unpacking m4 (1.4.19-5) ... 154s Selecting previously unselected package autoconf. 154s Preparing to unpack .../01-autoconf_2.72-3_all.deb ... 154s Unpacking autoconf (2.72-3) ... 154s Selecting previously unselected package autotools-dev. 154s Preparing to unpack .../02-autotools-dev_20220109.1_all.deb ... 154s Unpacking autotools-dev (20220109.1) ... 154s Selecting previously unselected package automake. 154s Preparing to unpack .../03-automake_1%3a1.17-3_all.deb ... 154s Unpacking automake (1:1.17-3) ... 154s Selecting previously unselected package autopoint. 154s Preparing to unpack .../04-autopoint_0.23.1-1_all.deb ... 154s Unpacking autopoint (0.23.1-1) ... 154s Selecting previously unselected package libgit2-1.9:s390x. 154s Preparing to unpack .../05-libgit2-1.9_1.9.0~ds-0ubuntu1_s390x.deb ... 154s Unpacking libgit2-1.9:s390x (1.9.0~ds-0ubuntu1) ... 154s Selecting previously unselected package libstd-rust-1.84:s390x. 154s Preparing to unpack .../06-libstd-rust-1.84_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 154s Unpacking libstd-rust-1.84:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 155s Selecting previously unselected package libstd-rust-1.84-dev:s390x. 155s Preparing to unpack .../07-libstd-rust-1.84-dev_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 155s Unpacking libstd-rust-1.84-dev:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 156s Selecting previously unselected package libisl23:s390x. 156s Preparing to unpack .../08-libisl23_0.27-1_s390x.deb ... 156s Unpacking libisl23:s390x (0.27-1) ... 156s Selecting previously unselected package libmpc3:s390x. 156s Preparing to unpack .../09-libmpc3_1.3.1-1build2_s390x.deb ... 156s Unpacking libmpc3:s390x (1.3.1-1build2) ... 156s Selecting previously unselected package cpp-14-s390x-linux-gnu. 156s Preparing to unpack .../10-cpp-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 156s Unpacking cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 156s Selecting previously unselected package cpp-14. 156s Preparing to unpack .../11-cpp-14_14.2.0-16ubuntu1_s390x.deb ... 156s Unpacking cpp-14 (14.2.0-16ubuntu1) ... 156s Selecting previously unselected package cpp-s390x-linux-gnu. 156s Preparing to unpack .../12-cpp-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 156s Unpacking cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 156s Selecting previously unselected package cpp. 156s Preparing to unpack .../13-cpp_4%3a14.1.0-2ubuntu1_s390x.deb ... 156s Unpacking cpp (4:14.1.0-2ubuntu1) ... 156s Selecting previously unselected package libcc1-0:s390x. 156s Preparing to unpack .../14-libcc1-0_14.2.0-16ubuntu1_s390x.deb ... 156s Unpacking libcc1-0:s390x (14.2.0-16ubuntu1) ... 156s Selecting previously unselected package libgomp1:s390x. 156s Preparing to unpack .../15-libgomp1_14.2.0-16ubuntu1_s390x.deb ... 156s Unpacking libgomp1:s390x (14.2.0-16ubuntu1) ... 156s Selecting previously unselected package libitm1:s390x. 156s Preparing to unpack .../16-libitm1_14.2.0-16ubuntu1_s390x.deb ... 156s Unpacking libitm1:s390x (14.2.0-16ubuntu1) ... 156s Selecting previously unselected package libasan8:s390x. 156s Preparing to unpack .../17-libasan8_14.2.0-16ubuntu1_s390x.deb ... 156s Unpacking libasan8:s390x (14.2.0-16ubuntu1) ... 156s Selecting previously unselected package libubsan1:s390x. 156s Preparing to unpack .../18-libubsan1_14.2.0-16ubuntu1_s390x.deb ... 156s Unpacking libubsan1:s390x (14.2.0-16ubuntu1) ... 156s Selecting previously unselected package libgcc-14-dev:s390x. 156s Preparing to unpack .../19-libgcc-14-dev_14.2.0-16ubuntu1_s390x.deb ... 156s Unpacking libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 156s Selecting previously unselected package gcc-14-s390x-linux-gnu. 156s Preparing to unpack .../20-gcc-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 156s Unpacking gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 157s Selecting previously unselected package gcc-14. 157s Preparing to unpack .../21-gcc-14_14.2.0-16ubuntu1_s390x.deb ... 157s Unpacking gcc-14 (14.2.0-16ubuntu1) ... 157s Selecting previously unselected package gcc-s390x-linux-gnu. 157s Preparing to unpack .../22-gcc-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 157s Unpacking gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 157s Selecting previously unselected package gcc. 157s Preparing to unpack .../23-gcc_4%3a14.1.0-2ubuntu1_s390x.deb ... 157s Unpacking gcc (4:14.1.0-2ubuntu1) ... 157s Selecting previously unselected package rustc-1.84. 157s Preparing to unpack .../24-rustc-1.84_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 157s Unpacking rustc-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 157s Selecting previously unselected package cargo-1.84. 157s Preparing to unpack .../25-cargo-1.84_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 157s Unpacking cargo-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 157s Selecting previously unselected package libdebhelper-perl. 157s Preparing to unpack .../26-libdebhelper-perl_13.23ubuntu1_all.deb ... 157s Unpacking libdebhelper-perl (13.23ubuntu1) ... 157s Selecting previously unselected package libtool. 157s Preparing to unpack .../27-libtool_2.5.4-3build1_all.deb ... 157s Unpacking libtool (2.5.4-3build1) ... 157s Selecting previously unselected package dh-autoreconf. 157s Preparing to unpack .../28-dh-autoreconf_20_all.deb ... 157s Unpacking dh-autoreconf (20) ... 157s Selecting previously unselected package libarchive-zip-perl. 157s Preparing to unpack .../29-libarchive-zip-perl_1.68-1_all.deb ... 157s Unpacking libarchive-zip-perl (1.68-1) ... 157s Selecting previously unselected package libfile-stripnondeterminism-perl. 157s Preparing to unpack .../30-libfile-stripnondeterminism-perl_1.14.1-1_all.deb ... 157s Unpacking libfile-stripnondeterminism-perl (1.14.1-1) ... 157s Selecting previously unselected package dh-strip-nondeterminism. 157s Preparing to unpack .../31-dh-strip-nondeterminism_1.14.1-1_all.deb ... 157s Unpacking dh-strip-nondeterminism (1.14.1-1) ... 157s Selecting previously unselected package debugedit. 157s Preparing to unpack .../32-debugedit_1%3a5.1-1_s390x.deb ... 157s Unpacking debugedit (1:5.1-1) ... 157s Selecting previously unselected package dwz. 157s Preparing to unpack .../33-dwz_0.15-1build6_s390x.deb ... 157s Unpacking dwz (0.15-1build6) ... 157s Selecting previously unselected package gettext. 157s Preparing to unpack .../34-gettext_0.23.1-1_s390x.deb ... 157s Unpacking gettext (0.23.1-1) ... 157s Selecting previously unselected package intltool-debian. 157s Preparing to unpack .../35-intltool-debian_0.35.0+20060710.6_all.deb ... 157s Unpacking intltool-debian (0.35.0+20060710.6) ... 157s Selecting previously unselected package po-debconf. 157s Preparing to unpack .../36-po-debconf_1.0.21+nmu1_all.deb ... 157s Unpacking po-debconf (1.0.21+nmu1) ... 157s Selecting previously unselected package debhelper. 157s Preparing to unpack .../37-debhelper_13.23ubuntu1_all.deb ... 157s Unpacking debhelper (13.23ubuntu1) ... 157s Selecting previously unselected package rustc. 157s Preparing to unpack .../38-rustc_1.84.0ubuntu1_s390x.deb ... 157s Unpacking rustc (1.84.0ubuntu1) ... 157s Selecting previously unselected package cargo. 157s Preparing to unpack .../39-cargo_1.84.0ubuntu1_s390x.deb ... 157s Unpacking cargo (1.84.0ubuntu1) ... 157s Selecting previously unselected package dh-cargo-tools. 157s Preparing to unpack .../40-dh-cargo-tools_31ubuntu4_all.deb ... 157s Unpacking dh-cargo-tools (31ubuntu4) ... 157s Selecting previously unselected package dh-cargo. 157s Preparing to unpack .../41-dh-cargo_31ubuntu4_all.deb ... 157s Unpacking dh-cargo (31ubuntu4) ... 157s Selecting previously unselected package librust-unicode-ident-dev:s390x. 157s Preparing to unpack .../42-librust-unicode-ident-dev_1.0.13-1_s390x.deb ... 157s Unpacking librust-unicode-ident-dev:s390x (1.0.13-1) ... 157s Selecting previously unselected package librust-proc-macro2-dev:s390x. 157s Preparing to unpack .../43-librust-proc-macro2-dev_1.0.92-1_s390x.deb ... 157s Unpacking librust-proc-macro2-dev:s390x (1.0.92-1) ... 157s Selecting previously unselected package librust-quote-dev:s390x. 157s Preparing to unpack .../44-librust-quote-dev_1.0.37-1_s390x.deb ... 157s Unpacking librust-quote-dev:s390x (1.0.37-1) ... 157s Selecting previously unselected package librust-syn-1-dev:s390x. 157s Preparing to unpack .../45-librust-syn-1-dev_1.0.109-3_s390x.deb ... 157s Unpacking librust-syn-1-dev:s390x (1.0.109-3) ... 157s Selecting previously unselected package librust-openssl-macros-dev:s390x. 157s Preparing to unpack .../46-librust-openssl-macros-dev_0.1.0-1_s390x.deb ... 157s Unpacking librust-openssl-macros-dev:s390x (0.1.0-1) ... 157s Setting up dh-cargo-tools (31ubuntu4) ... 157s Setting up libarchive-zip-perl (1.68-1) ... 157s Setting up libdebhelper-perl (13.23ubuntu1) ... 157s Setting up m4 (1.4.19-5) ... 157s Setting up libgomp1:s390x (14.2.0-16ubuntu1) ... 157s Setting up autotools-dev (20220109.1) ... 157s Setting up libmpc3:s390x (1.3.1-1build2) ... 157s Setting up autopoint (0.23.1-1) ... 157s Setting up libgit2-1.9:s390x (1.9.0~ds-0ubuntu1) ... 157s Setting up autoconf (2.72-3) ... 157s Setting up libstd-rust-1.84:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 157s Setting up libubsan1:s390x (14.2.0-16ubuntu1) ... 157s Setting up librust-unicode-ident-dev:s390x (1.0.13-1) ... 157s Setting up dwz (0.15-1build6) ... 157s Setting up libasan8:s390x (14.2.0-16ubuntu1) ... 157s Setting up libstd-rust-1.84-dev:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 157s Setting up debugedit (1:5.1-1) ... 157s Setting up libisl23:s390x (0.27-1) ... 157s Setting up libcc1-0:s390x (14.2.0-16ubuntu1) ... 157s Setting up libitm1:s390x (14.2.0-16ubuntu1) ... 157s Setting up automake (1:1.17-3) ... 157s update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode 157s Setting up libfile-stripnondeterminism-perl (1.14.1-1) ... 157s Setting up gettext (0.23.1-1) ... 157s Setting up librust-proc-macro2-dev:s390x (1.0.92-1) ... 157s Setting up intltool-debian (0.35.0+20060710.6) ... 157s Setting up cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 157s Setting up cpp-14 (14.2.0-16ubuntu1) ... 157s Setting up dh-strip-nondeterminism (1.14.1-1) ... 157s Setting up libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 157s Setting up cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 157s Setting up po-debconf (1.0.21+nmu1) ... 157s Setting up librust-quote-dev:s390x (1.0.37-1) ... 157s Setting up gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 157s Setting up gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 157s Setting up librust-syn-1-dev:s390x (1.0.109-3) ... 157s Setting up cpp (4:14.1.0-2ubuntu1) ... 157s Setting up librust-openssl-macros-dev:s390x (0.1.0-1) ... 157s Setting up gcc-14 (14.2.0-16ubuntu1) ... 157s Setting up libtool (2.5.4-3build1) ... 157s Setting up gcc (4:14.1.0-2ubuntu1) ... 157s Setting up dh-autoreconf (20) ... 157s Setting up rustc-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 157s Setting up rustc (1.84.0ubuntu1) ... 157s Setting up cargo-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 157s Setting up debhelper (13.23ubuntu1) ... 157s Setting up cargo (1.84.0ubuntu1) ... 157s Setting up dh-cargo (31ubuntu4) ... 157s Processing triggers for libc-bin (2.40-4ubuntu1) ... 157s Processing triggers for man-db (2.13.0-1) ... 158s Processing triggers for install-info (7.1.1-1) ... 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-openssl-macros-dev'], kind short, sout pipe, serr pipe, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.vkJXgO/rust-openssl-macros:@-packages.all"], kind short, sout raw, serr pipe, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vkJXgO/rust-openssl-macros%3A%40-packages.all /tmp/autopkgtest-work.3e91tjwo/out/rust-openssl-macros%3A%40-packages.all 159s autopkgtest: DBG: got reply from testbed: ok 159s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.vkJXgO/build.TAf/src'], kind short, sout raw, serr raw, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.vkJXgO/build.TAf/src already exists 159s autopkgtest [19:48:53]: test rust-openssl-macros:@: /usr/share/cargo/bin/cargo-auto-test openssl-macros 0.1.0 --all-targets --all-features 159s autopkgtest [19:48:53]: test rust-openssl-macros:@: [----------------------- 159s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.vkJXgO/wrapper.sh --debug --artifacts=/tmp/autopkgtest.vkJXgO/rust-openssl-macros:@-artifacts --chdir=/tmp/autopkgtest.vkJXgO/build.TAf/src --env=AUTOPKGTEST_TESTBED_ARCH=s390x --env=AUTOPKGTEST_TEST_ARCH=s390x --env=DEB_BUILD_OPTIONS=parallel=2 --env=DEBIAN_FRONTEND=noninteractive --env=LANG=C.UTF-8 --unset-env=LANGUAGE --unset-env=LC_ADDRESS --unset-env=LC_ALL --unset-env=LC_COLLATE --unset-env=LC_CTYPE --unset-env=LC_IDENTIFICATION --unset-env=LC_MEASUREMENT --unset-env=LC_MESSAGES --unset-env=LC_MONETARY --unset-env=LC_NAME --unset-env=LC_NUMERIC --unset-env=LC_PAPER --unset-env=LC_TELEPHONE --unset-env=LC_TIME --script-pid-file=/tmp/autopkgtest_script_pid --source-profile --stderr=/tmp/autopkgtest.vkJXgO/rust-openssl-macros:@-stderr --stdout=/tmp/autopkgtest.vkJXgO/rust-openssl-macros:@-stdout --tmp=/tmp/autopkgtest.vkJXgO/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1' -- bash -ec '/usr/share/cargo/bin/cargo-auto-test openssl-macros 0.1.0 --all-targets --all-features'"], kind test, sout raw, serr raw, env [] 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.vkJXgO/rust-openssl-macros:@-artifacts 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: changing to directory: /tmp/autopkgtest.vkJXgO/build.TAf/src 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: setting environment: LANG=C.UTF-8 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LANGUAGE 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_ADDRESS 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_ALL 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_COLLATE 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_CTYPE 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_IDENTIFICATION 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_MEASUREMENT 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_MESSAGES 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_MONETARY 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_NAME 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_NUMERIC 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_PAPER 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_TELEPHONE 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_TIME 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: pretending to be a login shell 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: will write standard error to /tmp/autopkgtest.vkJXgO/rust-openssl-macros:@-stderr 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: will write stdout to /tmp/autopkgtest.vkJXgO/rust-openssl-macros:@-stdout 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.vkJXgO/autopkgtest_tmp 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test openssl-macros 0.1.0 --all-targets --all-features 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: copying /tmp/tmp.s6gzq2bMK5/out to stdout and file: /tmp/autopkgtest.vkJXgO/rust-openssl-macros:@-stdout 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: copying /tmp/tmp.s6gzq2bMK5/err to standard error and file: /tmp/autopkgtest.vkJXgO/rust-openssl-macros:@-stdout 159s /tmp/autopkgtest.vkJXgO/wrapper.sh: writing script pid 1804 to /tmp/autopkgtest_script_pid 159s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 159s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 159s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 159s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.ZcC2ZOhm8Q/registry/ 160s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 160s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 160s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 160s debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', '/usr/bin/cargo', '-Zavoid-dev-deps', 'test', '--verbose', '--verbose', '-j2', '--target', 's390x-unknown-linux-gnu', '--all-targets', '--all-features'],) {} 160s Compiling proc-macro2 v1.0.92 160s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.ZcC2ZOhm8Q/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.ZcC2ZOhm8Q/registry/proc-macro2-1.0.92/Cargo.toml 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.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ZcC2ZOhm8Q/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.ZcC2ZOhm8Q/registry/proc-macro2-1.0.92/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=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=3832f39696f3f5db -C extra-filename=-3832f39696f3f5db --out-dir /tmp/tmp.ZcC2ZOhm8Q/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.ZcC2ZOhm8Q/target/debug/deps --cap-lints warn` 160s Compiling unicode-ident v1.0.13 160s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.ZcC2ZOhm8Q/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.ZcC2ZOhm8Q/registry/unicode-ident-1.0.13/Cargo.toml 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.13 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ZcC2ZOhm8Q/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.ZcC2ZOhm8Q/registry/unicode-ident-1.0.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d182fe9243248fe -C extra-filename=-5d182fe9243248fe --out-dir /tmp/tmp.ZcC2ZOhm8Q/target/debug/deps -L dependency=/tmp/tmp.ZcC2ZOhm8Q/target/debug/deps --cap-lints warn` 160s Compiling syn v1.0.109 160s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109 CARGO_MANIFEST_PATH=/tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/Cargo.toml 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='' LD_LIBRARY_PATH=/tmp/tmp.ZcC2ZOhm8Q/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.ZcC2ZOhm8Q/registry/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 debuginfo=2 --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "visit", "visit-mut"))' -C metadata=932a4b00006797ca -C extra-filename=-932a4b00006797ca --out-dir /tmp/tmp.ZcC2ZOhm8Q/target/debug/build/syn-932a4b00006797ca -L dependency=/tmp/tmp.ZcC2ZOhm8Q/target/debug/deps --cap-lints warn` 160s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux 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=/tmp/tmp.ZcC2ZOhm8Q/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.ZcC2ZOhm8Q/registry/proc-macro2-1.0.92/Cargo.toml 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.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.ZcC2ZOhm8Q/target/debug/deps:/tmp/tmp.ZcC2ZOhm8Q/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.ZcC2ZOhm8Q/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.ZcC2ZOhm8Q/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 160s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux 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_MANIFEST_DIR=/tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109 CARGO_MANIFEST_PATH=/tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/Cargo.toml 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=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.ZcC2ZOhm8Q/target/debug/deps:/tmp/tmp.ZcC2ZOhm8Q/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.ZcC2ZOhm8Q/target/debug/build/syn-99ade1692ed7d47f/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.ZcC2ZOhm8Q/target/debug/build/syn-932a4b00006797ca/build-script-build` 160s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 160s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 160s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 160s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 160s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 160s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 160s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 160s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 160s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 160s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 160s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 160s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 160s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 160s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 160s [syn 1.0.109] cargo:rustc-cfg=syn_disable_nightly_tests 160s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 160s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 160s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.ZcC2ZOhm8Q/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.ZcC2ZOhm8Q/registry/proc-macro2-1.0.92/Cargo.toml 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.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ZcC2ZOhm8Q/target/debug/deps OUT_DIR=/tmp/tmp.ZcC2ZOhm8Q/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.ZcC2ZOhm8Q/registry/proc-macro2-1.0.92/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=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ccebc93d1de6cfe5 -C extra-filename=-ccebc93d1de6cfe5 --out-dir /tmp/tmp.ZcC2ZOhm8Q/target/debug/deps -L dependency=/tmp/tmp.ZcC2ZOhm8Q/target/debug/deps --extern unicode_ident=/tmp/tmp.ZcC2ZOhm8Q/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` 161s Compiling quote v1.0.37 161s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.ZcC2ZOhm8Q/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.ZcC2ZOhm8Q/registry/quote-1.0.37/Cargo.toml 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.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ZcC2ZOhm8Q/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.ZcC2ZOhm8Q/registry/quote-1.0.37/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=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=dc92c6f25ee0f0c6 -C extra-filename=-dc92c6f25ee0f0c6 --out-dir /tmp/tmp.ZcC2ZOhm8Q/target/debug/deps -L dependency=/tmp/tmp.ZcC2ZOhm8Q/target/debug/deps --extern proc_macro2=/tmp/tmp.ZcC2ZOhm8Q/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 161s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109 CARGO_MANIFEST_PATH=/tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/Cargo.toml 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='' LD_LIBRARY_PATH=/tmp/tmp.ZcC2ZOhm8Q/target/debug/deps OUT_DIR=/tmp/tmp.ZcC2ZOhm8Q/target/debug/build/syn-99ade1692ed7d47f/out rustc --crate-name syn --edition=2018 /tmp/tmp.ZcC2ZOhm8Q/registry/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 debuginfo=2 --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "visit", "visit-mut"))' -C metadata=8708dd63363fe563 -C extra-filename=-8708dd63363fe563 --out-dir /tmp/tmp.ZcC2ZOhm8Q/target/debug/deps -L dependency=/tmp/tmp.ZcC2ZOhm8Q/target/debug/deps --extern proc_macro2=/tmp/tmp.ZcC2ZOhm8Q/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.ZcC2ZOhm8Q/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.ZcC2ZOhm8Q/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn --cfg syn_disable_nightly_tests` 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lib.rs:254:13 161s | 161s 254 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 161s | ^^^^^^^ 161s | 161s = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `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`, `ub_checks`, `unix`, and `windows` 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = note: `#[warn(unexpected_cfgs)]` on by default 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lib.rs:430:12 161s | 161s 430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lib.rs:434:12 161s | 161s 434 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lib.rs:455:12 161s | 161s 455 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lib.rs:804:12 161s | 161s 804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lib.rs:867:12 161s | 161s 867 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lib.rs:887:12 161s | 161s 887 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lib.rs:916:12 161s | 161s 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lib.rs:959:12 161s | 161s 959 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "full"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/group.rs:136:12 161s | 161s 136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/group.rs:214:12 161s | 161s 214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/group.rs:269:12 161s | 161s 269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/token.rs:561:12 161s | 161s 561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/token.rs:569:12 161s | 161s 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `syn_omit_await_from_token_macro` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/token.rs:881:11 161s | 161s 881 | #[cfg(not(syn_omit_await_from_token_macro))] 161s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_omit_await_from_token_macro)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_omit_await_from_token_macro)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `syn_omit_await_from_token_macro` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/token.rs:883:7 161s | 161s 883 | #[cfg(syn_omit_await_from_token_macro)] 161s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_omit_await_from_token_macro)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_omit_await_from_token_macro)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/token.rs:394:24 161s | 161s 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 161s | ^^^^^^^ 161s ... 161s 556 | / define_punctuation_structs! { 161s 557 | | "_" pub struct Underscore/1 /// `_` 161s 558 | | } 161s | |_- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/token.rs:398:24 161s | 161s 398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 161s | ^^^^^^^ 161s ... 161s 556 | / define_punctuation_structs! { 161s 557 | | "_" pub struct Underscore/1 /// `_` 161s 558 | | } 161s | |_- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/token.rs:271:24 161s | 161s 271 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 161s | ^^^^^^^ 161s ... 161s 652 | / define_keywords! { 161s 653 | | "abstract" pub struct Abstract /// `abstract` 161s 654 | | "as" pub struct As /// `as` 161s 655 | | "async" pub struct Async /// `async` 161s ... | 161s 704 | | "yield" pub struct Yield /// `yield` 161s 705 | | } 161s | |_- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/token.rs:275:24 161s | 161s 275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 161s | ^^^^^^^ 161s ... 161s 652 | / define_keywords! { 161s 653 | | "abstract" pub struct Abstract /// `abstract` 161s 654 | | "as" pub struct As /// `as` 161s 655 | | "async" pub struct Async /// `async` 161s ... | 161s 704 | | "yield" pub struct Yield /// `yield` 161s 705 | | } 161s | |_- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/token.rs:309:24 161s | 161s 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s ... 161s 652 | / define_keywords! { 161s 653 | | "abstract" pub struct Abstract /// `abstract` 161s 654 | | "as" pub struct As /// `as` 161s 655 | | "async" pub struct Async /// `async` 161s ... | 161s 704 | | "yield" pub struct Yield /// `yield` 161s 705 | | } 161s | |_- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/token.rs:317:24 161s | 161s 317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s ... 161s 652 | / define_keywords! { 161s 653 | | "abstract" pub struct Abstract /// `abstract` 161s 654 | | "as" pub struct As /// `as` 161s 655 | | "async" pub struct Async /// `async` 161s ... | 161s 704 | | "yield" pub struct Yield /// `yield` 161s 705 | | } 161s | |_- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/token.rs:444:24 161s | 161s 444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s ... 161s 707 | / define_punctuation! { 161s 708 | | "+" pub struct Add/1 /// `+` 161s 709 | | "+=" pub struct AddEq/2 /// `+=` 161s 710 | | "&" pub struct And/1 /// `&` 161s ... | 161s 753 | | "~" pub struct Tilde/1 /// `~` 161s 754 | | } 161s | |_- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/token.rs:452:24 161s | 161s 452 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s ... 161s 707 | / define_punctuation! { 161s 708 | | "+" pub struct Add/1 /// `+` 161s 709 | | "+=" pub struct AddEq/2 /// `+=` 161s 710 | | "&" pub struct And/1 /// `&` 161s ... | 161s 753 | | "~" pub struct Tilde/1 /// `~` 161s 754 | | } 161s | |_- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/token.rs:394:24 161s | 161s 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 161s | ^^^^^^^ 161s ... 161s 707 | / define_punctuation! { 161s 708 | | "+" pub struct Add/1 /// `+` 161s 709 | | "+=" pub struct AddEq/2 /// `+=` 161s 710 | | "&" pub struct And/1 /// `&` 161s ... | 161s 753 | | "~" pub struct Tilde/1 /// `~` 161s 754 | | } 161s | |_- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = 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) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/token.rs:398:24 161s | 161s 398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 161s | ^^^^^^^ 161s ... 161s 707 | / define_punctuation! { 161s 708 | | "+" pub struct Add/1 /// `+` 161s 709 | | "+=" pub struct AddEq/2 /// `+=` 161s 710 | | "&" pub struct And/1 /// `&` 161s ... | 161s 753 | | "~" pub struct Tilde/1 /// `~` 161s 754 | | } 161s | |_- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = 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) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/token.rs:503:24 161s | 161s 503 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 161s | ^^^^^^^ 161s ... 161s 756 | / define_delimiters! { 161s 757 | | "{" pub struct Brace /// `{...}` 161s 758 | | "[" pub struct Bracket /// `[...]` 161s 759 | | "(" pub struct Paren /// `(...)` 161s 760 | | " " pub struct Group /// None-delimited group 161s 761 | | } 161s | |_- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/token.rs:507:24 161s | 161s 507 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 161s | ^^^^^^^ 161s ... 161s 756 | / define_delimiters! { 161s 757 | | "{" pub struct Brace /// `{...}` 161s 758 | | "[" pub struct Bracket /// `[...]` 161s 759 | | "(" pub struct Paren /// `(...)` 161s 760 | | " " pub struct Group /// None-delimited group 161s 761 | | } 161s | |_- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ident.rs:38:12 161s | 161s 38 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/attr.rs:463:12 161s | 161s 463 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/attr.rs:148:16 161s | 161s 148 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/attr.rs:329:16 161s | 161s 329 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/attr.rs:360:16 161s | 161s 360 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/macros.rs:155:20 161s | 161s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s ::: /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/attr.rs:336:1 161s | 161s 336 | / ast_enum_of_structs! { 161s 337 | | /// Content of a compile-time structured attribute. 161s 338 | | /// 161s 339 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` 161s ... | 161s 369 | | } 161s 370 | | } 161s | |_- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = 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) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/attr.rs:377:16 161s | 161s 377 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/attr.rs:390:16 161s | 161s 390 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/attr.rs:417:16 161s | 161s 417 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/macros.rs:155:20 161s | 161s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s ::: /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/attr.rs:412:1 161s | 161s 412 | / ast_enum_of_structs! { 161s 413 | | /// Element of a compile-time attribute list. 161s 414 | | /// 161s 415 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` 161s ... | 161s 425 | | } 161s 426 | | } 161s | |_- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = 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) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/attr.rs:165:16 161s | 161s 165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/attr.rs:213:16 161s | 161s 213 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/attr.rs:223:16 161s | 161s 223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/attr.rs:237:16 161s | 161s 237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/attr.rs:251:16 161s | 161s 251 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/attr.rs:557:16 161s | 161s 557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/attr.rs:565:16 161s | 161s 565 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/attr.rs:573:16 161s | 161s 573 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/attr.rs:581:16 161s | 161s 581 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/attr.rs:630:16 161s | 161s 630 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/attr.rs:644:16 161s | 161s 644 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/attr.rs:654:16 161s | 161s 654 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/data.rs:9:16 161s | 161s 9 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/data.rs:36:16 161s | 161s 36 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/macros.rs:155:20 161s | 161s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s ::: /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/data.rs:25:1 161s | 161s 25 | / ast_enum_of_structs! { 161s 26 | | /// Data stored within an enum variant or struct. 161s 27 | | /// 161s 28 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` 161s ... | 161s 47 | | } 161s 48 | | } 161s | |_- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = 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) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/data.rs:56:16 161s | 161s 56 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/data.rs:68:16 161s | 161s 68 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/data.rs:153:16 161s | 161s 153 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/data.rs:185:16 161s | 161s 185 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/macros.rs:155:20 161s | 161s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s ::: /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/data.rs:173:1 161s | 161s 173 | / ast_enum_of_structs! { 161s 174 | | /// The visibility level of an item: inherited or `pub` or 161s 175 | | /// `pub(restricted)`. 161s 176 | | /// 161s ... | 161s 199 | | } 161s 200 | | } 161s | |_- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = 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) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/data.rs:207:16 161s | 161s 207 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/data.rs:218:16 161s | 161s 218 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/data.rs:230:16 161s | 161s 230 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/data.rs:246:16 161s | 161s 246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/data.rs:275:16 161s | 161s 275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/data.rs:286:16 161s | 161s 286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/data.rs:327:16 161s | 161s 327 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/data.rs:299:20 161s | 161s 299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/data.rs:315:20 161s | 161s 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/data.rs:423:16 161s | 161s 423 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/data.rs:436:16 161s | 161s 436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/data.rs:445:16 161s | 161s 445 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/data.rs:454:16 161s | 161s 454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/data.rs:467:16 161s | 161s 467 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/data.rs:474:16 161s | 161s 474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/data.rs:481:16 161s | 161s 481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:89:16 161s | 161s 89 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:90:20 161s | 161s 90 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] 161s | ^^^^^^^^^^^^^^^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/macros.rs:155:20 161s | 161s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s ::: /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:14:1 161s | 161s 14 | / ast_enum_of_structs! { 161s 15 | | /// A Rust expression. 161s 16 | | /// 161s 17 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` 161s ... | 161s 249 | | } 161s 250 | | } 161s | |_- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = 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) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:256:16 161s | 161s 256 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:268:16 161s | 161s 268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:281:16 161s | 161s 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:294:16 161s | 161s 294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:307:16 161s | 161s 307 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:321:16 161s | 161s 321 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:334:16 161s | 161s 334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:346:16 161s | 161s 346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:359:16 161s | 161s 359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:373:16 161s | 161s 373 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:387:16 161s | 161s 387 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:400:16 161s | 161s 400 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:418:16 161s | 161s 418 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:431:16 161s | 161s 431 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:444:16 161s | 161s 444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:464:16 161s | 161s 464 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:480:16 161s | 161s 480 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:495:16 161s | 161s 495 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:508:16 161s | 161s 508 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:523:16 161s | 161s 523 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:534:16 161s | 161s 534 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:547:16 161s | 161s 547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:558:16 161s | 161s 558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:572:16 161s | 161s 572 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:588:16 161s | 161s 588 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:604:16 161s | 161s 604 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:616:16 161s | 161s 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:629:16 161s | 161s 629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:643:16 161s | 161s 643 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:657:16 161s | 161s 657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:672:16 161s | 161s 672 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:687:16 161s | 161s 687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:699:16 161s | 161s 699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:711:16 161s | 161s 711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:723:16 161s | 161s 723 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:737:16 161s | 161s 737 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:749:16 161s | 161s 749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:761:16 161s | 161s 761 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:775:16 161s | 161s 775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:850:16 161s | 161s 850 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:920:16 161s | 161s 920 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:968:16 161s | 161s 968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:982:16 161s | 161s 982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:999:16 161s | 161s 999 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:1021:16 161s | 161s 1021 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:1049:16 161s | 161s 1049 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:1065:16 161s | 161s 1065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:246:15 161s | 161s 246 | #[cfg(syn_no_non_exhaustive)] 161s | ^^^^^^^^^^^^^^^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `syn_no_const_vec_new` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:784:40 161s | 161s 784 | #[cfg(all(feature = "parsing", not(syn_no_const_vec_new)))] 161s | ^^^^^^^^^^^^^^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_const_vec_new)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:838:19 161s | 161s 838 | #[cfg(syn_no_non_exhaustive)] 161s | ^^^^^^^^^^^^^^^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:1159:16 161s | 161s 1159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:1880:16 161s | 161s 1880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:1975:16 161s | 161s 1975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2001:16 161s | 161s 2001 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2063:16 161s | 161s 2063 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2084:16 161s | 161s 2084 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2101:16 161s | 161s 2101 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2119:16 161s | 161s 2119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2147:16 161s | 161s 2147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2165:16 161s | 161s 2165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2206:16 161s | 161s 2206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2236:16 161s | 161s 2236 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2258:16 161s | 161s 2258 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2326:16 161s | 161s 2326 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2349:16 161s | 161s 2349 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2372:16 161s | 161s 2372 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2381:16 161s | 161s 2381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2396:16 161s | 161s 2396 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2405:16 161s | 161s 2405 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2414:16 161s | 161s 2414 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2426:16 161s | 161s 2426 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2496:16 161s | 161s 2496 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2547:16 161s | 161s 2547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2571:16 161s | 161s 2571 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2582:16 161s | 161s 2582 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2594:16 161s | 161s 2594 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2648:16 161s | 161s 2648 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2678:16 161s | 161s 2678 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2727:16 161s | 161s 2727 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2759:16 161s | 161s 2759 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2801:16 161s | 161s 2801 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2818:16 161s | 161s 2818 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2832:16 161s | 161s 2832 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2846:16 161s | 161s 2846 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2879:16 161s | 161s 2879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2292:28 161s | 161s 2292 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s ... 161s 2309 | / impl_by_parsing_expr! { 161s 2310 | | ExprAssign, Assign, "expected assignment expression", 161s 2311 | | ExprAssignOp, AssignOp, "expected compound assignment expression", 161s 2312 | | ExprAwait, Await, "expected await expression", 161s ... | 161s 2322 | | ExprType, Type, "expected type ascription expression", 161s 2323 | | } 161s | |_____- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:1248:20 161s | 161s 1248 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "full", feature = "parsing"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2539:23 161s | 161s 2539 | #[cfg(syn_no_non_exhaustive)] 161s | ^^^^^^^^^^^^^^^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `syn_no_const_vec_new` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2905:23 161s | 161s 2905 | #[cfg(not(syn_no_const_vec_new))] 161s | ^^^^^^^^^^^^^^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_const_vec_new)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `syn_no_const_vec_new` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2907:19 161s | 161s 2907 | #[cfg(syn_no_const_vec_new)] 161s | ^^^^^^^^^^^^^^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_const_vec_new)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2988:16 161s | 161s 2988 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:2998:16 161s | 161s 2998 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3008:16 161s | 161s 3008 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3020:16 161s | 161s 3020 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3035:16 161s | 161s 3035 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3046:16 161s | 161s 3046 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3057:16 161s | 161s 3057 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3072:16 161s | 161s 3072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3082:16 161s | 161s 3082 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3091:16 161s | 161s 3091 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3099:16 161s | 161s 3099 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3110:16 161s | 161s 3110 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3141:16 161s | 161s 3141 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3153:16 161s | 161s 3153 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3165:16 161s | 161s 3165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3180:16 161s | 161s 3180 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3197:16 161s | 161s 3197 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3211:16 161s | 161s 3211 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3233:16 161s | 161s 3233 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3244:16 161s | 161s 3244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3255:16 161s | 161s 3255 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3265:16 161s | 161s 3265 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3275:16 161s | 161s 3275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3291:16 161s | 161s 3291 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3304:16 161s | 161s 3304 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3317:16 161s | 161s 3317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3328:16 161s | 161s 3328 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3338:16 161s | 161s 3338 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3348:16 161s | 161s 3348 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3358:16 161s | 161s 3358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3367:16 161s | 161s 3367 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3379:16 161s | 161s 3379 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3390:16 161s | 161s 3390 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3400:16 161s | 161s 3400 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3409:16 161s | 161s 3409 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3420:16 161s | 161s 3420 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3431:16 161s | 161s 3431 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3441:16 161s | 161s 3441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3451:16 161s | 161s 3451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3460:16 161s | 161s 3460 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3478:16 161s | 161s 3478 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3491:16 161s | 161s 3491 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3501:16 161s | 161s 3501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3512:16 161s | 161s 3512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3522:16 161s | 161s 3522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3531:16 161s | 161s 3531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/expr.rs:3544:16 161s | 161s 3544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:296:5 161s | 161s 296 | doc_cfg, 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:307:5 161s | 161s 307 | doc_cfg, 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:318:5 161s | 161s 318 | doc_cfg, 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:14:16 161s | 161s 14 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:35:16 161s | 161s 35 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/macros.rs:155:20 161s | 161s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s ::: /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:23:1 161s | 161s 23 | / ast_enum_of_structs! { 161s 24 | | /// A generic type parameter, lifetime, or const generic: `T: Into`, 161s 25 | | /// `'a: 'b`, `const LEN: usize`. 161s 26 | | /// 161s ... | 161s 45 | | } 161s 46 | | } 161s | |_- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = 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) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:53:16 161s | 161s 53 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:69:16 161s | 161s 69 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:83:16 161s | 161s 83 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:363:20 161s | 161s 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 161s | ^^^^^^^ 161s ... 161s 404 | generics_wrapper_impls!(ImplGenerics); 161s | ------------------------------------- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:363:20 161s | 161s 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 161s | ^^^^^^^ 161s ... 161s 406 | generics_wrapper_impls!(TypeGenerics); 161s | ------------------------------------- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:363:20 161s | 161s 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 161s | ^^^^^^^ 161s ... 161s 408 | generics_wrapper_impls!(Turbofish); 161s | ---------------------------------- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:426:16 161s | 161s 426 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:475:16 161s | 161s 475 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/macros.rs:155:20 161s | 161s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s ::: /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:470:1 161s | 161s 470 | / ast_enum_of_structs! { 161s 471 | | /// A trait or lifetime used as a bound on a type parameter. 161s 472 | | /// 161s 473 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` 161s ... | 161s 479 | | } 161s 480 | | } 161s | |_- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = 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) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:487:16 161s | 161s 487 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:504:16 161s | 161s 504 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:517:16 161s | 161s 517 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:535:16 161s | 161s 535 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/macros.rs:155:20 161s | 161s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s ::: /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:524:1 161s | 161s 524 | / ast_enum_of_structs! { 161s 525 | | /// A single predicate in a `where` clause: `T: Deserialize<'de>`. 161s 526 | | /// 161s 527 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` 161s ... | 161s 545 | | } 161s 546 | | } 161s | |_- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = 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) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:553:16 161s | 161s 553 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:570:16 161s | 161s 570 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:583:16 161s | 161s 583 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:347:9 161s | 161s 347 | doc_cfg, 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:597:16 161s | 161s 597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:660:16 161s | 161s 660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:687:16 161s | 161s 687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:725:16 161s | 161s 725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:747:16 161s | 161s 747 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:758:16 161s | 161s 758 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:812:16 161s | 161s 812 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:856:16 161s | 161s 856 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:905:16 161s | 161s 905 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:916:16 161s | 161s 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:940:16 161s | 161s 940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:971:16 161s | 161s 971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:982:16 161s | 161s 982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:1057:16 161s | 161s 1057 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:1207:16 161s | 161s 1207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:1217:16 161s | 161s 1217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:1229:16 161s | 161s 1229 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:1268:16 161s | 161s 1268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:1300:16 161s | 161s 1300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:1310:16 161s | 161s 1310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:1325:16 161s | 161s 1325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:1335:16 161s | 161s 1335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:1345:16 161s | 161s 1345 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/generics.rs:1354:16 161s | 161s 1354 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:19:16 161s | 161s 19 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:20:20 161s | 161s 20 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] 161s | ^^^^^^^^^^^^^^^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/macros.rs:155:20 161s | 161s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s ::: /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:9:1 161s | 161s 9 | / ast_enum_of_structs! { 161s 10 | | /// Things that can appear directly inside of a module or scope. 161s 11 | | /// 161s 12 | | /// *This type is available only if Syn is built with the `"full"` feature.* 161s ... | 161s 96 | | } 161s 97 | | } 161s | |_- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = 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) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:103:16 161s | 161s 103 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:121:16 161s | 161s 121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:137:16 161s | 161s 137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:154:16 161s | 161s 154 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:167:16 161s | 161s 167 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:181:16 161s | 161s 181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:201:16 161s | 161s 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:215:16 161s | 161s 215 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:229:16 161s | 161s 229 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:244:16 161s | 161s 244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:263:16 161s | 161s 263 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:279:16 161s | 161s 279 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:299:16 161s | 161s 299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:316:16 161s | 161s 316 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:333:16 161s | 161s 333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:348:16 161s | 161s 348 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:477:16 161s | 161s 477 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/macros.rs:155:20 161s | 161s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s ::: /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:467:1 161s | 161s 467 | / ast_enum_of_structs! { 161s 468 | | /// A suffix of an import tree in a `use` item: `Type as Renamed` or `*`. 161s 469 | | /// 161s 470 | | /// *This type is available only if Syn is built with the `"full"` feature.* 161s ... | 161s 493 | | } 161s 494 | | } 161s | |_- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = 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) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:500:16 161s | 161s 500 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:512:16 161s | 161s 512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:522:16 161s | 161s 522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:534:16 161s | 161s 534 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:544:16 161s | 161s 544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:561:16 161s | 161s 561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:562:20 161s | 161s 562 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] 161s | ^^^^^^^^^^^^^^^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/macros.rs:155:20 161s | 161s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s ::: /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:551:1 161s | 161s 551 | / ast_enum_of_structs! { 161s 552 | | /// An item within an `extern` block. 161s 553 | | /// 161s 554 | | /// *This type is available only if Syn is built with the `"full"` feature.* 161s ... | 161s 600 | | } 161s 601 | | } 161s | |_- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = 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) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:607:16 161s | 161s 607 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:620:16 161s | 161s 620 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:637:16 161s | 161s 637 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:651:16 161s | 161s 651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:669:16 161s | 161s 669 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:670:20 161s | 161s 670 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] 161s | ^^^^^^^^^^^^^^^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/macros.rs:155:20 161s | 161s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s ::: /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:659:1 161s | 161s 659 | / ast_enum_of_structs! { 161s 660 | | /// An item declaration within the definition of a trait. 161s 661 | | /// 161s 662 | | /// *This type is available only if Syn is built with the `"full"` feature.* 161s ... | 161s 708 | | } 161s 709 | | } 161s | |_- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = 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) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:715:16 161s | 161s 715 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:731:16 161s | 161s 731 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:744:16 161s | 161s 744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:761:16 161s | 161s 761 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:779:16 161s | 161s 779 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:780:20 161s | 161s 780 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] 161s | ^^^^^^^^^^^^^^^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/macros.rs:155:20 161s | 161s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s ::: /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:769:1 161s | 161s 769 | / ast_enum_of_structs! { 161s 770 | | /// An item within an impl block. 161s 771 | | /// 161s 772 | | /// *This type is available only if Syn is built with the `"full"` feature.* 161s ... | 161s 818 | | } 161s 819 | | } 161s | |_- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = 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) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:825:16 161s | 161s 825 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:844:16 161s | 161s 844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:858:16 161s | 161s 858 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:876:16 161s | 161s 876 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:889:16 161s | 161s 889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:927:16 161s | 161s 927 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/macros.rs:155:20 161s | 161s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 161s | ^^^^^^^ 161s | 161s ::: /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:923:1 161s | 161s 923 | / ast_enum_of_structs! { 161s 924 | | /// An argument in a function signature: the `n: usize` in `fn f(n: usize)`. 161s 925 | | /// 161s 926 | | /// *This type is available only if Syn is built with the `"full"` feature.* 161s ... | 161s 938 | | } 161s 939 | | } 161s | |_- in this macro invocation 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s = 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) 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:949:16 161s | 161s 949 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:93:15 161s | 161s 93 | #[cfg(syn_no_non_exhaustive)] 161s | ^^^^^^^^^^^^^^^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:381:19 161s | 161s 381 | #[cfg(syn_no_non_exhaustive)] 161s | ^^^^^^^^^^^^^^^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:597:15 161s | 161s 597 | #[cfg(syn_no_non_exhaustive)] 161s | ^^^^^^^^^^^^^^^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:705:15 161s | 161s 705 | #[cfg(syn_no_non_exhaustive)] 161s | ^^^^^^^^^^^^^^^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:815:15 161s | 161s 815 | #[cfg(syn_no_non_exhaustive)] 161s | ^^^^^^^^^^^^^^^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:976:16 161s | 161s 976 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:1237:16 161s | 161s 1237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:1264:16 161s | 161s 1264 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:1305:16 161s | 161s 1305 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:1338:16 161s | 161s 1338 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:1352:16 161s | 161s 1352 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:1401:16 161s | 161s 1401 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:1419:16 161s | 161s 1419 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:1500:16 161s | 161s 1500 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:1535:16 161s | 161s 1535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:1564:16 161s | 161s 1564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:1584:16 161s | 161s 1584 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:1680:16 161s | 161s 1680 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:1722:16 161s | 161s 1722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:1745:16 161s | 161s 1745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:1827:16 161s | 161s 1827 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:1843:16 161s | 161s 1843 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:1859:16 161s | 161s 1859 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:1903:16 161s | 161s 1903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 161s [lints.rust] 161s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 161s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 161s = note: see for more information about checking conditional configuration 161s 161s warning: unexpected `cfg` condition name: `doc_cfg` 161s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:1921:16 161s | 161s 1921 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 161s | ^^^^^^^ 161s | 161s = help: consider using a Cargo feature instead 161s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:1971:16 162s | 162s 1971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:1995:16 162s | 162s 1995 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2019:16 162s | 162s 2019 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2070:16 162s | 162s 2070 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2144:16 162s | 162s 2144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2200:16 162s | 162s 2200 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2260:16 162s | 162s 2260 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2290:16 162s | 162s 2290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2319:16 162s | 162s 2319 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2392:16 162s | 162s 2392 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2410:16 162s | 162s 2410 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2522:16 162s | 162s 2522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2603:16 162s | 162s 2603 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2628:16 162s | 162s 2628 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2668:16 162s | 162s 2668 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2726:16 162s | 162s 2726 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:1817:23 162s | 162s 1817 | #[cfg(syn_no_non_exhaustive)] 162s | ^^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2251:23 162s | 162s 2251 | #[cfg(syn_no_non_exhaustive)] 162s | ^^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2592:27 162s | 162s 2592 | #[cfg(syn_no_non_exhaustive)] 162s | ^^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2771:16 162s | 162s 2771 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2787:16 162s | 162s 2787 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2799:16 162s | 162s 2799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2815:16 162s | 162s 2815 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2830:16 162s | 162s 2830 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2843:16 162s | 162s 2843 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2861:16 162s | 162s 2861 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2873:16 162s | 162s 2873 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2888:16 162s | 162s 2888 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2903:16 162s | 162s 2903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2929:16 162s | 162s 2929 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2942:16 162s | 162s 2942 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2964:16 162s | 162s 2964 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:2979:16 162s | 162s 2979 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:3001:16 162s | 162s 3001 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:3023:16 162s | 162s 3023 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:3034:16 162s | 162s 3034 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:3043:16 162s | 162s 3043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:3050:16 162s | 162s 3050 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:3059:16 162s | 162s 3059 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:3066:16 162s | 162s 3066 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:3075:16 162s | 162s 3075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:3091:16 162s | 162s 3091 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:3110:16 162s | 162s 3110 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:3130:16 162s | 162s 3130 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:3139:16 162s | 162s 3139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:3155:16 162s | 162s 3155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:3177:16 162s | 162s 3177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:3193:16 162s | 162s 3193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:3202:16 162s | 162s 3202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:3212:16 162s | 162s 3212 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:3226:16 162s | 162s 3226 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:3237:16 162s | 162s 3237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:3273:16 162s | 162s 3273 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/item.rs:3301:16 162s | 162s 3301 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/file.rs:80:16 162s | 162s 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/file.rs:93:16 162s | 162s 93 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/file.rs:118:16 162s | 162s 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lifetime.rs:127:16 162s | 162s 127 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lifetime.rs:145:16 162s | 162s 145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:629:12 162s | 162s 629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:640:12 162s | 162s 640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:652:12 162s | 162s 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/macros.rs:155:20 162s | 162s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s ::: /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:14:1 162s | 162s 14 | / ast_enum_of_structs! { 162s 15 | | /// A Rust literal such as a string or integer or boolean. 162s 16 | | /// 162s 17 | | /// # Syntax tree enum 162s ... | 162s 48 | | } 162s 49 | | } 162s | |_- in this macro invocation 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s = 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) 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:666:20 162s | 162s 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s ... 162s 703 | lit_extra_traits!(LitStr); 162s | ------------------------- in this macro invocation 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:666:20 162s | 162s 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s ... 162s 704 | lit_extra_traits!(LitByteStr); 162s | ----------------------------- in this macro invocation 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:666:20 162s | 162s 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s ... 162s 705 | lit_extra_traits!(LitByte); 162s | -------------------------- in this macro invocation 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:666:20 162s | 162s 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s ... 162s 706 | lit_extra_traits!(LitChar); 162s | -------------------------- in this macro invocation 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:666:20 162s | 162s 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s ... 162s 707 | lit_extra_traits!(LitInt); 162s | ------------------------- in this macro invocation 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:666:20 162s | 162s 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s ... 162s 708 | lit_extra_traits!(LitFloat); 162s | --------------------------- in this macro invocation 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:170:16 162s | 162s 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:200:16 162s | 162s 200 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:744:16 162s | 162s 744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:816:16 162s | 162s 816 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:827:16 162s | 162s 827 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:838:16 162s | 162s 838 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:849:16 162s | 162s 849 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:860:16 162s | 162s 860 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:871:16 162s | 162s 871 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:882:16 162s | 162s 882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:900:16 162s | 162s 900 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:907:16 162s | 162s 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:914:16 162s | 162s 914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:921:16 162s | 162s 921 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:928:16 162s | 162s 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:935:16 162s | 162s 935 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:942:16 162s | 162s 942 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `syn_no_negative_literal_parse` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lit.rs:1568:15 162s | 162s 1568 | #[cfg(syn_no_negative_literal_parse)] 162s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_negative_literal_parse)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_negative_literal_parse)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/mac.rs:15:16 162s | 162s 15 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/mac.rs:29:16 162s | 162s 29 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/mac.rs:137:16 162s | 162s 137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/mac.rs:145:16 162s | 162s 145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/mac.rs:177:16 162s | 162s 177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/mac.rs:201:16 162s | 162s 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/derive.rs:8:16 162s | 162s 8 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/derive.rs:37:16 162s | 162s 37 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/derive.rs:57:16 162s | 162s 57 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/derive.rs:70:16 162s | 162s 70 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/derive.rs:83:16 162s | 162s 83 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/derive.rs:95:16 162s | 162s 95 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/derive.rs:231:16 162s | 162s 231 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/op.rs:6:16 162s | 162s 6 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/op.rs:72:16 162s | 162s 72 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/op.rs:130:16 162s | 162s 130 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/op.rs:165:16 162s | 162s 165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/op.rs:188:16 162s | 162s 188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/op.rs:224:16 162s | 162s 224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/stmt.rs:7:16 162s | 162s 7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/stmt.rs:19:16 162s | 162s 19 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/stmt.rs:39:16 162s | 162s 39 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/stmt.rs:136:16 162s | 162s 136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/stmt.rs:147:16 162s | 162s 147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/stmt.rs:109:20 162s | 162s 109 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/stmt.rs:312:16 162s | 162s 312 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/stmt.rs:321:16 162s | 162s 321 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/stmt.rs:336:16 162s | 162s 336 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:16:16 162s | 162s 16 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:17:20 162s | 162s 17 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] 162s | ^^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/macros.rs:155:20 162s | 162s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s ::: /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:5:1 162s | 162s 5 | / ast_enum_of_structs! { 162s 6 | | /// The possible types that a Rust value could have. 162s 7 | | /// 162s 8 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` 162s ... | 162s 88 | | } 162s 89 | | } 162s | |_- in this macro invocation 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s = 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) 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:96:16 162s | 162s 96 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:110:16 162s | 162s 110 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:128:16 162s | 162s 128 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:141:16 162s | 162s 141 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:153:16 162s | 162s 153 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:164:16 162s | 162s 164 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:175:16 162s | 162s 175 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:186:16 162s | 162s 186 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:199:16 162s | 162s 199 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:211:16 162s | 162s 211 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:225:16 162s | 162s 225 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:239:16 162s | 162s 239 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:252:16 162s | 162s 252 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:264:16 162s | 162s 264 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:276:16 162s | 162s 276 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:288:16 162s | 162s 288 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:311:16 162s | 162s 311 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:323:16 162s | 162s 323 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:85:15 162s | 162s 85 | #[cfg(syn_no_non_exhaustive)] 162s | ^^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:342:16 162s | 162s 342 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:656:16 162s | 162s 656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:667:16 162s | 162s 667 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:680:16 162s | 162s 680 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:703:16 162s | 162s 703 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:716:16 162s | 162s 716 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:777:16 162s | 162s 777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:786:16 162s | 162s 786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:795:16 162s | 162s 795 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:828:16 162s | 162s 828 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:837:16 162s | 162s 837 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:887:16 162s | 162s 887 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:895:16 162s | 162s 895 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:949:16 162s | 162s 949 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:992:16 162s | 162s 992 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:1003:16 162s | 162s 1003 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:1024:16 162s | 162s 1024 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:1098:16 162s | 162s 1098 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:1108:16 162s | 162s 1108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:357:20 162s | 162s 357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:869:20 162s | 162s 869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:904:20 162s | 162s 904 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:958:20 162s | 162s 958 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:1128:16 162s | 162s 1128 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:1137:16 162s | 162s 1137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:1148:16 162s | 162s 1148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:1162:16 162s | 162s 1162 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:1172:16 162s | 162s 1172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:1193:16 162s | 162s 1193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:1200:16 162s | 162s 1200 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:1209:16 162s | 162s 1209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:1216:16 162s | 162s 1216 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:1224:16 162s | 162s 1224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:1232:16 162s | 162s 1232 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:1241:16 162s | 162s 1241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:1250:16 162s | 162s 1250 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:1257:16 162s | 162s 1257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:1264:16 162s | 162s 1264 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:1277:16 162s | 162s 1277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:1289:16 162s | 162s 1289 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/ty.rs:1297:16 162s | 162s 1297 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:16:16 162s | 162s 16 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:17:20 162s | 162s 17 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] 162s | ^^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/macros.rs:155:20 162s | 162s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s ::: /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:5:1 162s | 162s 5 | / ast_enum_of_structs! { 162s 6 | | /// A pattern in a local binding, function signature, match expression, or 162s 7 | | /// various other places. 162s 8 | | /// 162s ... | 162s 97 | | } 162s 98 | | } 162s | |_- in this macro invocation 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s = 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) 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:104:16 162s | 162s 104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:119:16 162s | 162s 119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:136:16 162s | 162s 136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:147:16 162s | 162s 147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:158:16 162s | 162s 158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:176:16 162s | 162s 176 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:188:16 162s | 162s 188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:201:16 162s | 162s 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:214:16 162s | 162s 214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:225:16 162s | 162s 225 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:237:16 162s | 162s 237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:251:16 162s | 162s 251 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:263:16 162s | 162s 263 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:275:16 162s | 162s 275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:288:16 162s | 162s 288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:302:16 162s | 162s 302 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:94:15 162s | 162s 94 | #[cfg(syn_no_non_exhaustive)] 162s | ^^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:318:16 162s | 162s 318 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:769:16 162s | 162s 769 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:777:16 162s | 162s 777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:791:16 162s | 162s 791 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:807:16 162s | 162s 807 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:816:16 162s | 162s 816 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:826:16 162s | 162s 826 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:834:16 162s | 162s 834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:844:16 162s | 162s 844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:853:16 162s | 162s 853 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:863:16 162s | 162s 863 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:871:16 162s | 162s 871 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:879:16 162s | 162s 879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:889:16 162s | 162s 889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:899:16 162s | 162s 899 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:907:16 162s | 162s 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/pat.rs:916:16 162s | 162s 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/path.rs:9:16 162s | 162s 9 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/path.rs:35:16 162s | 162s 35 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/path.rs:67:16 162s | 162s 67 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/path.rs:105:16 162s | 162s 105 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/path.rs:130:16 162s | 162s 130 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/path.rs:144:16 162s | 162s 144 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/path.rs:157:16 162s | 162s 157 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/path.rs:171:16 162s | 162s 171 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/path.rs:201:16 162s | 162s 201 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/path.rs:218:16 162s | 162s 218 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/path.rs:225:16 162s | 162s 225 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/path.rs:358:16 162s | 162s 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/path.rs:385:16 162s | 162s 385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/path.rs:397:16 162s | 162s 397 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/path.rs:430:16 162s | 162s 430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/path.rs:442:16 162s | 162s 442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/path.rs:505:20 162s | 162s 505 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/path.rs:569:20 162s | 162s 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/path.rs:591:20 162s | 162s 591 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/path.rs:693:16 162s | 162s 693 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/path.rs:701:16 162s | 162s 701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/path.rs:709:16 162s | 162s 709 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/path.rs:724:16 162s | 162s 724 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/path.rs:752:16 162s | 162s 752 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/path.rs:793:16 162s | 162s 793 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/path.rs:802:16 162s | 162s 802 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/path.rs:811:16 162s | 162s 811 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/punctuated.rs:371:12 162s | 162s 371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/punctuated.rs:1012:12 162s | 162s 1012 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `syn_no_const_vec_new` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/punctuated.rs:54:15 162s | 162s 54 | #[cfg(not(syn_no_const_vec_new))] 162s | ^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_const_vec_new)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `syn_no_const_vec_new` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/punctuated.rs:63:11 162s | 162s 63 | #[cfg(syn_no_const_vec_new)] 162s | ^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_const_vec_new)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/punctuated.rs:267:16 162s | 162s 267 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/punctuated.rs:288:16 162s | 162s 288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/punctuated.rs:325:16 162s | 162s 325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/punctuated.rs:346:16 162s | 162s 346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/punctuated.rs:1060:16 162s | 162s 1060 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/punctuated.rs:1071:16 162s | 162s 1071 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/parse_quote.rs:68:12 162s | 162s 68 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/parse_quote.rs:100:12 162s | 162s 100 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/parse_macro_input.rs:107:12 162s | 162s 107 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:7:12 162s | 162s 7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:17:12 162s | 162s 17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:29:12 162s | 162s 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:43:12 162s | 162s 43 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:46:12 162s | 162s 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:53:12 162s | 162s 53 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:66:12 162s | 162s 66 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:77:12 162s | 162s 77 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:80:12 162s | 162s 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:87:12 162s | 162s 87 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:98:12 162s | 162s 98 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:108:12 162s | 162s 108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:120:12 162s | 162s 120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:135:12 162s | 162s 135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:146:12 162s | 162s 146 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:157:12 162s | 162s 157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:168:12 162s | 162s 168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:179:12 162s | 162s 179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:189:12 162s | 162s 189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:202:12 162s | 162s 202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:282:12 162s | 162s 282 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:293:12 162s | 162s 293 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:305:12 162s | 162s 305 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:317:12 162s | 162s 317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:329:12 162s | 162s 329 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:341:12 162s | 162s 341 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:353:12 162s | 162s 353 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:364:12 162s | 162s 364 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:375:12 162s | 162s 375 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:387:12 162s | 162s 387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:399:12 162s | 162s 399 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:411:12 162s | 162s 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:428:12 162s | 162s 428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:439:12 162s | 162s 439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:451:12 162s | 162s 451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:466:12 162s | 162s 466 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:477:12 162s | 162s 477 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:490:12 162s | 162s 490 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:502:12 162s | 162s 502 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:515:12 162s | 162s 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:525:12 162s | 162s 525 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:537:12 162s | 162s 537 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:547:12 162s | 162s 547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:560:12 162s | 162s 560 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:575:12 162s | 162s 575 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:586:12 162s | 162s 586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:597:12 162s | 162s 597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:609:12 162s | 162s 609 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:622:12 162s | 162s 622 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:635:12 162s | 162s 635 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:646:12 162s | 162s 646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:660:12 162s | 162s 660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:671:12 162s | 162s 671 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:682:12 162s | 162s 682 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:693:12 162s | 162s 693 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:705:12 162s | 162s 705 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:716:12 162s | 162s 716 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:727:12 162s | 162s 727 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:740:12 162s | 162s 740 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:751:12 162s | 162s 751 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:764:12 162s | 162s 764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:776:12 162s | 162s 776 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:788:12 162s | 162s 788 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:799:12 162s | 162s 799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:809:12 162s | 162s 809 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:819:12 162s | 162s 819 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:830:12 162s | 162s 830 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:840:12 162s | 162s 840 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:855:12 162s | 162s 855 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:867:12 162s | 162s 867 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:878:12 162s | 162s 878 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:894:12 162s | 162s 894 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:907:12 162s | 162s 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:920:12 162s | 162s 920 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:930:12 162s | 162s 930 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:941:12 162s | 162s 941 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:953:12 162s | 162s 953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:968:12 162s | 162s 968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:986:12 162s | 162s 986 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:997:12 162s | 162s 997 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1010:12 162s | 162s 1010 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1027:12 162s | 162s 1027 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1037:12 162s | 162s 1037 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1064:12 162s | 162s 1064 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1081:12 162s | 162s 1081 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1096:12 162s | 162s 1096 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1111:12 162s | 162s 1111 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1123:12 162s | 162s 1123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1135:12 162s | 162s 1135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1152:12 162s | 162s 1152 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1164:12 162s | 162s 1164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1177:12 162s | 162s 1177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1191:12 162s | 162s 1191 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1209:12 162s | 162s 1209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1224:12 162s | 162s 1224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1243:12 162s | 162s 1243 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1259:12 162s | 162s 1259 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1275:12 162s | 162s 1275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1289:12 162s | 162s 1289 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1303:12 162s | 162s 1303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1313:12 162s | 162s 1313 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1324:12 162s | 162s 1324 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1339:12 162s | 162s 1339 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1349:12 162s | 162s 1349 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1362:12 162s | 162s 1362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1374:12 162s | 162s 1374 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1385:12 162s | 162s 1385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1395:12 162s | 162s 1395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1406:12 162s | 162s 1406 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1417:12 162s | 162s 1417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1428:12 162s | 162s 1428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1440:12 162s | 162s 1440 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1450:12 162s | 162s 1450 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1461:12 162s | 162s 1461 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1487:12 162s | 162s 1487 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1498:12 162s | 162s 1498 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1511:12 162s | 162s 1511 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1521:12 162s | 162s 1521 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1531:12 162s | 162s 1531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1542:12 162s | 162s 1542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1553:12 162s | 162s 1553 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1565:12 162s | 162s 1565 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1577:12 162s | 162s 1577 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1587:12 162s | 162s 1587 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1598:12 162s | 162s 1598 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1611:12 162s | 162s 1611 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1622:12 162s | 162s 1622 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1633:12 162s | 162s 1633 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1645:12 162s | 162s 1645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1655:12 162s | 162s 1655 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1665:12 162s | 162s 1665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1678:12 162s | 162s 1678 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1688:12 162s | 162s 1688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1699:12 162s | 162s 1699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1710:12 162s | 162s 1710 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1722:12 162s | 162s 1722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1735:12 162s | 162s 1735 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1738:12 162s | 162s 1738 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1745:12 162s | 162s 1745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1757:12 162s | 162s 1757 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1767:12 162s | 162s 1767 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1786:12 162s | 162s 1786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1798:12 162s | 162s 1798 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1810:12 162s | 162s 1810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1813:12 162s | 162s 1813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1820:12 162s | 162s 1820 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1835:12 162s | 162s 1835 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1850:12 162s | 162s 1850 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1861:12 162s | 162s 1861 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1873:12 162s | 162s 1873 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1889:12 162s | 162s 1889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1914:12 162s | 162s 1914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1926:12 162s | 162s 1926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1942:12 162s | 162s 1942 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1952:12 162s | 162s 1952 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1962:12 162s | 162s 1962 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1971:12 162s | 162s 1971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1978:12 162s | 162s 1978 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1987:12 162s | 162s 1987 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:2001:12 162s | 162s 2001 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:2011:12 162s | 162s 2011 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:2021:12 162s | 162s 2021 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:2031:12 162s | 162s 2031 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:2043:12 162s | 162s 2043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:2055:12 162s | 162s 2055 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:2065:12 162s | 162s 2065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:2075:12 162s | 162s 2075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:2085:12 162s | 162s 2085 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:2088:12 162s | 162s 2088 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:2095:12 162s | 162s 2095 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:2104:12 162s | 162s 2104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:2114:12 162s | 162s 2114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:2123:12 162s | 162s 2123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:2134:12 162s | 162s 2134 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:2145:12 162s | 162s 2145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:2158:12 162s | 162s 2158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:2168:12 162s | 162s 2168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:2180:12 162s | 162s 2180 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:2189:12 162s | 162s 2189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:2198:12 162s | 162s 2198 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:2210:12 162s | 162s 2210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:2222:12 162s | 162s 2222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:2232:12 162s | 162s 2232 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:276:23 162s | 162s 276 | #[cfg(any(syn_no_non_exhaustive, not(feature = "full")))] 162s | ^^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:849:19 162s | 162s 849 | #[cfg(syn_no_non_exhaustive)] 162s | ^^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:962:19 162s | 162s 962 | #[cfg(syn_no_non_exhaustive)] 162s | ^^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1058:19 162s | 162s 1058 | #[cfg(syn_no_non_exhaustive)] 162s | ^^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1481:19 162s | 162s 1481 | #[cfg(syn_no_non_exhaustive)] 162s | ^^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1829:19 162s | 162s 1829 | #[cfg(syn_no_non_exhaustive)] 162s | ^^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/gen/clone.rs:1908:19 162s | 162s 1908 | #[cfg(syn_no_non_exhaustive)] 162s | ^^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unused import: `crate::gen::*` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/lib.rs:787:9 162s | 162s 787 | pub use crate::gen::*; 162s | ^^^^^^^^^^^^^ 162s | 162s = note: `#[warn(unused_imports)]` on by default 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/parse.rs:1065:12 162s | 162s 1065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/parse.rs:1072:12 162s | 162s 1072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/parse.rs:1083:12 162s | 162s 1083 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/parse.rs:1090:12 162s | 162s 1090 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/parse.rs:1100:12 162s | 162s 1100 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/parse.rs:1116:12 162s | 162s 1116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/parse.rs:1126:12 162s | 162s 1126 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `doc_cfg` 162s --> /tmp/tmp.ZcC2ZOhm8Q/registry/syn-1.0.109/src/reserved.rs:29:12 162s | 162s 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 162s | ^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 166s warning: `syn` (lib) generated 882 warnings (90 duplicates) 166s Compiling openssl-macros v0.1.0 (/usr/share/cargo/registry/openssl-macros-0.1.0) 166s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=openssl_macros CARGO_MANIFEST_DIR=/usr/share/cargo/registry/openssl-macros-0.1.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/openssl-macros-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Internal macros used by the openssl crate.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-macros 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_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.ZcC2ZOhm8Q/target/debug/deps rustc --crate-name openssl_macros --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=83e41229c1374501 -C extra-filename=-83e41229c1374501 --out-dir /tmp/tmp.ZcC2ZOhm8Q/target/debug/deps -C incremental=/tmp/tmp.ZcC2ZOhm8Q/target/debug/incremental -L dependency=/tmp/tmp.ZcC2ZOhm8Q/target/debug/deps --extern proc_macro2=/tmp/tmp.ZcC2ZOhm8Q/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.ZcC2ZOhm8Q/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.ZcC2ZOhm8Q/target/debug/deps/libsyn-8708dd63363fe563.rlib --extern proc_macro` 166s Finished `test` profile [unoptimized + debuginfo] target(s) in 6.19s 166s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/openssl-macros-0.1.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/openssl-macros-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Internal macros used by the openssl crate.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-macros 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='' LD_LIBRARY_PATH='/tmp/tmp.ZcC2ZOhm8Q/target/debug/deps:/tmp/tmp.ZcC2ZOhm8Q/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.ZcC2ZOhm8Q/target/debug/deps/openssl_macros-83e41229c1374501` 166s 166s running 0 tests 166s 166s test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 166s 166s /tmp/autopkgtest.vkJXgO/wrapper.sh: checking for leaked background processes... 166s /tmp/autopkgtest.vkJXgO/wrapper.sh: waiting for tee/cat subprocesses... 166s /tmp/autopkgtest.vkJXgO/wrapper.sh: cleaning up... 166s /tmp/autopkgtest.vkJXgO/wrapper.sh: Exit status: 0 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest [19:49:00]: test rust-openssl-macros:@: -----------------------] 166s autopkgtest: DBG: testbed executing test finished with exit status 0 166s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vkJXgO/rust-openssl-macros%3A%40-stdout /tmp/autopkgtest-work.3e91tjwo/out/rust-openssl-macros%3A%40-stdout 167s autopkgtest: DBG: got reply from testbed: ok 167s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vkJXgO/rust-openssl-macros%3A%40-stderr /tmp/autopkgtest-work.3e91tjwo/out/rust-openssl-macros%3A%40-stderr 167s autopkgtest: DBG: got reply from testbed: ok 167s autopkgtest [19:49:01]: test rust-openssl-macros:@: - - - - - - - - - - results - - - - - - - - - - 167s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vkJXgO/rust-openssl-macros%3A%40-artifacts/ /tmp/autopkgtest-work.3e91tjwo/out/artifacts/ 167s rust-openssl-macros:@ PASS 167s autopkgtest: DBG: got reply from testbed: ok 167s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.vkJXgO/rust-openssl-macros:@-artifacts', '/tmp/autopkgtest.vkJXgO/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 168s autopkgtest: DBG: testbed command exited with code 0 168s autopkgtest [19:49:01]: test librust-openssl-macros-dev:default: preparing testbed 168s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 18)', 'librust-openssl-macros-dev'], deps_new=['dh-cargo (>= 18)', 'librust-openssl-macros-dev'] 168s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 168s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-openssl-macros-dev'] 168s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-openssl-macros-dev 168s autopkgtest: DBG: can use apt-get on testbed: True 168s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'dh-cargo (>= 18), librust-openssl-macros-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 168s Reading package lists... 168s Building dependency tree... 168s Reading state information... 168s Starting pkgProblemResolver with broken count: 0 168s Starting 2 pkgProblemResolver with broken count: 0 168s Done 168s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 168s autopkgtest: DBG: testbed command exited with code 0 168s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-openssl-macros-dev'], kind short, sout pipe, serr pipe, env [] 168s autopkgtest: DBG: testbed command exited with code 0 168s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev:default-packages.all"], kind short, sout raw, serr pipe, env [] 168s autopkgtest: DBG: testbed command exited with code 0 168s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev%3Adefault-packages.all /tmp/autopkgtest-work.3e91tjwo/out/librust-openssl-macros-dev%3Adefault-packages.all 169s autopkgtest: DBG: got reply from testbed: ok 169s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.vkJXgO/build.TAf/src'], kind short, sout raw, serr raw, env [] 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.vkJXgO/build.TAf/src already exists 169s autopkgtest [19:49:03]: test librust-openssl-macros-dev:default: /usr/share/cargo/bin/cargo-auto-test openssl-macros 0.1.0 --all-targets 169s autopkgtest [19:49:03]: test librust-openssl-macros-dev:default: [----------------------- 169s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.vkJXgO/wrapper.sh --debug --artifacts=/tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev:default-artifacts --chdir=/tmp/autopkgtest.vkJXgO/build.TAf/src --env=AUTOPKGTEST_TESTBED_ARCH=s390x --env=AUTOPKGTEST_TEST_ARCH=s390x --env=DEB_BUILD_OPTIONS=parallel=2 --env=DEBIAN_FRONTEND=noninteractive --env=LANG=C.UTF-8 --unset-env=LANGUAGE --unset-env=LC_ADDRESS --unset-env=LC_ALL --unset-env=LC_COLLATE --unset-env=LC_CTYPE --unset-env=LC_IDENTIFICATION --unset-env=LC_MEASUREMENT --unset-env=LC_MESSAGES --unset-env=LC_MONETARY --unset-env=LC_NAME --unset-env=LC_NUMERIC --unset-env=LC_PAPER --unset-env=LC_TELEPHONE --unset-env=LC_TIME --script-pid-file=/tmp/autopkgtest_script_pid --source-profile --stderr=/tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev:default-stderr --stdout=/tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev:default-stdout --tmp=/tmp/autopkgtest.vkJXgO/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1' -- bash -ec '/usr/share/cargo/bin/cargo-auto-test openssl-macros 0.1.0 --all-targets'"], kind test, sout raw, serr raw, env [] 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev:default-artifacts 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: changing to directory: /tmp/autopkgtest.vkJXgO/build.TAf/src 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: setting environment: LANG=C.UTF-8 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LANGUAGE 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_ADDRESS 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_ALL 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_COLLATE 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_CTYPE 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_IDENTIFICATION 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_MEASUREMENT 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_MESSAGES 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_MONETARY 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_NAME 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_NUMERIC 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_PAPER 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_TELEPHONE 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_TIME 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: pretending to be a login shell 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: will write standard error to /tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev:default-stderr 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: will write stdout to /tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev:default-stdout 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.vkJXgO/autopkgtest_tmp 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test openssl-macros 0.1.0 --all-targets 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: copying /tmp/tmp.VGfrSGLzPF/out to stdout and file: /tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev:default-stdout 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: copying /tmp/tmp.VGfrSGLzPF/err to standard error and file: /tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev:default-stdout 169s /tmp/autopkgtest.vkJXgO/wrapper.sh: writing script pid 2079 to /tmp/autopkgtest_script_pid 169s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 169s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 169s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 169s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.Sg5OMJeQ2c/registry/ 169s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 169s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 169s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 169s debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', '/usr/bin/cargo', '-Zavoid-dev-deps', 'test', '--verbose', '--verbose', '-j2', '--target', 's390x-unknown-linux-gnu', '--all-targets'],) {} 169s Compiling proc-macro2 v1.0.92 169s Compiling unicode-ident v1.0.13 169s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.Sg5OMJeQ2c/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.Sg5OMJeQ2c/registry/proc-macro2-1.0.92/Cargo.toml 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.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Sg5OMJeQ2c/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.Sg5OMJeQ2c/registry/proc-macro2-1.0.92/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=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=3832f39696f3f5db -C extra-filename=-3832f39696f3f5db --out-dir /tmp/tmp.Sg5OMJeQ2c/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.Sg5OMJeQ2c/target/debug/deps --cap-lints warn` 169s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.Sg5OMJeQ2c/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.Sg5OMJeQ2c/registry/unicode-ident-1.0.13/Cargo.toml 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.13 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Sg5OMJeQ2c/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.Sg5OMJeQ2c/registry/unicode-ident-1.0.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d182fe9243248fe -C extra-filename=-5d182fe9243248fe --out-dir /tmp/tmp.Sg5OMJeQ2c/target/debug/deps -L dependency=/tmp/tmp.Sg5OMJeQ2c/target/debug/deps --cap-lints warn` 169s Compiling syn v1.0.109 169s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109 CARGO_MANIFEST_PATH=/tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/Cargo.toml 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='' LD_LIBRARY_PATH=/tmp/tmp.Sg5OMJeQ2c/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.Sg5OMJeQ2c/registry/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 debuginfo=2 --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "visit", "visit-mut"))' -C metadata=932a4b00006797ca -C extra-filename=-932a4b00006797ca --out-dir /tmp/tmp.Sg5OMJeQ2c/target/debug/build/syn-932a4b00006797ca -L dependency=/tmp/tmp.Sg5OMJeQ2c/target/debug/deps --cap-lints warn` 170s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux 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=/tmp/tmp.Sg5OMJeQ2c/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.Sg5OMJeQ2c/registry/proc-macro2-1.0.92/Cargo.toml 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.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.Sg5OMJeQ2c/target/debug/deps:/tmp/tmp.Sg5OMJeQ2c/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.Sg5OMJeQ2c/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.Sg5OMJeQ2c/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 170s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 170s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 170s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 170s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 170s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 170s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 170s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 170s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 170s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 170s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 170s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 170s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 170s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 170s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 170s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 170s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 170s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.Sg5OMJeQ2c/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.Sg5OMJeQ2c/registry/proc-macro2-1.0.92/Cargo.toml 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.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Sg5OMJeQ2c/target/debug/deps OUT_DIR=/tmp/tmp.Sg5OMJeQ2c/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.Sg5OMJeQ2c/registry/proc-macro2-1.0.92/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=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ccebc93d1de6cfe5 -C extra-filename=-ccebc93d1de6cfe5 --out-dir /tmp/tmp.Sg5OMJeQ2c/target/debug/deps -L dependency=/tmp/tmp.Sg5OMJeQ2c/target/debug/deps --extern unicode_ident=/tmp/tmp.Sg5OMJeQ2c/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` 170s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux 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_MANIFEST_DIR=/tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109 CARGO_MANIFEST_PATH=/tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/Cargo.toml 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=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.Sg5OMJeQ2c/target/debug/deps:/tmp/tmp.Sg5OMJeQ2c/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.Sg5OMJeQ2c/target/debug/build/syn-99ade1692ed7d47f/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.Sg5OMJeQ2c/target/debug/build/syn-932a4b00006797ca/build-script-build` 170s [syn 1.0.109] cargo:rustc-cfg=syn_disable_nightly_tests 170s Compiling quote v1.0.37 170s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.Sg5OMJeQ2c/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.Sg5OMJeQ2c/registry/quote-1.0.37/Cargo.toml 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.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Sg5OMJeQ2c/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.Sg5OMJeQ2c/registry/quote-1.0.37/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=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=dc92c6f25ee0f0c6 -C extra-filename=-dc92c6f25ee0f0c6 --out-dir /tmp/tmp.Sg5OMJeQ2c/target/debug/deps -L dependency=/tmp/tmp.Sg5OMJeQ2c/target/debug/deps --extern proc_macro2=/tmp/tmp.Sg5OMJeQ2c/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 170s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109 CARGO_MANIFEST_PATH=/tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/Cargo.toml 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='' LD_LIBRARY_PATH=/tmp/tmp.Sg5OMJeQ2c/target/debug/deps OUT_DIR=/tmp/tmp.Sg5OMJeQ2c/target/debug/build/syn-99ade1692ed7d47f/out rustc --crate-name syn --edition=2018 /tmp/tmp.Sg5OMJeQ2c/registry/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 debuginfo=2 --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "visit", "visit-mut"))' -C metadata=8708dd63363fe563 -C extra-filename=-8708dd63363fe563 --out-dir /tmp/tmp.Sg5OMJeQ2c/target/debug/deps -L dependency=/tmp/tmp.Sg5OMJeQ2c/target/debug/deps --extern proc_macro2=/tmp/tmp.Sg5OMJeQ2c/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.Sg5OMJeQ2c/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.Sg5OMJeQ2c/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn --cfg syn_disable_nightly_tests` 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lib.rs:254:13 171s | 171s 254 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 171s | ^^^^^^^ 171s | 171s = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `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`, `ub_checks`, `unix`, and `windows` 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = note: `#[warn(unexpected_cfgs)]` on by default 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lib.rs:430:12 171s | 171s 430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lib.rs:434:12 171s | 171s 434 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lib.rs:455:12 171s | 171s 455 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lib.rs:804:12 171s | 171s 804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lib.rs:867:12 171s | 171s 867 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lib.rs:887:12 171s | 171s 887 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lib.rs:916:12 171s | 171s 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lib.rs:959:12 171s | 171s 959 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "full"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/group.rs:136:12 171s | 171s 136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/group.rs:214:12 171s | 171s 214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/group.rs:269:12 171s | 171s 269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/token.rs:561:12 171s | 171s 561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/token.rs:569:12 171s | 171s 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_omit_await_from_token_macro` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/token.rs:881:11 171s | 171s 881 | #[cfg(not(syn_omit_await_from_token_macro))] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_omit_await_from_token_macro)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_omit_await_from_token_macro)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_omit_await_from_token_macro` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/token.rs:883:7 171s | 171s 883 | #[cfg(syn_omit_await_from_token_macro)] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_omit_await_from_token_macro)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_omit_await_from_token_macro)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/token.rs:394:24 171s | 171s 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s ... 171s 556 | / define_punctuation_structs! { 171s 557 | | "_" pub struct Underscore/1 /// `_` 171s 558 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/token.rs:398:24 171s | 171s 398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s ... 171s 556 | / define_punctuation_structs! { 171s 557 | | "_" pub struct Underscore/1 /// `_` 171s 558 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/token.rs:271:24 171s | 171s 271 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s ... 171s 652 | / define_keywords! { 171s 653 | | "abstract" pub struct Abstract /// `abstract` 171s 654 | | "as" pub struct As /// `as` 171s 655 | | "async" pub struct Async /// `async` 171s ... | 171s 704 | | "yield" pub struct Yield /// `yield` 171s 705 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/token.rs:275:24 171s | 171s 275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s ... 171s 652 | / define_keywords! { 171s 653 | | "abstract" pub struct Abstract /// `abstract` 171s 654 | | "as" pub struct As /// `as` 171s 655 | | "async" pub struct Async /// `async` 171s ... | 171s 704 | | "yield" pub struct Yield /// `yield` 171s 705 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/token.rs:309:24 171s | 171s 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s ... 171s 652 | / define_keywords! { 171s 653 | | "abstract" pub struct Abstract /// `abstract` 171s 654 | | "as" pub struct As /// `as` 171s 655 | | "async" pub struct Async /// `async` 171s ... | 171s 704 | | "yield" pub struct Yield /// `yield` 171s 705 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/token.rs:317:24 171s | 171s 317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s ... 171s 652 | / define_keywords! { 171s 653 | | "abstract" pub struct Abstract /// `abstract` 171s 654 | | "as" pub struct As /// `as` 171s 655 | | "async" pub struct Async /// `async` 171s ... | 171s 704 | | "yield" pub struct Yield /// `yield` 171s 705 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/token.rs:444:24 171s | 171s 444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s ... 171s 707 | / define_punctuation! { 171s 708 | | "+" pub struct Add/1 /// `+` 171s 709 | | "+=" pub struct AddEq/2 /// `+=` 171s 710 | | "&" pub struct And/1 /// `&` 171s ... | 171s 753 | | "~" pub struct Tilde/1 /// `~` 171s 754 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/token.rs:452:24 171s | 171s 452 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s ... 171s 707 | / define_punctuation! { 171s 708 | | "+" pub struct Add/1 /// `+` 171s 709 | | "+=" pub struct AddEq/2 /// `+=` 171s 710 | | "&" pub struct And/1 /// `&` 171s ... | 171s 753 | | "~" pub struct Tilde/1 /// `~` 171s 754 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/token.rs:394:24 171s | 171s 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s ... 171s 707 | / define_punctuation! { 171s 708 | | "+" pub struct Add/1 /// `+` 171s 709 | | "+=" pub struct AddEq/2 /// `+=` 171s 710 | | "&" pub struct And/1 /// `&` 171s ... | 171s 753 | | "~" pub struct Tilde/1 /// `~` 171s 754 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = 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) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/token.rs:398:24 171s | 171s 398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s ... 171s 707 | / define_punctuation! { 171s 708 | | "+" pub struct Add/1 /// `+` 171s 709 | | "+=" pub struct AddEq/2 /// `+=` 171s 710 | | "&" pub struct And/1 /// `&` 171s ... | 171s 753 | | "~" pub struct Tilde/1 /// `~` 171s 754 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = 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) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/token.rs:503:24 171s | 171s 503 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s ... 171s 756 | / define_delimiters! { 171s 757 | | "{" pub struct Brace /// `{...}` 171s 758 | | "[" pub struct Bracket /// `[...]` 171s 759 | | "(" pub struct Paren /// `(...)` 171s 760 | | " " pub struct Group /// None-delimited group 171s 761 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/token.rs:507:24 171s | 171s 507 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s ... 171s 756 | / define_delimiters! { 171s 757 | | "{" pub struct Brace /// `{...}` 171s 758 | | "[" pub struct Bracket /// `[...]` 171s 759 | | "(" pub struct Paren /// `(...)` 171s 760 | | " " pub struct Group /// None-delimited group 171s 761 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ident.rs:38:12 171s | 171s 38 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/attr.rs:463:12 171s | 171s 463 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/attr.rs:148:16 171s | 171s 148 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/attr.rs:329:16 171s | 171s 329 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/attr.rs:360:16 171s | 171s 360 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/macros.rs:155:20 171s | 171s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s ::: /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/attr.rs:336:1 171s | 171s 336 | / ast_enum_of_structs! { 171s 337 | | /// Content of a compile-time structured attribute. 171s 338 | | /// 171s 339 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` 171s ... | 171s 369 | | } 171s 370 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = 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) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/attr.rs:377:16 171s | 171s 377 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/attr.rs:390:16 171s | 171s 390 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/attr.rs:417:16 171s | 171s 417 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/macros.rs:155:20 171s | 171s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s ::: /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/attr.rs:412:1 171s | 171s 412 | / ast_enum_of_structs! { 171s 413 | | /// Element of a compile-time attribute list. 171s 414 | | /// 171s 415 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` 171s ... | 171s 425 | | } 171s 426 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = 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) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/attr.rs:165:16 171s | 171s 165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/attr.rs:213:16 171s | 171s 213 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/attr.rs:223:16 171s | 171s 223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/attr.rs:237:16 171s | 171s 237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/attr.rs:251:16 171s | 171s 251 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/attr.rs:557:16 171s | 171s 557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/attr.rs:565:16 171s | 171s 565 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/attr.rs:573:16 171s | 171s 573 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/attr.rs:581:16 171s | 171s 581 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/attr.rs:630:16 171s | 171s 630 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/attr.rs:644:16 171s | 171s 644 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/attr.rs:654:16 171s | 171s 654 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/data.rs:9:16 171s | 171s 9 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/data.rs:36:16 171s | 171s 36 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/macros.rs:155:20 171s | 171s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s ::: /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/data.rs:25:1 171s | 171s 25 | / ast_enum_of_structs! { 171s 26 | | /// Data stored within an enum variant or struct. 171s 27 | | /// 171s 28 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` 171s ... | 171s 47 | | } 171s 48 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = 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) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/data.rs:56:16 171s | 171s 56 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/data.rs:68:16 171s | 171s 68 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/data.rs:153:16 171s | 171s 153 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/data.rs:185:16 171s | 171s 185 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/macros.rs:155:20 171s | 171s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s ::: /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/data.rs:173:1 171s | 171s 173 | / ast_enum_of_structs! { 171s 174 | | /// The visibility level of an item: inherited or `pub` or 171s 175 | | /// `pub(restricted)`. 171s 176 | | /// 171s ... | 171s 199 | | } 171s 200 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = 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) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/data.rs:207:16 171s | 171s 207 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/data.rs:218:16 171s | 171s 218 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/data.rs:230:16 171s | 171s 230 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/data.rs:246:16 171s | 171s 246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/data.rs:275:16 171s | 171s 275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/data.rs:286:16 171s | 171s 286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/data.rs:327:16 171s | 171s 327 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/data.rs:299:20 171s | 171s 299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/data.rs:315:20 171s | 171s 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/data.rs:423:16 171s | 171s 423 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/data.rs:436:16 171s | 171s 436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/data.rs:445:16 171s | 171s 445 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/data.rs:454:16 171s | 171s 454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/data.rs:467:16 171s | 171s 467 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/data.rs:474:16 171s | 171s 474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/data.rs:481:16 171s | 171s 481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:89:16 171s | 171s 89 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:90:20 171s | 171s 90 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] 171s | ^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/macros.rs:155:20 171s | 171s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s ::: /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:14:1 171s | 171s 14 | / ast_enum_of_structs! { 171s 15 | | /// A Rust expression. 171s 16 | | /// 171s 17 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` 171s ... | 171s 249 | | } 171s 250 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = 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) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:256:16 171s | 171s 256 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:268:16 171s | 171s 268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:281:16 171s | 171s 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:294:16 171s | 171s 294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:307:16 171s | 171s 307 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:321:16 171s | 171s 321 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:334:16 171s | 171s 334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:346:16 171s | 171s 346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:359:16 171s | 171s 359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:373:16 171s | 171s 373 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:387:16 171s | 171s 387 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:400:16 171s | 171s 400 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:418:16 171s | 171s 418 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:431:16 171s | 171s 431 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:444:16 171s | 171s 444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:464:16 171s | 171s 464 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:480:16 171s | 171s 480 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:495:16 171s | 171s 495 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:508:16 171s | 171s 508 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:523:16 171s | 171s 523 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:534:16 171s | 171s 534 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:547:16 171s | 171s 547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:558:16 171s | 171s 558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:572:16 171s | 171s 572 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:588:16 171s | 171s 588 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:604:16 171s | 171s 604 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:616:16 171s | 171s 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:629:16 171s | 171s 629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:643:16 171s | 171s 643 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:657:16 171s | 171s 657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:672:16 171s | 171s 672 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:687:16 171s | 171s 687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:699:16 171s | 171s 699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:711:16 171s | 171s 711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:723:16 171s | 171s 723 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:737:16 171s | 171s 737 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:749:16 171s | 171s 749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:761:16 171s | 171s 761 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:775:16 171s | 171s 775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:850:16 171s | 171s 850 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:920:16 171s | 171s 920 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:968:16 171s | 171s 968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:982:16 171s | 171s 982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:999:16 171s | 171s 999 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:1021:16 171s | 171s 1021 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:1049:16 171s | 171s 1049 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:1065:16 171s | 171s 1065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:246:15 171s | 171s 246 | #[cfg(syn_no_non_exhaustive)] 171s | ^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_const_vec_new` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:784:40 171s | 171s 784 | #[cfg(all(feature = "parsing", not(syn_no_const_vec_new)))] 171s | ^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_const_vec_new)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:838:19 171s | 171s 838 | #[cfg(syn_no_non_exhaustive)] 171s | ^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:1159:16 171s | 171s 1159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:1880:16 171s | 171s 1880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:1975:16 171s | 171s 1975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2001:16 171s | 171s 2001 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2063:16 171s | 171s 2063 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2084:16 171s | 171s 2084 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2101:16 171s | 171s 2101 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2119:16 171s | 171s 2119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2147:16 171s | 171s 2147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2165:16 171s | 171s 2165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2206:16 171s | 171s 2206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2236:16 171s | 171s 2236 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2258:16 171s | 171s 2258 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2326:16 171s | 171s 2326 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2349:16 171s | 171s 2349 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2372:16 171s | 171s 2372 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2381:16 171s | 171s 2381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2396:16 171s | 171s 2396 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2405:16 171s | 171s 2405 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2414:16 171s | 171s 2414 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2426:16 171s | 171s 2426 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2496:16 171s | 171s 2496 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2547:16 171s | 171s 2547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2571:16 171s | 171s 2571 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2582:16 171s | 171s 2582 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2594:16 171s | 171s 2594 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2648:16 171s | 171s 2648 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2678:16 171s | 171s 2678 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2727:16 171s | 171s 2727 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2759:16 171s | 171s 2759 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2801:16 171s | 171s 2801 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2818:16 171s | 171s 2818 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2832:16 171s | 171s 2832 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2846:16 171s | 171s 2846 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2879:16 171s | 171s 2879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2292:28 171s | 171s 2292 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s ... 171s 2309 | / impl_by_parsing_expr! { 171s 2310 | | ExprAssign, Assign, "expected assignment expression", 171s 2311 | | ExprAssignOp, AssignOp, "expected compound assignment expression", 171s 2312 | | ExprAwait, Await, "expected await expression", 171s ... | 171s 2322 | | ExprType, Type, "expected type ascription expression", 171s 2323 | | } 171s | |_____- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:1248:20 171s | 171s 1248 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "full", feature = "parsing"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2539:23 171s | 171s 2539 | #[cfg(syn_no_non_exhaustive)] 171s | ^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_const_vec_new` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2905:23 171s | 171s 2905 | #[cfg(not(syn_no_const_vec_new))] 171s | ^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_const_vec_new)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_const_vec_new` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2907:19 171s | 171s 2907 | #[cfg(syn_no_const_vec_new)] 171s | ^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_const_vec_new)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2988:16 171s | 171s 2988 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:2998:16 171s | 171s 2998 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3008:16 171s | 171s 3008 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3020:16 171s | 171s 3020 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3035:16 171s | 171s 3035 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3046:16 171s | 171s 3046 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3057:16 171s | 171s 3057 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3072:16 171s | 171s 3072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3082:16 171s | 171s 3082 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3091:16 171s | 171s 3091 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3099:16 171s | 171s 3099 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3110:16 171s | 171s 3110 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3141:16 171s | 171s 3141 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3153:16 171s | 171s 3153 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3165:16 171s | 171s 3165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3180:16 171s | 171s 3180 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3197:16 171s | 171s 3197 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3211:16 171s | 171s 3211 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3233:16 171s | 171s 3233 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3244:16 171s | 171s 3244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3255:16 171s | 171s 3255 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3265:16 171s | 171s 3265 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3275:16 171s | 171s 3275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3291:16 171s | 171s 3291 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3304:16 171s | 171s 3304 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3317:16 171s | 171s 3317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3328:16 171s | 171s 3328 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3338:16 171s | 171s 3338 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3348:16 171s | 171s 3348 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3358:16 171s | 171s 3358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3367:16 171s | 171s 3367 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3379:16 171s | 171s 3379 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3390:16 171s | 171s 3390 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3400:16 171s | 171s 3400 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3409:16 171s | 171s 3409 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3420:16 171s | 171s 3420 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3431:16 171s | 171s 3431 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3441:16 171s | 171s 3441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3451:16 171s | 171s 3451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3460:16 171s | 171s 3460 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3478:16 171s | 171s 3478 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3491:16 171s | 171s 3491 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3501:16 171s | 171s 3501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3512:16 171s | 171s 3512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3522:16 171s | 171s 3522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3531:16 171s | 171s 3531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/expr.rs:3544:16 171s | 171s 3544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:296:5 171s | 171s 296 | doc_cfg, 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:307:5 171s | 171s 307 | doc_cfg, 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:318:5 171s | 171s 318 | doc_cfg, 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:14:16 171s | 171s 14 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:35:16 171s | 171s 35 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/macros.rs:155:20 171s | 171s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s ::: /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:23:1 171s | 171s 23 | / ast_enum_of_structs! { 171s 24 | | /// A generic type parameter, lifetime, or const generic: `T: Into`, 171s 25 | | /// `'a: 'b`, `const LEN: usize`. 171s 26 | | /// 171s ... | 171s 45 | | } 171s 46 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = 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) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:53:16 171s | 171s 53 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:69:16 171s | 171s 69 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:83:16 171s | 171s 83 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:363:20 171s | 171s 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s ... 171s 404 | generics_wrapper_impls!(ImplGenerics); 171s | ------------------------------------- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:363:20 171s | 171s 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s ... 171s 406 | generics_wrapper_impls!(TypeGenerics); 171s | ------------------------------------- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:363:20 171s | 171s 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s ... 171s 408 | generics_wrapper_impls!(Turbofish); 171s | ---------------------------------- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:426:16 171s | 171s 426 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:475:16 171s | 171s 475 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/macros.rs:155:20 171s | 171s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s ::: /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:470:1 171s | 171s 470 | / ast_enum_of_structs! { 171s 471 | | /// A trait or lifetime used as a bound on a type parameter. 171s 472 | | /// 171s 473 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` 171s ... | 171s 479 | | } 171s 480 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = 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) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:487:16 171s | 171s 487 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:504:16 171s | 171s 504 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:517:16 171s | 171s 517 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:535:16 171s | 171s 535 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/macros.rs:155:20 171s | 171s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s ::: /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:524:1 171s | 171s 524 | / ast_enum_of_structs! { 171s 525 | | /// A single predicate in a `where` clause: `T: Deserialize<'de>`. 171s 526 | | /// 171s 527 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` 171s ... | 171s 545 | | } 171s 546 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = 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) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:553:16 171s | 171s 553 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:570:16 171s | 171s 570 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:583:16 171s | 171s 583 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:347:9 171s | 171s 347 | doc_cfg, 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:597:16 171s | 171s 597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:660:16 171s | 171s 660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:687:16 171s | 171s 687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:725:16 171s | 171s 725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:747:16 171s | 171s 747 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:758:16 171s | 171s 758 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:812:16 171s | 171s 812 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:856:16 171s | 171s 856 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:905:16 171s | 171s 905 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:916:16 171s | 171s 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:940:16 171s | 171s 940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:971:16 171s | 171s 971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:982:16 171s | 171s 982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:1057:16 171s | 171s 1057 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:1207:16 171s | 171s 1207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:1217:16 171s | 171s 1217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:1229:16 171s | 171s 1229 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:1268:16 171s | 171s 1268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:1300:16 171s | 171s 1300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:1310:16 171s | 171s 1310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:1325:16 171s | 171s 1325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:1335:16 171s | 171s 1335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:1345:16 171s | 171s 1345 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/generics.rs:1354:16 171s | 171s 1354 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:19:16 171s | 171s 19 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:20:20 171s | 171s 20 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] 171s | ^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/macros.rs:155:20 171s | 171s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s ::: /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:9:1 171s | 171s 9 | / ast_enum_of_structs! { 171s 10 | | /// Things that can appear directly inside of a module or scope. 171s 11 | | /// 171s 12 | | /// *This type is available only if Syn is built with the `"full"` feature.* 171s ... | 171s 96 | | } 171s 97 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = 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) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:103:16 171s | 171s 103 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:121:16 171s | 171s 121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:137:16 171s | 171s 137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:154:16 171s | 171s 154 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:167:16 171s | 171s 167 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:181:16 171s | 171s 181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:201:16 171s | 171s 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:215:16 171s | 171s 215 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:229:16 171s | 171s 229 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:244:16 171s | 171s 244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:263:16 171s | 171s 263 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:279:16 171s | 171s 279 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:299:16 171s | 171s 299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:316:16 171s | 171s 316 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:333:16 171s | 171s 333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:348:16 171s | 171s 348 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:477:16 171s | 171s 477 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/macros.rs:155:20 171s | 171s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s ::: /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:467:1 171s | 171s 467 | / ast_enum_of_structs! { 171s 468 | | /// A suffix of an import tree in a `use` item: `Type as Renamed` or `*`. 171s 469 | | /// 171s 470 | | /// *This type is available only if Syn is built with the `"full"` feature.* 171s ... | 171s 493 | | } 171s 494 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = 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) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:500:16 171s | 171s 500 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:512:16 171s | 171s 512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:522:16 171s | 171s 522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:534:16 171s | 171s 534 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:544:16 171s | 171s 544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:561:16 171s | 171s 561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:562:20 171s | 171s 562 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] 171s | ^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/macros.rs:155:20 171s | 171s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s ::: /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:551:1 171s | 171s 551 | / ast_enum_of_structs! { 171s 552 | | /// An item within an `extern` block. 171s 553 | | /// 171s 554 | | /// *This type is available only if Syn is built with the `"full"` feature.* 171s ... | 171s 600 | | } 171s 601 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = 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) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:607:16 171s | 171s 607 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:620:16 171s | 171s 620 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:637:16 171s | 171s 637 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:651:16 171s | 171s 651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:669:16 171s | 171s 669 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:670:20 171s | 171s 670 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] 171s | ^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/macros.rs:155:20 171s | 171s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s ::: /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:659:1 171s | 171s 659 | / ast_enum_of_structs! { 171s 660 | | /// An item declaration within the definition of a trait. 171s 661 | | /// 171s 662 | | /// *This type is available only if Syn is built with the `"full"` feature.* 171s ... | 171s 708 | | } 171s 709 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = 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) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:715:16 171s | 171s 715 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:731:16 171s | 171s 731 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:744:16 171s | 171s 744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:761:16 171s | 171s 761 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:779:16 171s | 171s 779 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:780:20 171s | 171s 780 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] 171s | ^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/macros.rs:155:20 171s | 171s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s ::: /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:769:1 171s | 171s 769 | / ast_enum_of_structs! { 171s 770 | | /// An item within an impl block. 171s 771 | | /// 171s 772 | | /// *This type is available only if Syn is built with the `"full"` feature.* 171s ... | 171s 818 | | } 171s 819 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = 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) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:825:16 171s | 171s 825 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:844:16 171s | 171s 844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:858:16 171s | 171s 858 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:876:16 171s | 171s 876 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:889:16 171s | 171s 889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:927:16 171s | 171s 927 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/macros.rs:155:20 171s | 171s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s ::: /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:923:1 171s | 171s 923 | / ast_enum_of_structs! { 171s 924 | | /// An argument in a function signature: the `n: usize` in `fn f(n: usize)`. 171s 925 | | /// 171s 926 | | /// *This type is available only if Syn is built with the `"full"` feature.* 171s ... | 171s 938 | | } 171s 939 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = 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) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:949:16 171s | 171s 949 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:93:15 171s | 171s 93 | #[cfg(syn_no_non_exhaustive)] 171s | ^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:381:19 171s | 171s 381 | #[cfg(syn_no_non_exhaustive)] 171s | ^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:597:15 171s | 171s 597 | #[cfg(syn_no_non_exhaustive)] 171s | ^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:705:15 171s | 171s 705 | #[cfg(syn_no_non_exhaustive)] 171s | ^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:815:15 171s | 171s 815 | #[cfg(syn_no_non_exhaustive)] 171s | ^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:976:16 171s | 171s 976 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:1237:16 171s | 171s 1237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:1264:16 171s | 171s 1264 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:1305:16 171s | 171s 1305 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:1338:16 171s | 171s 1338 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:1352:16 171s | 171s 1352 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:1401:16 171s | 171s 1401 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:1419:16 171s | 171s 1419 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:1500:16 171s | 171s 1500 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:1535:16 171s | 171s 1535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:1564:16 171s | 171s 1564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:1584:16 171s | 171s 1584 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:1680:16 171s | 171s 1680 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:1722:16 171s | 171s 1722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:1745:16 171s | 171s 1745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:1827:16 171s | 171s 1827 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:1843:16 171s | 171s 1843 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:1859:16 171s | 171s 1859 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:1903:16 171s | 171s 1903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:1921:16 171s | 171s 1921 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:1971:16 171s | 171s 1971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:1995:16 171s | 171s 1995 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2019:16 171s | 171s 2019 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2070:16 171s | 171s 2070 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2144:16 171s | 171s 2144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2200:16 171s | 171s 2200 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2260:16 171s | 171s 2260 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2290:16 171s | 171s 2290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2319:16 171s | 171s 2319 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2392:16 171s | 171s 2392 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2410:16 171s | 171s 2410 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2522:16 171s | 171s 2522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2603:16 171s | 171s 2603 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2628:16 171s | 171s 2628 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2668:16 171s | 171s 2668 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2726:16 171s | 171s 2726 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:1817:23 171s | 171s 1817 | #[cfg(syn_no_non_exhaustive)] 171s | ^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2251:23 171s | 171s 2251 | #[cfg(syn_no_non_exhaustive)] 171s | ^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2592:27 171s | 171s 2592 | #[cfg(syn_no_non_exhaustive)] 171s | ^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2771:16 171s | 171s 2771 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2787:16 171s | 171s 2787 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2799:16 171s | 171s 2799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2815:16 171s | 171s 2815 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2830:16 171s | 171s 2830 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2843:16 171s | 171s 2843 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2861:16 171s | 171s 2861 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2873:16 171s | 171s 2873 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2888:16 171s | 171s 2888 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2903:16 171s | 171s 2903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2929:16 171s | 171s 2929 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2942:16 171s | 171s 2942 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2964:16 171s | 171s 2964 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:2979:16 171s | 171s 2979 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:3001:16 171s | 171s 3001 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:3023:16 171s | 171s 3023 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:3034:16 171s | 171s 3034 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:3043:16 171s | 171s 3043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:3050:16 171s | 171s 3050 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:3059:16 171s | 171s 3059 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:3066:16 171s | 171s 3066 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:3075:16 171s | 171s 3075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:3091:16 171s | 171s 3091 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:3110:16 171s | 171s 3110 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:3130:16 171s | 171s 3130 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:3139:16 171s | 171s 3139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:3155:16 171s | 171s 3155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:3177:16 171s | 171s 3177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:3193:16 171s | 171s 3193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:3202:16 171s | 171s 3202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:3212:16 171s | 171s 3212 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:3226:16 171s | 171s 3226 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:3237:16 171s | 171s 3237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:3273:16 171s | 171s 3273 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/item.rs:3301:16 171s | 171s 3301 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/file.rs:80:16 171s | 171s 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/file.rs:93:16 171s | 171s 93 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/file.rs:118:16 171s | 171s 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lifetime.rs:127:16 171s | 171s 127 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lifetime.rs:145:16 171s | 171s 145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:629:12 171s | 171s 629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:640:12 171s | 171s 640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:652:12 171s | 171s 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/macros.rs:155:20 171s | 171s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s ::: /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:14:1 171s | 171s 14 | / ast_enum_of_structs! { 171s 15 | | /// A Rust literal such as a string or integer or boolean. 171s 16 | | /// 171s 17 | | /// # Syntax tree enum 171s ... | 171s 48 | | } 171s 49 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = 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) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:666:20 171s | 171s 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s ... 171s 703 | lit_extra_traits!(LitStr); 171s | ------------------------- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:666:20 171s | 171s 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s ... 171s 704 | lit_extra_traits!(LitByteStr); 171s | ----------------------------- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:666:20 171s | 171s 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s ... 171s 705 | lit_extra_traits!(LitByte); 171s | -------------------------- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:666:20 171s | 171s 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s ... 171s 706 | lit_extra_traits!(LitChar); 171s | -------------------------- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:666:20 171s | 171s 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s ... 171s 707 | lit_extra_traits!(LitInt); 171s | ------------------------- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:666:20 171s | 171s 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s ... 171s 708 | lit_extra_traits!(LitFloat); 171s | --------------------------- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:170:16 171s | 171s 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:200:16 171s | 171s 200 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:744:16 171s | 171s 744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:816:16 171s | 171s 816 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:827:16 171s | 171s 827 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:838:16 171s | 171s 838 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:849:16 171s | 171s 849 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:860:16 171s | 171s 860 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:871:16 171s | 171s 871 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:882:16 171s | 171s 882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:900:16 171s | 171s 900 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:907:16 171s | 171s 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:914:16 171s | 171s 914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:921:16 171s | 171s 921 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:928:16 171s | 171s 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:935:16 171s | 171s 935 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:942:16 171s | 171s 942 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_negative_literal_parse` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lit.rs:1568:15 171s | 171s 1568 | #[cfg(syn_no_negative_literal_parse)] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_negative_literal_parse)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_negative_literal_parse)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/mac.rs:15:16 171s | 171s 15 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/mac.rs:29:16 171s | 171s 29 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/mac.rs:137:16 171s | 171s 137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/mac.rs:145:16 171s | 171s 145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/mac.rs:177:16 171s | 171s 177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/mac.rs:201:16 171s | 171s 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/derive.rs:8:16 171s | 171s 8 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/derive.rs:37:16 171s | 171s 37 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/derive.rs:57:16 171s | 171s 57 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/derive.rs:70:16 171s | 171s 70 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/derive.rs:83:16 171s | 171s 83 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/derive.rs:95:16 171s | 171s 95 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/derive.rs:231:16 171s | 171s 231 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/op.rs:6:16 171s | 171s 6 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/op.rs:72:16 171s | 171s 72 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/op.rs:130:16 171s | 171s 130 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/op.rs:165:16 171s | 171s 165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/op.rs:188:16 171s | 171s 188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/op.rs:224:16 171s | 171s 224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/stmt.rs:7:16 171s | 171s 7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/stmt.rs:19:16 171s | 171s 19 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/stmt.rs:39:16 171s | 171s 39 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/stmt.rs:136:16 171s | 171s 136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/stmt.rs:147:16 171s | 171s 147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/stmt.rs:109:20 171s | 171s 109 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/stmt.rs:312:16 171s | 171s 312 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/stmt.rs:321:16 171s | 171s 321 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/stmt.rs:336:16 171s | 171s 336 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:16:16 171s | 171s 16 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:17:20 171s | 171s 17 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] 171s | ^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/macros.rs:155:20 171s | 171s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s ::: /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:5:1 171s | 171s 5 | / ast_enum_of_structs! { 171s 6 | | /// The possible types that a Rust value could have. 171s 7 | | /// 171s 8 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` 171s ... | 171s 88 | | } 171s 89 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = 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) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:96:16 171s | 171s 96 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:110:16 171s | 171s 110 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:128:16 171s | 171s 128 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:141:16 171s | 171s 141 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:153:16 171s | 171s 153 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:164:16 171s | 171s 164 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:175:16 171s | 171s 175 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:186:16 171s | 171s 186 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:199:16 171s | 171s 199 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:211:16 171s | 171s 211 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:225:16 171s | 171s 225 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:239:16 171s | 171s 239 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:252:16 171s | 171s 252 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:264:16 171s | 171s 264 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:276:16 171s | 171s 276 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:288:16 171s | 171s 288 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:311:16 171s | 171s 311 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:323:16 171s | 171s 323 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:85:15 171s | 171s 85 | #[cfg(syn_no_non_exhaustive)] 171s | ^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:342:16 171s | 171s 342 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:656:16 171s | 171s 656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:667:16 171s | 171s 667 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:680:16 171s | 171s 680 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:703:16 171s | 171s 703 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:716:16 171s | 171s 716 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:777:16 171s | 171s 777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:786:16 171s | 171s 786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:795:16 171s | 171s 795 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:828:16 171s | 171s 828 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:837:16 171s | 171s 837 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:887:16 171s | 171s 887 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:895:16 171s | 171s 895 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:949:16 171s | 171s 949 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:992:16 171s | 171s 992 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:1003:16 171s | 171s 1003 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:1024:16 171s | 171s 1024 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:1098:16 171s | 171s 1098 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:1108:16 171s | 171s 1108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:357:20 171s | 171s 357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:869:20 171s | 171s 869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:904:20 171s | 171s 904 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:958:20 171s | 171s 958 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:1128:16 171s | 171s 1128 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:1137:16 171s | 171s 1137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:1148:16 171s | 171s 1148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:1162:16 171s | 171s 1162 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:1172:16 171s | 171s 1172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:1193:16 171s | 171s 1193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:1200:16 171s | 171s 1200 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:1209:16 171s | 171s 1209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:1216:16 171s | 171s 1216 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:1224:16 171s | 171s 1224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:1232:16 171s | 171s 1232 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:1241:16 171s | 171s 1241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:1250:16 171s | 171s 1250 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:1257:16 171s | 171s 1257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:1264:16 171s | 171s 1264 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:1277:16 171s | 171s 1277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:1289:16 171s | 171s 1289 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/ty.rs:1297:16 171s | 171s 1297 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:16:16 171s | 171s 16 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:17:20 171s | 171s 17 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] 171s | ^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/macros.rs:155:20 171s | 171s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s ::: /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:5:1 171s | 171s 5 | / ast_enum_of_structs! { 171s 6 | | /// A pattern in a local binding, function signature, match expression, or 171s 7 | | /// various other places. 171s 8 | | /// 171s ... | 171s 97 | | } 171s 98 | | } 171s | |_- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = 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) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:104:16 171s | 171s 104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:119:16 171s | 171s 119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:136:16 171s | 171s 136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:147:16 171s | 171s 147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:158:16 171s | 171s 158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:176:16 171s | 171s 176 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:188:16 171s | 171s 188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:201:16 171s | 171s 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:214:16 171s | 171s 214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:225:16 171s | 171s 225 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:237:16 171s | 171s 237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:251:16 171s | 171s 251 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:263:16 171s | 171s 263 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:275:16 171s | 171s 275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:288:16 171s | 171s 288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:302:16 171s | 171s 302 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:94:15 171s | 171s 94 | #[cfg(syn_no_non_exhaustive)] 171s | ^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:318:16 171s | 171s 318 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:769:16 171s | 171s 769 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:777:16 171s | 171s 777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:791:16 171s | 171s 791 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:807:16 171s | 171s 807 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:816:16 171s | 171s 816 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:826:16 171s | 171s 826 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:834:16 171s | 171s 834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:844:16 171s | 171s 844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:853:16 171s | 171s 853 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:863:16 171s | 171s 863 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:871:16 171s | 171s 871 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:879:16 171s | 171s 879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:889:16 171s | 171s 889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:899:16 171s | 171s 899 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:907:16 171s | 171s 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/pat.rs:916:16 171s | 171s 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/path.rs:9:16 171s | 171s 9 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/path.rs:35:16 171s | 171s 35 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/path.rs:67:16 171s | 171s 67 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/path.rs:105:16 171s | 171s 105 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/path.rs:130:16 171s | 171s 130 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/path.rs:144:16 171s | 171s 144 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/path.rs:157:16 171s | 171s 157 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/path.rs:171:16 171s | 171s 171 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/path.rs:201:16 171s | 171s 201 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/path.rs:218:16 171s | 171s 218 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/path.rs:225:16 171s | 171s 225 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/path.rs:358:16 171s | 171s 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/path.rs:385:16 171s | 171s 385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/path.rs:397:16 171s | 171s 397 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/path.rs:430:16 171s | 171s 430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/path.rs:442:16 171s | 171s 442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/path.rs:505:20 171s | 171s 505 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/path.rs:569:20 171s | 171s 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/path.rs:591:20 171s | 171s 591 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/path.rs:693:16 171s | 171s 693 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/path.rs:701:16 171s | 171s 701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/path.rs:709:16 171s | 171s 709 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/path.rs:724:16 171s | 171s 724 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/path.rs:752:16 171s | 171s 752 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/path.rs:793:16 171s | 171s 793 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/path.rs:802:16 171s | 171s 802 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/path.rs:811:16 171s | 171s 811 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/punctuated.rs:371:12 171s | 171s 371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/punctuated.rs:1012:12 171s | 171s 1012 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_const_vec_new` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/punctuated.rs:54:15 171s | 171s 54 | #[cfg(not(syn_no_const_vec_new))] 171s | ^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_const_vec_new)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_const_vec_new` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/punctuated.rs:63:11 171s | 171s 63 | #[cfg(syn_no_const_vec_new)] 171s | ^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_const_vec_new)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/punctuated.rs:267:16 171s | 171s 267 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/punctuated.rs:288:16 171s | 171s 288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/punctuated.rs:325:16 171s | 171s 325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/punctuated.rs:346:16 171s | 171s 346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/punctuated.rs:1060:16 171s | 171s 1060 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/punctuated.rs:1071:16 171s | 171s 1071 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/parse_quote.rs:68:12 171s | 171s 68 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/parse_quote.rs:100:12 171s | 171s 100 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/parse_macro_input.rs:107:12 171s | 171s 107 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:7:12 171s | 171s 7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:17:12 171s | 171s 17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:29:12 171s | 171s 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:43:12 171s | 171s 43 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:46:12 171s | 171s 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:53:12 171s | 171s 53 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:66:12 171s | 171s 66 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:77:12 171s | 171s 77 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:80:12 171s | 171s 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:87:12 171s | 171s 87 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:98:12 171s | 171s 98 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:108:12 171s | 171s 108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:120:12 171s | 171s 120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:135:12 171s | 171s 135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:146:12 171s | 171s 146 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:157:12 171s | 171s 157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:168:12 171s | 171s 168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:179:12 171s | 171s 179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:189:12 171s | 171s 189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:202:12 171s | 171s 202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:282:12 171s | 171s 282 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:293:12 171s | 171s 293 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:305:12 171s | 171s 305 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:317:12 171s | 171s 317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:329:12 171s | 171s 329 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:341:12 171s | 171s 341 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:353:12 171s | 171s 353 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:364:12 171s | 171s 364 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:375:12 171s | 171s 375 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:387:12 171s | 171s 387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:399:12 171s | 171s 399 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:411:12 171s | 171s 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:428:12 171s | 171s 428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:439:12 171s | 171s 439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:451:12 171s | 171s 451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:466:12 171s | 171s 466 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:477:12 171s | 171s 477 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:490:12 171s | 171s 490 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:502:12 171s | 171s 502 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:515:12 171s | 171s 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:525:12 171s | 171s 525 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:537:12 171s | 171s 537 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:547:12 171s | 171s 547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:560:12 171s | 171s 560 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:575:12 171s | 171s 575 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:586:12 171s | 171s 586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:597:12 171s | 171s 597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:609:12 171s | 171s 609 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:622:12 171s | 171s 622 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:635:12 171s | 171s 635 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:646:12 171s | 171s 646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:660:12 171s | 171s 660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:671:12 171s | 171s 671 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:682:12 171s | 171s 682 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:693:12 171s | 171s 693 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:705:12 171s | 171s 705 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:716:12 171s | 171s 716 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:727:12 171s | 171s 727 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:740:12 171s | 171s 740 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:751:12 171s | 171s 751 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:764:12 171s | 171s 764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:776:12 171s | 171s 776 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:788:12 171s | 171s 788 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:799:12 171s | 171s 799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:809:12 171s | 171s 809 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:819:12 171s | 171s 819 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:830:12 171s | 171s 830 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:840:12 171s | 171s 840 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:855:12 171s | 171s 855 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:867:12 171s | 171s 867 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:878:12 171s | 171s 878 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:894:12 171s | 171s 894 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:907:12 171s | 171s 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:920:12 171s | 171s 920 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:930:12 171s | 171s 930 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:941:12 171s | 171s 941 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:953:12 171s | 171s 953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:968:12 171s | 171s 968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:986:12 171s | 171s 986 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:997:12 171s | 171s 997 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1010:12 171s | 171s 1010 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1027:12 171s | 171s 1027 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1037:12 171s | 171s 1037 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1064:12 171s | 171s 1064 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1081:12 171s | 171s 1081 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1096:12 171s | 171s 1096 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1111:12 171s | 171s 1111 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1123:12 171s | 171s 1123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1135:12 171s | 171s 1135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1152:12 171s | 171s 1152 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1164:12 171s | 171s 1164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1177:12 171s | 171s 1177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1191:12 171s | 171s 1191 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1209:12 171s | 171s 1209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1224:12 171s | 171s 1224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1243:12 171s | 171s 1243 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1259:12 171s | 171s 1259 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1275:12 171s | 171s 1275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1289:12 171s | 171s 1289 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1303:12 171s | 171s 1303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1313:12 171s | 171s 1313 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1324:12 171s | 171s 1324 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1339:12 171s | 171s 1339 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1349:12 171s | 171s 1349 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1362:12 171s | 171s 1362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1374:12 171s | 171s 1374 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1385:12 171s | 171s 1385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1395:12 171s | 171s 1395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1406:12 171s | 171s 1406 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1417:12 171s | 171s 1417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1428:12 171s | 171s 1428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1440:12 171s | 171s 1440 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1450:12 171s | 171s 1450 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1461:12 171s | 171s 1461 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1487:12 171s | 171s 1487 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1498:12 171s | 171s 1498 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1511:12 171s | 171s 1511 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1521:12 171s | 171s 1521 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1531:12 171s | 171s 1531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1542:12 171s | 171s 1542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1553:12 171s | 171s 1553 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1565:12 171s | 171s 1565 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1577:12 171s | 171s 1577 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1587:12 171s | 171s 1587 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1598:12 171s | 171s 1598 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1611:12 171s | 171s 1611 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1622:12 171s | 171s 1622 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1633:12 171s | 171s 1633 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1645:12 171s | 171s 1645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1655:12 171s | 171s 1655 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1665:12 171s | 171s 1665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1678:12 171s | 171s 1678 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1688:12 171s | 171s 1688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1699:12 171s | 171s 1699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1710:12 171s | 171s 1710 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1722:12 171s | 171s 1722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1735:12 171s | 171s 1735 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1738:12 171s | 171s 1738 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1745:12 171s | 171s 1745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1757:12 171s | 171s 1757 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1767:12 171s | 171s 1767 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1786:12 171s | 171s 1786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1798:12 171s | 171s 1798 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1810:12 171s | 171s 1810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1813:12 171s | 171s 1813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1820:12 171s | 171s 1820 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1835:12 171s | 171s 1835 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1850:12 171s | 171s 1850 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1861:12 171s | 171s 1861 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1873:12 171s | 171s 1873 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1889:12 171s | 171s 1889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1914:12 171s | 171s 1914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1926:12 171s | 171s 1926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1942:12 171s | 171s 1942 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1952:12 171s | 171s 1952 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1962:12 171s | 171s 1962 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1971:12 171s | 171s 1971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1978:12 171s | 171s 1978 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1987:12 171s | 171s 1987 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:2001:12 171s | 171s 2001 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:2011:12 171s | 171s 2011 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:2021:12 171s | 171s 2021 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:2031:12 171s | 171s 2031 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:2043:12 171s | 171s 2043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:2055:12 171s | 171s 2055 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:2065:12 171s | 171s 2065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:2075:12 171s | 171s 2075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:2085:12 171s | 171s 2085 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:2088:12 171s | 171s 2088 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:2095:12 171s | 171s 2095 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:2104:12 171s | 171s 2104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:2114:12 171s | 171s 2114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:2123:12 171s | 171s 2123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:2134:12 171s | 171s 2134 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:2145:12 171s | 171s 2145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:2158:12 171s | 171s 2158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:2168:12 171s | 171s 2168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:2180:12 171s | 171s 2180 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:2189:12 171s | 171s 2189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:2198:12 171s | 171s 2198 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:2210:12 171s | 171s 2210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:2222:12 171s | 171s 2222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:2232:12 171s | 171s 2232 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:276:23 171s | 171s 276 | #[cfg(any(syn_no_non_exhaustive, not(feature = "full")))] 171s | ^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:849:19 171s | 171s 849 | #[cfg(syn_no_non_exhaustive)] 171s | ^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:962:19 171s | 171s 962 | #[cfg(syn_no_non_exhaustive)] 171s | ^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1058:19 171s | 171s 1058 | #[cfg(syn_no_non_exhaustive)] 171s | ^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1481:19 171s | 171s 1481 | #[cfg(syn_no_non_exhaustive)] 171s | ^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1829:19 171s | 171s 1829 | #[cfg(syn_no_non_exhaustive)] 171s | ^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/gen/clone.rs:1908:19 171s | 171s 1908 | #[cfg(syn_no_non_exhaustive)] 171s | ^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unused import: `crate::gen::*` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/lib.rs:787:9 171s | 171s 787 | pub use crate::gen::*; 171s | ^^^^^^^^^^^^^ 171s | 171s = note: `#[warn(unused_imports)]` on by default 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/parse.rs:1065:12 171s | 171s 1065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/parse.rs:1072:12 171s | 171s 1072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/parse.rs:1083:12 171s | 171s 1083 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/parse.rs:1090:12 171s | 171s 1090 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/parse.rs:1100:12 171s | 171s 1100 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/parse.rs:1116:12 171s | 171s 1116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/parse.rs:1126:12 171s | 171s 1126 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /tmp/tmp.Sg5OMJeQ2c/registry/syn-1.0.109/src/reserved.rs:29:12 171s | 171s 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 175s warning: `syn` (lib) generated 882 warnings (90 duplicates) 175s Compiling openssl-macros v0.1.0 (/usr/share/cargo/registry/openssl-macros-0.1.0) 175s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=openssl_macros CARGO_MANIFEST_DIR=/usr/share/cargo/registry/openssl-macros-0.1.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/openssl-macros-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Internal macros used by the openssl crate.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-macros 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_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.Sg5OMJeQ2c/target/debug/deps rustc --crate-name openssl_macros --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=83e41229c1374501 -C extra-filename=-83e41229c1374501 --out-dir /tmp/tmp.Sg5OMJeQ2c/target/debug/deps -C incremental=/tmp/tmp.Sg5OMJeQ2c/target/debug/incremental -L dependency=/tmp/tmp.Sg5OMJeQ2c/target/debug/deps --extern proc_macro2=/tmp/tmp.Sg5OMJeQ2c/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.Sg5OMJeQ2c/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.Sg5OMJeQ2c/target/debug/deps/libsyn-8708dd63363fe563.rlib --extern proc_macro` 175s Finished `test` profile [unoptimized + debuginfo] target(s) in 5.50s 175s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/openssl-macros-0.1.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/openssl-macros-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Internal macros used by the openssl crate.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-macros 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='' LD_LIBRARY_PATH='/tmp/tmp.Sg5OMJeQ2c/target/debug/deps:/tmp/tmp.Sg5OMJeQ2c/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.Sg5OMJeQ2c/target/debug/deps/openssl_macros-83e41229c1374501` 175s 175s running 0 tests 175s 175s test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 175s 175s /tmp/autopkgtest.vkJXgO/wrapper.sh: checking for leaked background processes... 175s /tmp/autopkgtest.vkJXgO/wrapper.sh: waiting for tee/cat subprocesses... 175s /tmp/autopkgtest.vkJXgO/wrapper.sh: cleaning up... 175s /tmp/autopkgtest.vkJXgO/wrapper.sh: Exit status: 0 175s autopkgtest: DBG: testbed command exited with code 0 175s autopkgtest [19:49:09]: test librust-openssl-macros-dev:default: -----------------------] 175s autopkgtest: DBG: testbed executing test finished with exit status 0 175s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev%3Adefault-stdout /tmp/autopkgtest-work.3e91tjwo/out/librust-openssl-macros-dev%3Adefault-stdout 176s autopkgtest: DBG: got reply from testbed: ok 176s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev%3Adefault-stderr /tmp/autopkgtest-work.3e91tjwo/out/librust-openssl-macros-dev%3Adefault-stderr 176s autopkgtest: DBG: got reply from testbed: ok 176s librust-openssl-macros-dev:default PASS 176s autopkgtest [19:49:10]: test librust-openssl-macros-dev:default: - - - - - - - - - - results - - - - - - - - - - 176s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev%3Adefault-artifacts/ /tmp/autopkgtest-work.3e91tjwo/out/artifacts/ 176s autopkgtest: DBG: got reply from testbed: ok 176s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev:default-artifacts', '/tmp/autopkgtest.vkJXgO/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 176s autopkgtest: DBG: testbed command exited with code 0 176s autopkgtest [19:49:10]: test librust-openssl-macros-dev:: preparing testbed 176s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 18)', 'librust-openssl-macros-dev'], deps_new=['dh-cargo (>= 18)', 'librust-openssl-macros-dev'] 176s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 176s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-openssl-macros-dev'] 176s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-openssl-macros-dev 176s autopkgtest: DBG: can use apt-get on testbed: True 176s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'dh-cargo (>= 18), librust-openssl-macros-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 176s Reading package lists... 177s Building dependency tree... 177s Reading state information... 177s Starting pkgProblemResolver with broken count: 0 177s Starting 2 pkgProblemResolver with broken count: 0 177s Done 177s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 177s autopkgtest: DBG: testbed command exited with code 0 177s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-openssl-macros-dev'], kind short, sout pipe, serr pipe, env [] 177s autopkgtest: DBG: testbed command exited with code 0 177s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev:-packages.all"], kind short, sout raw, serr pipe, env [] 178s autopkgtest: DBG: testbed command exited with code 0 178s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev%3A-packages.all /tmp/autopkgtest-work.3e91tjwo/out/librust-openssl-macros-dev%3A-packages.all 178s autopkgtest: DBG: got reply from testbed: ok 178s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.vkJXgO/build.TAf/src'], kind short, sout raw, serr raw, env [] 178s autopkgtest: DBG: testbed command exited with code 0 178s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.vkJXgO/build.TAf/src already exists 178s autopkgtest [19:49:12]: test librust-openssl-macros-dev:: /usr/share/cargo/bin/cargo-auto-test openssl-macros 0.1.0 --all-targets --no-default-features 178s autopkgtest [19:49:12]: test librust-openssl-macros-dev:: [----------------------- 178s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.vkJXgO/wrapper.sh --debug --artifacts=/tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev:-artifacts --chdir=/tmp/autopkgtest.vkJXgO/build.TAf/src --env=AUTOPKGTEST_TESTBED_ARCH=s390x --env=AUTOPKGTEST_TEST_ARCH=s390x --env=DEB_BUILD_OPTIONS=parallel=2 --env=DEBIAN_FRONTEND=noninteractive --env=LANG=C.UTF-8 --unset-env=LANGUAGE --unset-env=LC_ADDRESS --unset-env=LC_ALL --unset-env=LC_COLLATE --unset-env=LC_CTYPE --unset-env=LC_IDENTIFICATION --unset-env=LC_MEASUREMENT --unset-env=LC_MESSAGES --unset-env=LC_MONETARY --unset-env=LC_NAME --unset-env=LC_NUMERIC --unset-env=LC_PAPER --unset-env=LC_TELEPHONE --unset-env=LC_TIME --script-pid-file=/tmp/autopkgtest_script_pid --source-profile --stderr=/tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev:-stderr --stdout=/tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev:-stdout --tmp=/tmp/autopkgtest.vkJXgO/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1' -- bash -ec '/usr/share/cargo/bin/cargo-auto-test openssl-macros 0.1.0 --all-targets --no-default-features'"], kind test, sout raw, serr raw, env [] 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev:-artifacts 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: changing to directory: /tmp/autopkgtest.vkJXgO/build.TAf/src 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: setting environment: LANG=C.UTF-8 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LANGUAGE 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_ADDRESS 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_ALL 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_COLLATE 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_CTYPE 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_IDENTIFICATION 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_MEASUREMENT 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_MESSAGES 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_MONETARY 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_NAME 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_NUMERIC 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_PAPER 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_TELEPHONE 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: unsetting environment: LC_TIME 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: pretending to be a login shell 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: will write standard error to /tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev:-stderr 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: will write stdout to /tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev:-stdout 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.vkJXgO/autopkgtest_tmp 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test openssl-macros 0.1.0 --all-targets --no-default-features 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: copying /tmp/tmp.FvWZIubAso/out to stdout and file: /tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev:-stdout 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: copying /tmp/tmp.FvWZIubAso/err to standard error and file: /tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev:-stdout 178s /tmp/autopkgtest.vkJXgO/wrapper.sh: writing script pid 2356 to /tmp/autopkgtest_script_pid 178s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 178s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 178s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 178s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.2fQ4HPFh1O/registry/ 178s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 178s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 178s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 178s debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', '/usr/bin/cargo', '-Zavoid-dev-deps', 'test', '--verbose', '--verbose', '-j2', '--target', 's390x-unknown-linux-gnu', '--all-targets', '--no-default-features'],) {} 178s Compiling proc-macro2 v1.0.92 178s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.2fQ4HPFh1O/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.2fQ4HPFh1O/registry/proc-macro2-1.0.92/Cargo.toml 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.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.2fQ4HPFh1O/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.2fQ4HPFh1O/registry/proc-macro2-1.0.92/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=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=3832f39696f3f5db -C extra-filename=-3832f39696f3f5db --out-dir /tmp/tmp.2fQ4HPFh1O/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.2fQ4HPFh1O/target/debug/deps --cap-lints warn` 178s Compiling unicode-ident v1.0.13 178s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.2fQ4HPFh1O/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.2fQ4HPFh1O/registry/unicode-ident-1.0.13/Cargo.toml 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.13 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.2fQ4HPFh1O/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.2fQ4HPFh1O/registry/unicode-ident-1.0.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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d182fe9243248fe -C extra-filename=-5d182fe9243248fe --out-dir /tmp/tmp.2fQ4HPFh1O/target/debug/deps -L dependency=/tmp/tmp.2fQ4HPFh1O/target/debug/deps --cap-lints warn` 178s Compiling syn v1.0.109 178s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109 CARGO_MANIFEST_PATH=/tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/Cargo.toml 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='' LD_LIBRARY_PATH=/tmp/tmp.2fQ4HPFh1O/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.2fQ4HPFh1O/registry/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 debuginfo=2 --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "visit", "visit-mut"))' -C metadata=932a4b00006797ca -C extra-filename=-932a4b00006797ca --out-dir /tmp/tmp.2fQ4HPFh1O/target/debug/build/syn-932a4b00006797ca -L dependency=/tmp/tmp.2fQ4HPFh1O/target/debug/deps --cap-lints warn` 179s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux 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=/tmp/tmp.2fQ4HPFh1O/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.2fQ4HPFh1O/registry/proc-macro2-1.0.92/Cargo.toml 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.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.2fQ4HPFh1O/target/debug/deps:/tmp/tmp.2fQ4HPFh1O/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.2fQ4HPFh1O/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.2fQ4HPFh1O/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 179s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 179s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 179s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 179s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 179s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 179s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 179s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 179s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 179s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 179s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 179s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 179s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 179s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 179s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 179s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 179s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 179s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.2fQ4HPFh1O/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.2fQ4HPFh1O/registry/proc-macro2-1.0.92/Cargo.toml 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.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.2fQ4HPFh1O/target/debug/deps OUT_DIR=/tmp/tmp.2fQ4HPFh1O/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.2fQ4HPFh1O/registry/proc-macro2-1.0.92/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=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ccebc93d1de6cfe5 -C extra-filename=-ccebc93d1de6cfe5 --out-dir /tmp/tmp.2fQ4HPFh1O/target/debug/deps -L dependency=/tmp/tmp.2fQ4HPFh1O/target/debug/deps --extern unicode_ident=/tmp/tmp.2fQ4HPFh1O/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` 179s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux 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_MANIFEST_DIR=/tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109 CARGO_MANIFEST_PATH=/tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/Cargo.toml 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=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.2fQ4HPFh1O/target/debug/deps:/tmp/tmp.2fQ4HPFh1O/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.2fQ4HPFh1O/target/debug/build/syn-99ade1692ed7d47f/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.2fQ4HPFh1O/target/debug/build/syn-932a4b00006797ca/build-script-build` 179s [syn 1.0.109] cargo:rustc-cfg=syn_disable_nightly_tests 179s Compiling quote v1.0.37 179s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.2fQ4HPFh1O/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.2fQ4HPFh1O/registry/quote-1.0.37/Cargo.toml 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.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.2fQ4HPFh1O/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.2fQ4HPFh1O/registry/quote-1.0.37/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=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=dc92c6f25ee0f0c6 -C extra-filename=-dc92c6f25ee0f0c6 --out-dir /tmp/tmp.2fQ4HPFh1O/target/debug/deps -L dependency=/tmp/tmp.2fQ4HPFh1O/target/debug/deps --extern proc_macro2=/tmp/tmp.2fQ4HPFh1O/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 179s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109 CARGO_MANIFEST_PATH=/tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/Cargo.toml 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='' LD_LIBRARY_PATH=/tmp/tmp.2fQ4HPFh1O/target/debug/deps OUT_DIR=/tmp/tmp.2fQ4HPFh1O/target/debug/build/syn-99ade1692ed7d47f/out rustc --crate-name syn --edition=2018 /tmp/tmp.2fQ4HPFh1O/registry/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 debuginfo=2 --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "visit", "visit-mut"))' -C metadata=8708dd63363fe563 -C extra-filename=-8708dd63363fe563 --out-dir /tmp/tmp.2fQ4HPFh1O/target/debug/deps -L dependency=/tmp/tmp.2fQ4HPFh1O/target/debug/deps --extern proc_macro2=/tmp/tmp.2fQ4HPFh1O/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.2fQ4HPFh1O/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.2fQ4HPFh1O/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn --cfg syn_disable_nightly_tests` 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lib.rs:254:13 180s | 180s 254 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 180s | ^^^^^^^ 180s | 180s = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `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`, `ub_checks`, `unix`, and `windows` 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = note: `#[warn(unexpected_cfgs)]` on by default 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lib.rs:430:12 180s | 180s 430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lib.rs:434:12 180s | 180s 434 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lib.rs:455:12 180s | 180s 455 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lib.rs:804:12 180s | 180s 804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lib.rs:867:12 180s | 180s 867 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lib.rs:887:12 180s | 180s 887 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lib.rs:916:12 180s | 180s 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lib.rs:959:12 180s | 180s 959 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "full"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/group.rs:136:12 180s | 180s 136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/group.rs:214:12 180s | 180s 214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/group.rs:269:12 180s | 180s 269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/token.rs:561:12 180s | 180s 561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/token.rs:569:12 180s | 180s 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_omit_await_from_token_macro` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/token.rs:881:11 180s | 180s 881 | #[cfg(not(syn_omit_await_from_token_macro))] 180s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_omit_await_from_token_macro)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_omit_await_from_token_macro)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_omit_await_from_token_macro` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/token.rs:883:7 180s | 180s 883 | #[cfg(syn_omit_await_from_token_macro)] 180s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_omit_await_from_token_macro)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_omit_await_from_token_macro)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/token.rs:394:24 180s | 180s 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s ... 180s 556 | / define_punctuation_structs! { 180s 557 | | "_" pub struct Underscore/1 /// `_` 180s 558 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/token.rs:398:24 180s | 180s 398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s ... 180s 556 | / define_punctuation_structs! { 180s 557 | | "_" pub struct Underscore/1 /// `_` 180s 558 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/token.rs:271:24 180s | 180s 271 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s ... 180s 652 | / define_keywords! { 180s 653 | | "abstract" pub struct Abstract /// `abstract` 180s 654 | | "as" pub struct As /// `as` 180s 655 | | "async" pub struct Async /// `async` 180s ... | 180s 704 | | "yield" pub struct Yield /// `yield` 180s 705 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/token.rs:275:24 180s | 180s 275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s ... 180s 652 | / define_keywords! { 180s 653 | | "abstract" pub struct Abstract /// `abstract` 180s 654 | | "as" pub struct As /// `as` 180s 655 | | "async" pub struct Async /// `async` 180s ... | 180s 704 | | "yield" pub struct Yield /// `yield` 180s 705 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/token.rs:309:24 180s | 180s 309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s ... 180s 652 | / define_keywords! { 180s 653 | | "abstract" pub struct Abstract /// `abstract` 180s 654 | | "as" pub struct As /// `as` 180s 655 | | "async" pub struct Async /// `async` 180s ... | 180s 704 | | "yield" pub struct Yield /// `yield` 180s 705 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/token.rs:317:24 180s | 180s 317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s ... 180s 652 | / define_keywords! { 180s 653 | | "abstract" pub struct Abstract /// `abstract` 180s 654 | | "as" pub struct As /// `as` 180s 655 | | "async" pub struct Async /// `async` 180s ... | 180s 704 | | "yield" pub struct Yield /// `yield` 180s 705 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/token.rs:444:24 180s | 180s 444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s ... 180s 707 | / define_punctuation! { 180s 708 | | "+" pub struct Add/1 /// `+` 180s 709 | | "+=" pub struct AddEq/2 /// `+=` 180s 710 | | "&" pub struct And/1 /// `&` 180s ... | 180s 753 | | "~" pub struct Tilde/1 /// `~` 180s 754 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/token.rs:452:24 180s | 180s 452 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s ... 180s 707 | / define_punctuation! { 180s 708 | | "+" pub struct Add/1 /// `+` 180s 709 | | "+=" pub struct AddEq/2 /// `+=` 180s 710 | | "&" pub struct And/1 /// `&` 180s ... | 180s 753 | | "~" pub struct Tilde/1 /// `~` 180s 754 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/token.rs:394:24 180s | 180s 394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s ... 180s 707 | / define_punctuation! { 180s 708 | | "+" pub struct Add/1 /// `+` 180s 709 | | "+=" pub struct AddEq/2 /// `+=` 180s 710 | | "&" pub struct And/1 /// `&` 180s ... | 180s 753 | | "~" pub struct Tilde/1 /// `~` 180s 754 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = 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) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/token.rs:398:24 180s | 180s 398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s ... 180s 707 | / define_punctuation! { 180s 708 | | "+" pub struct Add/1 /// `+` 180s 709 | | "+=" pub struct AddEq/2 /// `+=` 180s 710 | | "&" pub struct And/1 /// `&` 180s ... | 180s 753 | | "~" pub struct Tilde/1 /// `~` 180s 754 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = 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) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/token.rs:503:24 180s | 180s 503 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s ... 180s 756 | / define_delimiters! { 180s 757 | | "{" pub struct Brace /// `{...}` 180s 758 | | "[" pub struct Bracket /// `[...]` 180s 759 | | "(" pub struct Paren /// `(...)` 180s 760 | | " " pub struct Group /// None-delimited group 180s 761 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/token.rs:507:24 180s | 180s 507 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s ... 180s 756 | / define_delimiters! { 180s 757 | | "{" pub struct Brace /// `{...}` 180s 758 | | "[" pub struct Bracket /// `[...]` 180s 759 | | "(" pub struct Paren /// `(...)` 180s 760 | | " " pub struct Group /// None-delimited group 180s 761 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ident.rs:38:12 180s | 180s 38 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/attr.rs:463:12 180s | 180s 463 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/attr.rs:148:16 180s | 180s 148 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/attr.rs:329:16 180s | 180s 329 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/attr.rs:360:16 180s | 180s 360 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/macros.rs:155:20 180s | 180s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s ::: /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/attr.rs:336:1 180s | 180s 336 | / ast_enum_of_structs! { 180s 337 | | /// Content of a compile-time structured attribute. 180s 338 | | /// 180s 339 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` 180s ... | 180s 369 | | } 180s 370 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = 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) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/attr.rs:377:16 180s | 180s 377 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/attr.rs:390:16 180s | 180s 390 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/attr.rs:417:16 180s | 180s 417 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/macros.rs:155:20 180s | 180s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s ::: /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/attr.rs:412:1 180s | 180s 412 | / ast_enum_of_structs! { 180s 413 | | /// Element of a compile-time attribute list. 180s 414 | | /// 180s 415 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` 180s ... | 180s 425 | | } 180s 426 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = 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) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/attr.rs:165:16 180s | 180s 165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/attr.rs:213:16 180s | 180s 213 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/attr.rs:223:16 180s | 180s 223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/attr.rs:237:16 180s | 180s 237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/attr.rs:251:16 180s | 180s 251 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/attr.rs:557:16 180s | 180s 557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/attr.rs:565:16 180s | 180s 565 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/attr.rs:573:16 180s | 180s 573 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/attr.rs:581:16 180s | 180s 581 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/attr.rs:630:16 180s | 180s 630 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/attr.rs:644:16 180s | 180s 644 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/attr.rs:654:16 180s | 180s 654 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/data.rs:9:16 180s | 180s 9 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/data.rs:36:16 180s | 180s 36 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/macros.rs:155:20 180s | 180s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s ::: /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/data.rs:25:1 180s | 180s 25 | / ast_enum_of_structs! { 180s 26 | | /// Data stored within an enum variant or struct. 180s 27 | | /// 180s 28 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` 180s ... | 180s 47 | | } 180s 48 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = 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) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/data.rs:56:16 180s | 180s 56 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/data.rs:68:16 180s | 180s 68 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/data.rs:153:16 180s | 180s 153 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/data.rs:185:16 180s | 180s 185 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/macros.rs:155:20 180s | 180s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s ::: /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/data.rs:173:1 180s | 180s 173 | / ast_enum_of_structs! { 180s 174 | | /// The visibility level of an item: inherited or `pub` or 180s 175 | | /// `pub(restricted)`. 180s 176 | | /// 180s ... | 180s 199 | | } 180s 200 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = 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) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/data.rs:207:16 180s | 180s 207 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/data.rs:218:16 180s | 180s 218 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/data.rs:230:16 180s | 180s 230 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/data.rs:246:16 180s | 180s 246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/data.rs:275:16 180s | 180s 275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/data.rs:286:16 180s | 180s 286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/data.rs:327:16 180s | 180s 327 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/data.rs:299:20 180s | 180s 299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/data.rs:315:20 180s | 180s 315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/data.rs:423:16 180s | 180s 423 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/data.rs:436:16 180s | 180s 436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/data.rs:445:16 180s | 180s 445 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/data.rs:454:16 180s | 180s 454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/data.rs:467:16 180s | 180s 467 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/data.rs:474:16 180s | 180s 474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/data.rs:481:16 180s | 180s 481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:89:16 180s | 180s 89 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:90:20 180s | 180s 90 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] 180s | ^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/macros.rs:155:20 180s | 180s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s ::: /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:14:1 180s | 180s 14 | / ast_enum_of_structs! { 180s 15 | | /// A Rust expression. 180s 16 | | /// 180s 17 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` 180s ... | 180s 249 | | } 180s 250 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = 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) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:256:16 180s | 180s 256 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:268:16 180s | 180s 268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:281:16 180s | 180s 281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:294:16 180s | 180s 294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:307:16 180s | 180s 307 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:321:16 180s | 180s 321 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:334:16 180s | 180s 334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:346:16 180s | 180s 346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:359:16 180s | 180s 359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:373:16 180s | 180s 373 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:387:16 180s | 180s 387 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:400:16 180s | 180s 400 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:418:16 180s | 180s 418 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:431:16 180s | 180s 431 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:444:16 180s | 180s 444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:464:16 180s | 180s 464 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:480:16 180s | 180s 480 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:495:16 180s | 180s 495 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:508:16 180s | 180s 508 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:523:16 180s | 180s 523 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:534:16 180s | 180s 534 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:547:16 180s | 180s 547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:558:16 180s | 180s 558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:572:16 180s | 180s 572 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:588:16 180s | 180s 588 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:604:16 180s | 180s 604 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:616:16 180s | 180s 616 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:629:16 180s | 180s 629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:643:16 180s | 180s 643 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:657:16 180s | 180s 657 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:672:16 180s | 180s 672 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:687:16 180s | 180s 687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:699:16 180s | 180s 699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:711:16 180s | 180s 711 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:723:16 180s | 180s 723 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:737:16 180s | 180s 737 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:749:16 180s | 180s 749 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:761:16 180s | 180s 761 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:775:16 180s | 180s 775 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:850:16 180s | 180s 850 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:920:16 180s | 180s 920 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:968:16 180s | 180s 968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:982:16 180s | 180s 982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:999:16 180s | 180s 999 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:1021:16 180s | 180s 1021 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:1049:16 180s | 180s 1049 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:1065:16 180s | 180s 1065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:246:15 180s | 180s 246 | #[cfg(syn_no_non_exhaustive)] 180s | ^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_const_vec_new` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:784:40 180s | 180s 784 | #[cfg(all(feature = "parsing", not(syn_no_const_vec_new)))] 180s | ^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_const_vec_new)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:838:19 180s | 180s 838 | #[cfg(syn_no_non_exhaustive)] 180s | ^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:1159:16 180s | 180s 1159 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:1880:16 180s | 180s 1880 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:1975:16 180s | 180s 1975 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2001:16 180s | 180s 2001 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2063:16 180s | 180s 2063 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2084:16 180s | 180s 2084 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2101:16 180s | 180s 2101 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2119:16 180s | 180s 2119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2147:16 180s | 180s 2147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2165:16 180s | 180s 2165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2206:16 180s | 180s 2206 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2236:16 180s | 180s 2236 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2258:16 180s | 180s 2258 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2326:16 180s | 180s 2326 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2349:16 180s | 180s 2349 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2372:16 180s | 180s 2372 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2381:16 180s | 180s 2381 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2396:16 180s | 180s 2396 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2405:16 180s | 180s 2405 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2414:16 180s | 180s 2414 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2426:16 180s | 180s 2426 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2496:16 180s | 180s 2496 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2547:16 180s | 180s 2547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2571:16 180s | 180s 2571 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2582:16 180s | 180s 2582 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2594:16 180s | 180s 2594 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2648:16 180s | 180s 2648 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2678:16 180s | 180s 2678 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2727:16 180s | 180s 2727 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2759:16 180s | 180s 2759 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2801:16 180s | 180s 2801 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2818:16 180s | 180s 2818 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2832:16 180s | 180s 2832 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2846:16 180s | 180s 2846 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2879:16 180s | 180s 2879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2292:28 180s | 180s 2292 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s ... 180s 2309 | / impl_by_parsing_expr! { 180s 2310 | | ExprAssign, Assign, "expected assignment expression", 180s 2311 | | ExprAssignOp, AssignOp, "expected compound assignment expression", 180s 2312 | | ExprAwait, Await, "expected await expression", 180s ... | 180s 2322 | | ExprType, Type, "expected type ascription expression", 180s 2323 | | } 180s | |_____- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = note: this warning originates in the macro `impl_by_parsing_expr` (in Nightly builds, run with -Z macro-backtrace for more info) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:1248:20 180s | 180s 1248 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "full", feature = "parsing"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2539:23 180s | 180s 2539 | #[cfg(syn_no_non_exhaustive)] 180s | ^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_const_vec_new` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2905:23 180s | 180s 2905 | #[cfg(not(syn_no_const_vec_new))] 180s | ^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_const_vec_new)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_const_vec_new` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2907:19 180s | 180s 2907 | #[cfg(syn_no_const_vec_new)] 180s | ^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_const_vec_new)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2988:16 180s | 180s 2988 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:2998:16 180s | 180s 2998 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3008:16 180s | 180s 3008 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3020:16 180s | 180s 3020 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3035:16 180s | 180s 3035 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3046:16 180s | 180s 3046 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3057:16 180s | 180s 3057 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3072:16 180s | 180s 3072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3082:16 180s | 180s 3082 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3091:16 180s | 180s 3091 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3099:16 180s | 180s 3099 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3110:16 180s | 180s 3110 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3141:16 180s | 180s 3141 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3153:16 180s | 180s 3153 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3165:16 180s | 180s 3165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3180:16 180s | 180s 3180 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3197:16 180s | 180s 3197 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3211:16 180s | 180s 3211 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3233:16 180s | 180s 3233 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3244:16 180s | 180s 3244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3255:16 180s | 180s 3255 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3265:16 180s | 180s 3265 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3275:16 180s | 180s 3275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3291:16 180s | 180s 3291 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3304:16 180s | 180s 3304 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3317:16 180s | 180s 3317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3328:16 180s | 180s 3328 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3338:16 180s | 180s 3338 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3348:16 180s | 180s 3348 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3358:16 180s | 180s 3358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3367:16 180s | 180s 3367 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3379:16 180s | 180s 3379 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3390:16 180s | 180s 3390 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3400:16 180s | 180s 3400 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3409:16 180s | 180s 3409 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3420:16 180s | 180s 3420 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3431:16 180s | 180s 3431 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3441:16 180s | 180s 3441 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3451:16 180s | 180s 3451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3460:16 180s | 180s 3460 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3478:16 180s | 180s 3478 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3491:16 180s | 180s 3491 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3501:16 180s | 180s 3501 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3512:16 180s | 180s 3512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3522:16 180s | 180s 3522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3531:16 180s | 180s 3531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/expr.rs:3544:16 180s | 180s 3544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:296:5 180s | 180s 296 | doc_cfg, 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:307:5 180s | 180s 307 | doc_cfg, 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:318:5 180s | 180s 318 | doc_cfg, 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:14:16 180s | 180s 14 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:35:16 180s | 180s 35 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/macros.rs:155:20 180s | 180s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s ::: /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:23:1 180s | 180s 23 | / ast_enum_of_structs! { 180s 24 | | /// A generic type parameter, lifetime, or const generic: `T: Into`, 180s 25 | | /// `'a: 'b`, `const LEN: usize`. 180s 26 | | /// 180s ... | 180s 45 | | } 180s 46 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = 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) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:53:16 180s | 180s 53 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:69:16 180s | 180s 69 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:83:16 180s | 180s 83 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:363:20 180s | 180s 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s ... 180s 404 | generics_wrapper_impls!(ImplGenerics); 180s | ------------------------------------- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:363:20 180s | 180s 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s ... 180s 406 | generics_wrapper_impls!(TypeGenerics); 180s | ------------------------------------- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:363:20 180s | 180s 363 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s ... 180s 408 | generics_wrapper_impls!(Turbofish); 180s | ---------------------------------- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = note: this warning originates in the macro `generics_wrapper_impls` (in Nightly builds, run with -Z macro-backtrace for more info) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:426:16 180s | 180s 426 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:475:16 180s | 180s 475 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/macros.rs:155:20 180s | 180s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s ::: /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:470:1 180s | 180s 470 | / ast_enum_of_structs! { 180s 471 | | /// A trait or lifetime used as a bound on a type parameter. 180s 472 | | /// 180s 473 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` 180s ... | 180s 479 | | } 180s 480 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = 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) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:487:16 180s | 180s 487 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:504:16 180s | 180s 504 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:517:16 180s | 180s 517 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:535:16 180s | 180s 535 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/macros.rs:155:20 180s | 180s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s ::: /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:524:1 180s | 180s 524 | / ast_enum_of_structs! { 180s 525 | | /// A single predicate in a `where` clause: `T: Deserialize<'de>`. 180s 526 | | /// 180s 527 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` 180s ... | 180s 545 | | } 180s 546 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = 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) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:553:16 180s | 180s 553 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:570:16 180s | 180s 570 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:583:16 180s | 180s 583 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:347:9 180s | 180s 347 | doc_cfg, 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:597:16 180s | 180s 597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:660:16 180s | 180s 660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:687:16 180s | 180s 687 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:725:16 180s | 180s 725 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:747:16 180s | 180s 747 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:758:16 180s | 180s 758 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:812:16 180s | 180s 812 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:856:16 180s | 180s 856 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:905:16 180s | 180s 905 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:916:16 180s | 180s 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:940:16 180s | 180s 940 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:971:16 180s | 180s 971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:982:16 180s | 180s 982 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:1057:16 180s | 180s 1057 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:1207:16 180s | 180s 1207 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:1217:16 180s | 180s 1217 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:1229:16 180s | 180s 1229 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:1268:16 180s | 180s 1268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:1300:16 180s | 180s 1300 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:1310:16 180s | 180s 1310 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:1325:16 180s | 180s 1325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:1335:16 180s | 180s 1335 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:1345:16 180s | 180s 1345 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/generics.rs:1354:16 180s | 180s 1354 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:19:16 180s | 180s 19 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:20:20 180s | 180s 20 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] 180s | ^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/macros.rs:155:20 180s | 180s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s ::: /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:9:1 180s | 180s 9 | / ast_enum_of_structs! { 180s 10 | | /// Things that can appear directly inside of a module or scope. 180s 11 | | /// 180s 12 | | /// *This type is available only if Syn is built with the `"full"` feature.* 180s ... | 180s 96 | | } 180s 97 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = 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) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:103:16 180s | 180s 103 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:121:16 180s | 180s 121 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:137:16 180s | 180s 137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:154:16 180s | 180s 154 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:167:16 180s | 180s 167 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:181:16 180s | 180s 181 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:201:16 180s | 180s 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:215:16 180s | 180s 215 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:229:16 180s | 180s 229 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:244:16 180s | 180s 244 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:263:16 180s | 180s 263 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:279:16 180s | 180s 279 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:299:16 180s | 180s 299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:316:16 180s | 180s 316 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:333:16 180s | 180s 333 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:348:16 180s | 180s 348 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:477:16 180s | 180s 477 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/macros.rs:155:20 180s | 180s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s ::: /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:467:1 180s | 180s 467 | / ast_enum_of_structs! { 180s 468 | | /// A suffix of an import tree in a `use` item: `Type as Renamed` or `*`. 180s 469 | | /// 180s 470 | | /// *This type is available only if Syn is built with the `"full"` feature.* 180s ... | 180s 493 | | } 180s 494 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = 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) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:500:16 180s | 180s 500 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:512:16 180s | 180s 512 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:522:16 180s | 180s 522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:534:16 180s | 180s 534 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:544:16 180s | 180s 544 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:561:16 180s | 180s 561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:562:20 180s | 180s 562 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] 180s | ^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/macros.rs:155:20 180s | 180s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s ::: /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:551:1 180s | 180s 551 | / ast_enum_of_structs! { 180s 552 | | /// An item within an `extern` block. 180s 553 | | /// 180s 554 | | /// *This type is available only if Syn is built with the `"full"` feature.* 180s ... | 180s 600 | | } 180s 601 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = 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) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:607:16 180s | 180s 607 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:620:16 180s | 180s 620 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:637:16 180s | 180s 637 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:651:16 180s | 180s 651 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:669:16 180s | 180s 669 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:670:20 180s | 180s 670 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] 180s | ^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/macros.rs:155:20 180s | 180s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s ::: /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:659:1 180s | 180s 659 | / ast_enum_of_structs! { 180s 660 | | /// An item declaration within the definition of a trait. 180s 661 | | /// 180s 662 | | /// *This type is available only if Syn is built with the `"full"` feature.* 180s ... | 180s 708 | | } 180s 709 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = 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) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:715:16 180s | 180s 715 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:731:16 180s | 180s 731 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:744:16 180s | 180s 744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:761:16 180s | 180s 761 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:779:16 180s | 180s 779 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:780:20 180s | 180s 780 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] 180s | ^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/macros.rs:155:20 180s | 180s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s ::: /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:769:1 180s | 180s 769 | / ast_enum_of_structs! { 180s 770 | | /// An item within an impl block. 180s 771 | | /// 180s 772 | | /// *This type is available only if Syn is built with the `"full"` feature.* 180s ... | 180s 818 | | } 180s 819 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = 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) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:825:16 180s | 180s 825 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:844:16 180s | 180s 844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:858:16 180s | 180s 858 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:876:16 180s | 180s 876 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:889:16 180s | 180s 889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:927:16 180s | 180s 927 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/macros.rs:155:20 180s | 180s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s ::: /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:923:1 180s | 180s 923 | / ast_enum_of_structs! { 180s 924 | | /// An argument in a function signature: the `n: usize` in `fn f(n: usize)`. 180s 925 | | /// 180s 926 | | /// *This type is available only if Syn is built with the `"full"` feature.* 180s ... | 180s 938 | | } 180s 939 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = 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) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:949:16 180s | 180s 949 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:93:15 180s | 180s 93 | #[cfg(syn_no_non_exhaustive)] 180s | ^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:381:19 180s | 180s 381 | #[cfg(syn_no_non_exhaustive)] 180s | ^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:597:15 180s | 180s 597 | #[cfg(syn_no_non_exhaustive)] 180s | ^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:705:15 180s | 180s 705 | #[cfg(syn_no_non_exhaustive)] 180s | ^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:815:15 180s | 180s 815 | #[cfg(syn_no_non_exhaustive)] 180s | ^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:976:16 180s | 180s 976 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:1237:16 180s | 180s 1237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:1264:16 180s | 180s 1264 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:1305:16 180s | 180s 1305 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:1338:16 180s | 180s 1338 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:1352:16 180s | 180s 1352 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:1401:16 180s | 180s 1401 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:1419:16 180s | 180s 1419 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:1500:16 180s | 180s 1500 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:1535:16 180s | 180s 1535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:1564:16 180s | 180s 1564 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:1584:16 180s | 180s 1584 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:1680:16 180s | 180s 1680 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:1722:16 180s | 180s 1722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:1745:16 180s | 180s 1745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:1827:16 180s | 180s 1827 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:1843:16 180s | 180s 1843 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:1859:16 180s | 180s 1859 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:1903:16 180s | 180s 1903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:1921:16 180s | 180s 1921 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:1971:16 180s | 180s 1971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:1995:16 180s | 180s 1995 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2019:16 180s | 180s 2019 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2070:16 180s | 180s 2070 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2144:16 180s | 180s 2144 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2200:16 180s | 180s 2200 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2260:16 180s | 180s 2260 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2290:16 180s | 180s 2290 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2319:16 180s | 180s 2319 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2392:16 180s | 180s 2392 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2410:16 180s | 180s 2410 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2522:16 180s | 180s 2522 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2603:16 180s | 180s 2603 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2628:16 180s | 180s 2628 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2668:16 180s | 180s 2668 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2726:16 180s | 180s 2726 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:1817:23 180s | 180s 1817 | #[cfg(syn_no_non_exhaustive)] 180s | ^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2251:23 180s | 180s 2251 | #[cfg(syn_no_non_exhaustive)] 180s | ^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2592:27 180s | 180s 2592 | #[cfg(syn_no_non_exhaustive)] 180s | ^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2771:16 180s | 180s 2771 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2787:16 180s | 180s 2787 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2799:16 180s | 180s 2799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2815:16 180s | 180s 2815 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2830:16 180s | 180s 2830 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2843:16 180s | 180s 2843 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2861:16 180s | 180s 2861 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2873:16 180s | 180s 2873 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2888:16 180s | 180s 2888 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2903:16 180s | 180s 2903 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2929:16 180s | 180s 2929 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2942:16 180s | 180s 2942 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2964:16 180s | 180s 2964 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:2979:16 180s | 180s 2979 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:3001:16 180s | 180s 3001 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:3023:16 180s | 180s 3023 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:3034:16 180s | 180s 3034 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:3043:16 180s | 180s 3043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:3050:16 180s | 180s 3050 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:3059:16 180s | 180s 3059 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:3066:16 180s | 180s 3066 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:3075:16 180s | 180s 3075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:3091:16 180s | 180s 3091 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:3110:16 180s | 180s 3110 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:3130:16 180s | 180s 3130 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:3139:16 180s | 180s 3139 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:3155:16 180s | 180s 3155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:3177:16 180s | 180s 3177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:3193:16 180s | 180s 3193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:3202:16 180s | 180s 3202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:3212:16 180s | 180s 3212 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:3226:16 180s | 180s 3226 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:3237:16 180s | 180s 3237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:3273:16 180s | 180s 3273 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/item.rs:3301:16 180s | 180s 3301 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/file.rs:80:16 180s | 180s 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/file.rs:93:16 180s | 180s 93 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/file.rs:118:16 180s | 180s 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lifetime.rs:127:16 180s | 180s 127 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lifetime.rs:145:16 180s | 180s 145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:629:12 180s | 180s 629 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:640:12 180s | 180s 640 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:652:12 180s | 180s 652 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/macros.rs:155:20 180s | 180s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s ::: /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:14:1 180s | 180s 14 | / ast_enum_of_structs! { 180s 15 | | /// A Rust literal such as a string or integer or boolean. 180s 16 | | /// 180s 17 | | /// # Syntax tree enum 180s ... | 180s 48 | | } 180s 49 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = 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) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:666:20 180s | 180s 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s ... 180s 703 | lit_extra_traits!(LitStr); 180s | ------------------------- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:666:20 180s | 180s 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s ... 180s 704 | lit_extra_traits!(LitByteStr); 180s | ----------------------------- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:666:20 180s | 180s 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s ... 180s 705 | lit_extra_traits!(LitByte); 180s | -------------------------- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:666:20 180s | 180s 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s ... 180s 706 | lit_extra_traits!(LitChar); 180s | -------------------------- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:666:20 180s | 180s 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s ... 180s 707 | lit_extra_traits!(LitInt); 180s | ------------------------- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:666:20 180s | 180s 666 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s ... 180s 708 | lit_extra_traits!(LitFloat); 180s | --------------------------- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = note: this warning originates in the macro `lit_extra_traits` (in Nightly builds, run with -Z macro-backtrace for more info) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:170:16 180s | 180s 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:200:16 180s | 180s 200 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:744:16 180s | 180s 744 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:816:16 180s | 180s 816 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:827:16 180s | 180s 827 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:838:16 180s | 180s 838 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:849:16 180s | 180s 849 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:860:16 180s | 180s 860 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:871:16 180s | 180s 871 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:882:16 180s | 180s 882 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:900:16 180s | 180s 900 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:907:16 180s | 180s 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:914:16 180s | 180s 914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:921:16 180s | 180s 921 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:928:16 180s | 180s 928 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:935:16 180s | 180s 935 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:942:16 180s | 180s 942 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_negative_literal_parse` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lit.rs:1568:15 180s | 180s 1568 | #[cfg(syn_no_negative_literal_parse)] 180s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_negative_literal_parse)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_negative_literal_parse)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/mac.rs:15:16 180s | 180s 15 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/mac.rs:29:16 180s | 180s 29 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/mac.rs:137:16 180s | 180s 137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/mac.rs:145:16 180s | 180s 145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/mac.rs:177:16 180s | 180s 177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/mac.rs:201:16 180s | 180s 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/derive.rs:8:16 180s | 180s 8 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/derive.rs:37:16 180s | 180s 37 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/derive.rs:57:16 180s | 180s 57 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/derive.rs:70:16 180s | 180s 70 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/derive.rs:83:16 180s | 180s 83 | #[cfg_attr(doc_cfg, doc(cfg(feature = "derive")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/derive.rs:95:16 180s | 180s 95 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/derive.rs:231:16 180s | 180s 231 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/op.rs:6:16 180s | 180s 6 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/op.rs:72:16 180s | 180s 72 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/op.rs:130:16 180s | 180s 130 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/op.rs:165:16 180s | 180s 165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/op.rs:188:16 180s | 180s 188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/op.rs:224:16 180s | 180s 224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/stmt.rs:7:16 180s | 180s 7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/stmt.rs:19:16 180s | 180s 19 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/stmt.rs:39:16 180s | 180s 39 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/stmt.rs:136:16 180s | 180s 136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/stmt.rs:147:16 180s | 180s 147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/stmt.rs:109:20 180s | 180s 109 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/stmt.rs:312:16 180s | 180s 312 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/stmt.rs:321:16 180s | 180s 321 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/stmt.rs:336:16 180s | 180s 336 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:16:16 180s | 180s 16 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:17:20 180s | 180s 17 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] 180s | ^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/macros.rs:155:20 180s | 180s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s ::: /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:5:1 180s | 180s 5 | / ast_enum_of_structs! { 180s 6 | | /// The possible types that a Rust value could have. 180s 7 | | /// 180s 8 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"` 180s ... | 180s 88 | | } 180s 89 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = 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) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:96:16 180s | 180s 96 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:110:16 180s | 180s 110 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:128:16 180s | 180s 128 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:141:16 180s | 180s 141 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:153:16 180s | 180s 153 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:164:16 180s | 180s 164 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:175:16 180s | 180s 175 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:186:16 180s | 180s 186 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:199:16 180s | 180s 199 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:211:16 180s | 180s 211 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:225:16 180s | 180s 225 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:239:16 180s | 180s 239 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:252:16 180s | 180s 252 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:264:16 180s | 180s 264 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:276:16 180s | 180s 276 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:288:16 180s | 180s 288 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:311:16 180s | 180s 311 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:323:16 180s | 180s 323 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:85:15 180s | 180s 85 | #[cfg(syn_no_non_exhaustive)] 180s | ^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:342:16 180s | 180s 342 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:656:16 180s | 180s 656 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:667:16 180s | 180s 667 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:680:16 180s | 180s 680 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:703:16 180s | 180s 703 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:716:16 180s | 180s 716 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:777:16 180s | 180s 777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:786:16 180s | 180s 786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:795:16 180s | 180s 795 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:828:16 180s | 180s 828 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:837:16 180s | 180s 837 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:887:16 180s | 180s 887 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:895:16 180s | 180s 895 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:949:16 180s | 180s 949 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:992:16 180s | 180s 992 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:1003:16 180s | 180s 1003 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:1024:16 180s | 180s 1024 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:1098:16 180s | 180s 1098 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:1108:16 180s | 180s 1108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:357:20 180s | 180s 357 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:869:20 180s | 180s 869 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:904:20 180s | 180s 904 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:958:20 180s | 180s 958 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:1128:16 180s | 180s 1128 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:1137:16 180s | 180s 1137 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:1148:16 180s | 180s 1148 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:1162:16 180s | 180s 1162 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:1172:16 180s | 180s 1172 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:1193:16 180s | 180s 1193 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:1200:16 180s | 180s 1200 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:1209:16 180s | 180s 1209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:1216:16 180s | 180s 1216 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:1224:16 180s | 180s 1224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:1232:16 180s | 180s 1232 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:1241:16 180s | 180s 1241 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:1250:16 180s | 180s 1250 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:1257:16 180s | 180s 1257 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:1264:16 180s | 180s 1264 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:1277:16 180s | 180s 1277 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:1289:16 180s | 180s 1289 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/ty.rs:1297:16 180s | 180s 1297 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:16:16 180s | 180s 16 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:17:20 180s | 180s 17 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)] 180s | ^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/macros.rs:155:20 180s | 180s 155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s ::: /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:5:1 180s | 180s 5 | / ast_enum_of_structs! { 180s 6 | | /// A pattern in a local binding, function signature, match expression, or 180s 7 | | /// various other places. 180s 8 | | /// 180s ... | 180s 97 | | } 180s 98 | | } 180s | |_- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = 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) 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:104:16 180s | 180s 104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:119:16 180s | 180s 119 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:136:16 180s | 180s 136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:147:16 180s | 180s 147 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:158:16 180s | 180s 158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:176:16 180s | 180s 176 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:188:16 180s | 180s 188 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:201:16 180s | 180s 201 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:214:16 180s | 180s 214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:225:16 180s | 180s 225 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:237:16 180s | 180s 237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:251:16 180s | 180s 251 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:263:16 180s | 180s 263 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:275:16 180s | 180s 275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:288:16 180s | 180s 288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:302:16 180s | 180s 302 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:94:15 180s | 180s 94 | #[cfg(syn_no_non_exhaustive)] 180s | ^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:318:16 180s | 180s 318 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:769:16 180s | 180s 769 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:777:16 180s | 180s 777 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:791:16 180s | 180s 791 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:807:16 180s | 180s 807 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:816:16 180s | 180s 816 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:826:16 180s | 180s 826 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:834:16 180s | 180s 834 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:844:16 180s | 180s 844 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:853:16 180s | 180s 853 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:863:16 180s | 180s 863 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:871:16 180s | 180s 871 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:879:16 180s | 180s 879 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:889:16 180s | 180s 889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:899:16 180s | 180s 899 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:907:16 180s | 180s 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/pat.rs:916:16 180s | 180s 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/path.rs:9:16 180s | 180s 9 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/path.rs:35:16 180s | 180s 35 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/path.rs:67:16 180s | 180s 67 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/path.rs:105:16 180s | 180s 105 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/path.rs:130:16 180s | 180s 130 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/path.rs:144:16 180s | 180s 144 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/path.rs:157:16 180s | 180s 157 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/path.rs:171:16 180s | 180s 171 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/path.rs:201:16 180s | 180s 201 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/path.rs:218:16 180s | 180s 218 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/path.rs:225:16 180s | 180s 225 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/path.rs:358:16 180s | 180s 358 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/path.rs:385:16 180s | 180s 385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/path.rs:397:16 180s | 180s 397 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/path.rs:430:16 180s | 180s 430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/path.rs:442:16 180s | 180s 442 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/path.rs:505:20 180s | 180s 505 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/path.rs:569:20 180s | 180s 569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/path.rs:591:20 180s | 180s 591 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/path.rs:693:16 180s | 180s 693 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/path.rs:701:16 180s | 180s 701 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/path.rs:709:16 180s | 180s 709 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/path.rs:724:16 180s | 180s 724 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/path.rs:752:16 180s | 180s 752 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/path.rs:793:16 180s | 180s 793 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/path.rs:802:16 180s | 180s 802 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/path.rs:811:16 180s | 180s 811 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/punctuated.rs:371:12 180s | 180s 371 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/punctuated.rs:1012:12 180s | 180s 1012 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_const_vec_new` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/punctuated.rs:54:15 180s | 180s 54 | #[cfg(not(syn_no_const_vec_new))] 180s | ^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_const_vec_new)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_const_vec_new` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/punctuated.rs:63:11 180s | 180s 63 | #[cfg(syn_no_const_vec_new)] 180s | ^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_const_vec_new)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_const_vec_new)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/punctuated.rs:267:16 180s | 180s 267 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/punctuated.rs:288:16 180s | 180s 288 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/punctuated.rs:325:16 180s | 180s 325 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/punctuated.rs:346:16 180s | 180s 346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/punctuated.rs:1060:16 180s | 180s 1060 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/punctuated.rs:1071:16 180s | 180s 1071 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/parse_quote.rs:68:12 180s | 180s 68 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/parse_quote.rs:100:12 180s | 180s 100 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/parse_macro_input.rs:107:12 180s | 180s 107 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:7:12 180s | 180s 7 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:17:12 180s | 180s 17 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:29:12 180s | 180s 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:43:12 180s | 180s 43 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:46:12 180s | 180s 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:53:12 180s | 180s 53 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:66:12 180s | 180s 66 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:77:12 180s | 180s 77 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:80:12 180s | 180s 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:87:12 180s | 180s 87 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:98:12 180s | 180s 98 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:108:12 180s | 180s 108 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:120:12 180s | 180s 120 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:135:12 180s | 180s 135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:146:12 180s | 180s 146 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:157:12 180s | 180s 157 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:168:12 180s | 180s 168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:179:12 180s | 180s 179 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:189:12 180s | 180s 189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:202:12 180s | 180s 202 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:282:12 180s | 180s 282 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:293:12 180s | 180s 293 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:305:12 180s | 180s 305 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:317:12 180s | 180s 317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:329:12 180s | 180s 329 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:341:12 180s | 180s 341 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:353:12 180s | 180s 353 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:364:12 180s | 180s 364 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:375:12 180s | 180s 375 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:387:12 180s | 180s 387 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:399:12 180s | 180s 399 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:411:12 180s | 180s 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:428:12 180s | 180s 428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:439:12 180s | 180s 439 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:451:12 180s | 180s 451 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:466:12 180s | 180s 466 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:477:12 180s | 180s 477 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:490:12 180s | 180s 490 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:502:12 180s | 180s 502 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:515:12 180s | 180s 515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:525:12 180s | 180s 525 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:537:12 180s | 180s 537 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:547:12 180s | 180s 547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:560:12 180s | 180s 560 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:575:12 180s | 180s 575 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:586:12 180s | 180s 586 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:597:12 180s | 180s 597 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:609:12 180s | 180s 609 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:622:12 180s | 180s 622 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:635:12 180s | 180s 635 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:646:12 180s | 180s 646 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:660:12 180s | 180s 660 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:671:12 180s | 180s 671 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:682:12 180s | 180s 682 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:693:12 180s | 180s 693 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:705:12 180s | 180s 705 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:716:12 180s | 180s 716 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:727:12 180s | 180s 727 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:740:12 180s | 180s 740 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:751:12 180s | 180s 751 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:764:12 180s | 180s 764 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:776:12 180s | 180s 776 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:788:12 180s | 180s 788 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:799:12 180s | 180s 799 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:809:12 180s | 180s 809 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:819:12 180s | 180s 819 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:830:12 180s | 180s 830 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:840:12 180s | 180s 840 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:855:12 180s | 180s 855 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:867:12 180s | 180s 867 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:878:12 180s | 180s 878 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:894:12 180s | 180s 894 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:907:12 180s | 180s 907 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:920:12 180s | 180s 920 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:930:12 180s | 180s 930 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:941:12 180s | 180s 941 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:953:12 180s | 180s 953 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:968:12 180s | 180s 968 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:986:12 180s | 180s 986 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:997:12 180s | 180s 997 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1010:12 180s | 180s 1010 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1027:12 180s | 180s 1027 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1037:12 180s | 180s 1037 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1064:12 180s | 180s 1064 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1081:12 180s | 180s 1081 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1096:12 180s | 180s 1096 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1111:12 180s | 180s 1111 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1123:12 180s | 180s 1123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1135:12 180s | 180s 1135 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1152:12 180s | 180s 1152 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1164:12 180s | 180s 1164 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1177:12 180s | 180s 1177 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1191:12 180s | 180s 1191 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1209:12 180s | 180s 1209 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1224:12 180s | 180s 1224 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1243:12 180s | 180s 1243 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1259:12 180s | 180s 1259 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1275:12 180s | 180s 1275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1289:12 180s | 180s 1289 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1303:12 180s | 180s 1303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1313:12 180s | 180s 1313 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1324:12 180s | 180s 1324 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1339:12 180s | 180s 1339 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1349:12 180s | 180s 1349 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1362:12 180s | 180s 1362 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1374:12 180s | 180s 1374 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1385:12 180s | 180s 1385 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1395:12 180s | 180s 1395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1406:12 180s | 180s 1406 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1417:12 180s | 180s 1417 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1428:12 180s | 180s 1428 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1440:12 180s | 180s 1440 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1450:12 180s | 180s 1450 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1461:12 180s | 180s 1461 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1487:12 180s | 180s 1487 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1498:12 180s | 180s 1498 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1511:12 180s | 180s 1511 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1521:12 180s | 180s 1521 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1531:12 180s | 180s 1531 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1542:12 180s | 180s 1542 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1553:12 180s | 180s 1553 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1565:12 180s | 180s 1565 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1577:12 180s | 180s 1577 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1587:12 180s | 180s 1587 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1598:12 180s | 180s 1598 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1611:12 180s | 180s 1611 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1622:12 180s | 180s 1622 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1633:12 180s | 180s 1633 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1645:12 180s | 180s 1645 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1655:12 180s | 180s 1655 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1665:12 180s | 180s 1665 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1678:12 180s | 180s 1678 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1688:12 180s | 180s 1688 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1699:12 180s | 180s 1699 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1710:12 180s | 180s 1710 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1722:12 180s | 180s 1722 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1735:12 180s | 180s 1735 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1738:12 180s | 180s 1738 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1745:12 180s | 180s 1745 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1757:12 180s | 180s 1757 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1767:12 180s | 180s 1767 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1786:12 180s | 180s 1786 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1798:12 180s | 180s 1798 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1810:12 180s | 180s 1810 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1813:12 180s | 180s 1813 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1820:12 180s | 180s 1820 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1835:12 180s | 180s 1835 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1850:12 180s | 180s 1850 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1861:12 180s | 180s 1861 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1873:12 180s | 180s 1873 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1889:12 180s | 180s 1889 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1914:12 180s | 180s 1914 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1926:12 180s | 180s 1926 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1942:12 180s | 180s 1942 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1952:12 180s | 180s 1952 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1962:12 180s | 180s 1962 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1971:12 180s | 180s 1971 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1978:12 180s | 180s 1978 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1987:12 180s | 180s 1987 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:2001:12 180s | 180s 2001 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:2011:12 180s | 180s 2011 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:2021:12 180s | 180s 2021 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:2031:12 180s | 180s 2031 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:2043:12 180s | 180s 2043 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:2055:12 180s | 180s 2055 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:2065:12 180s | 180s 2065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:2075:12 180s | 180s 2075 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:2085:12 180s | 180s 2085 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:2088:12 180s | 180s 2088 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:2095:12 180s | 180s 2095 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:2104:12 180s | 180s 2104 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:2114:12 180s | 180s 2114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:2123:12 180s | 180s 2123 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:2134:12 180s | 180s 2134 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:2145:12 180s | 180s 2145 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:2158:12 180s | 180s 2158 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:2168:12 180s | 180s 2168 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:2180:12 180s | 180s 2180 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:2189:12 180s | 180s 2189 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:2198:12 180s | 180s 2198 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:2210:12 180s | 180s 2210 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:2222:12 180s | 180s 2222 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:2232:12 180s | 180s 2232 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:276:23 180s | 180s 276 | #[cfg(any(syn_no_non_exhaustive, not(feature = "full")))] 180s | ^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:849:19 180s | 180s 849 | #[cfg(syn_no_non_exhaustive)] 180s | ^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:962:19 180s | 180s 962 | #[cfg(syn_no_non_exhaustive)] 180s | ^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1058:19 180s | 180s 1058 | #[cfg(syn_no_non_exhaustive)] 180s | ^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1481:19 180s | 180s 1481 | #[cfg(syn_no_non_exhaustive)] 180s | ^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1829:19 180s | 180s 1829 | #[cfg(syn_no_non_exhaustive)] 180s | ^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `syn_no_non_exhaustive` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/gen/clone.rs:1908:19 180s | 180s 1908 | #[cfg(syn_no_non_exhaustive)] 180s | ^^^^^^^^^^^^^^^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(syn_no_non_exhaustive)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unused import: `crate::gen::*` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/lib.rs:787:9 180s | 180s 787 | pub use crate::gen::*; 180s | ^^^^^^^^^^^^^ 180s | 180s = note: `#[warn(unused_imports)]` on by default 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/parse.rs:1065:12 180s | 180s 1065 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/parse.rs:1072:12 180s | 180s 1072 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/parse.rs:1083:12 180s | 180s 1083 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/parse.rs:1090:12 180s | 180s 1090 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/parse.rs:1100:12 180s | 180s 1100 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/parse.rs:1116:12 180s | 180s 1116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/parse.rs:1126:12 180s | 180s 1126 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 180s warning: unexpected `cfg` condition name: `doc_cfg` 180s --> /tmp/tmp.2fQ4HPFh1O/registry/syn-1.0.109/src/reserved.rs:29:12 180s | 180s 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 180s | ^^^^^^^ 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s 184s warning: `syn` (lib) generated 882 warnings (90 duplicates) 184s Compiling openssl-macros v0.1.0 (/usr/share/cargo/registry/openssl-macros-0.1.0) 184s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=openssl_macros CARGO_MANIFEST_DIR=/usr/share/cargo/registry/openssl-macros-0.1.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/openssl-macros-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Internal macros used by the openssl crate.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-macros 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_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.2fQ4HPFh1O/target/debug/deps rustc --crate-name openssl_macros --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=83e41229c1374501 -C extra-filename=-83e41229c1374501 --out-dir /tmp/tmp.2fQ4HPFh1O/target/debug/deps -C incremental=/tmp/tmp.2fQ4HPFh1O/target/debug/incremental -L dependency=/tmp/tmp.2fQ4HPFh1O/target/debug/deps --extern proc_macro2=/tmp/tmp.2fQ4HPFh1O/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.2fQ4HPFh1O/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.2fQ4HPFh1O/target/debug/deps/libsyn-8708dd63363fe563.rlib --extern proc_macro` 184s Finished `test` profile [unoptimized + debuginfo] target(s) in 5.99s 184s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/openssl-macros-0.1.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/openssl-macros-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Internal macros used by the openssl crate.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-macros 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='' LD_LIBRARY_PATH='/tmp/tmp.2fQ4HPFh1O/target/debug/deps:/tmp/tmp.2fQ4HPFh1O/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.2fQ4HPFh1O/target/debug/deps/openssl_macros-83e41229c1374501` 184s 184s running 0 tests 184s 184s test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 184s 184s /tmp/autopkgtest.vkJXgO/wrapper.sh: checking for leaked background processes... 184s /tmp/autopkgtest.vkJXgO/wrapper.sh: waiting for tee/cat subprocesses... 184s /tmp/autopkgtest.vkJXgO/wrapper.sh: cleaning up... 184s /tmp/autopkgtest.vkJXgO/wrapper.sh: Exit status: 0 184s autopkgtest: DBG: testbed command exited with code 0 185s autopkgtest [19:49:19]: test librust-openssl-macros-dev:: -----------------------] 185s autopkgtest: DBG: testbed executing test finished with exit status 0 185s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev%3A-stdout /tmp/autopkgtest-work.3e91tjwo/out/librust-openssl-macros-dev%3A-stdout 185s autopkgtest: DBG: got reply from testbed: ok 185s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev%3A-stderr /tmp/autopkgtest-work.3e91tjwo/out/librust-openssl-macros-dev%3A-stderr 185s autopkgtest: DBG: got reply from testbed: ok 185s autopkgtest [19:49:19]: test librust-openssl-macros-dev:: - - - - - - - - - - results - - - - - - - - - - 185s librust-openssl-macros-dev: PASS 185s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev%3A-artifacts/ /tmp/autopkgtest-work.3e91tjwo/out/artifacts/ 186s autopkgtest: DBG: got reply from testbed: ok 186s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.vkJXgO/librust-openssl-macros-dev:-artifacts', '/tmp/autopkgtest.vkJXgO/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 186s autopkgtest: DBG: testbed command exited with code 0 186s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 186s autopkgtest [19:49:20]: @@@@@@@@@@@@@@@@@@@@ summary 186s rust-openssl-macros:@ PASS 186s librust-openssl-macros-dev:default PASS 186s librust-openssl-macros-dev: PASS 186s autopkgtest: DBG: testbed stop 186s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.vkJXgO 186s autopkgtest: DBG: sending command to testbed: close 194s autopkgtest: DBG: got reply from testbed: ok 194s autopkgtest: DBG: sending command to testbed: quit 194s nova [W] Using flock in prodstack6-s390x 194s Creating nova instance adt-plucky-s390x-rust-openssl-macros-20250206-194614-juju-7f2275-prod-proposed-migration-environment-15-b459903b-c9ae-4e22-a9d3-128053ea8fa5 from image adt/ubuntu-plucky-s390x-server-20250206.img (UUID c5f0faf0-2a41-49fb-9a72-9d9d6fb38e7b)... 194s nova [W] Timed out waiting for 4c95344b-d09e-4f12-9159-a5b0215d49c9 to get deleted.