[INFO] crate kailua_syntax 1.1.0 is already in cache [INFO] documenting kailua_syntax-1.1.0 against try#66dfc4e010913fbed0c4ea91fc2c010004b0f441 for pr-73566 [INFO] extracting crate kailua_syntax 1.1.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate kailua_syntax 1.1.0 on toolchain 66dfc4e010913fbed0c4ea91fc2c010004b0f441 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate kailua_syntax 1.1.0 [INFO] removed 0 missing tests [INFO] removed path dependency kailua_diag from crates.io crate kailua_syntax 1.1.0 [INFO] removed path dependency kailua_env from crates.io crate kailua_syntax 1.1.0 [INFO] removed path dependency kailua_test from crates.io crate kailua_syntax 1.1.0 [INFO] finished tweaking crates.io crate kailua_syntax 1.1.0 [INFO] tweaked toml for crates.io crate kailua_syntax 1.1.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 97bb9af36506b1786478257b771661a3a260fcc7eeb76c5ac8814971bbfae6c5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "97bb9af36506b1786478257b771661a3a260fcc7eeb76c5ac8814971bbfae6c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "97bb9af36506b1786478257b771661a3a260fcc7eeb76c5ac8814971bbfae6c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97bb9af36506b1786478257b771661a3a260fcc7eeb76c5ac8814971bbfae6c5", kill_on_drop: false }` [INFO] [stdout] 97bb9af36506b1786478257b771661a3a260fcc7eeb76c5ac8814971bbfae6c5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab8483ab0048eec849238826d308d5ec627839fe25782b8ce041b87f9c9cac2e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ab8483ab0048eec849238826d308d5ec627839fe25782b8ce041b87f9c9cac2e", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking parse-generics-shim v0.1.1 [INFO] [stderr] Checking kailua_env v1.0.4 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking kailua_diag v1.0.4 [INFO] [stderr] Documenting kailua_syntax v1.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lex/lexer.rs:13:22 [INFO] [stdout] | [INFO] [stdout] 13 | match c { U8(b'0'...b'9') => true, _ => false } [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lex/lexer.rs:155:19 [INFO] [stdout] | [INFO] [stdout] 155 | 0xd800...0xdbff => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lex/lexer.rs:156:39 [INFO] [stdout] | [INFO] [stdout] 156 | if let U16(c2 @ 0xdc00...0xdfff) = self.read() { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lex/lexer.rs:173:19 [INFO] [stdout] | [INFO] [stdout] 173 | 0xdc00...0xdfff => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lex/lexer.rs:181:19 [INFO] [stdout] | [INFO] [stdout] 181 | 0x0000...0x007f => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lex/lexer.rs:185:19 [INFO] [stdout] | [INFO] [stdout] 185 | 0x0080...0x07ff => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lex/lexer.rs:293:32 [INFO] [stdout] | [INFO] [stdout] 293 | U8(d @ b'0'...b'9') => { // up to three digits [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lex/lexer.rs:382:28 [INFO] [stdout] | [INFO] [stdout] 382 | U8(c @ b'A'...b'Z') | U8(c @ b'a'...b'z') | U8(c @ b'_') => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lex/lexer.rs:382:50 [INFO] [stdout] | [INFO] [stdout] 382 | U8(c @ b'A'...b'Z') | U8(c @ b'a'...b'z') | U8(c @ b'_') => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lex/lexer.rs:386:36 [INFO] [stdout] | [INFO] [stdout] 386 | ... U8(b'A'...b'Z') | U8(b'a'...b'z') | U8(b'0'...b'9') | U8(b'_') => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lex/lexer.rs:386:54 [INFO] [stdout] | [INFO] [stdout] 386 | ... U8(b'A'...b'Z') | U8(b'a'...b'z') | U8(b'0'...b'9') | U8(b'_') => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lex/lexer.rs:386:72 [INFO] [stdout] | [INFO] [stdout] 386 | ... U8(b'A'...b'Z') | U8(b'a'...b'z') | U8(b'0'...b'9') | U8(b'_') => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lex/lexer.rs:399:28 [INFO] [stdout] | [INFO] [stdout] 399 | U8(c @ b'0'...b'9') => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lex/lexer.rs:405:40 [INFO] [stdout] | [INFO] [stdout] 405 | ... U8(b'A'...b'F') | U8(b'a'...b'f') | U8(b'0'...b'9') => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lex/lexer.rs:405:58 [INFO] [stdout] | [INFO] [stdout] 405 | ... U8(b'A'...b'F') | U8(b'a'...b'f') | U8(b'0'...b'9') => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lex/lexer.rs:405:76 [INFO] [stdout] | [INFO] [stdout] 405 | ... U8(b'A'...b'F') | U8(b'a'...b'f') | U8(b'0'...b'9') => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lex/lexer.rs:580:46 [INFO] [stdout] | [INFO] [stdout] 580 | |c| match c { U8(0x80...0xff) | U16(_) => true, _ => false }, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/string.rs:9:30 [INFO] [stdout] | [INFO] [stdout] 9 | match c { b'_' | b'a'...b'z' | b'A'...b'Z' => true, _ => false } [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/string.rs:9:44 [INFO] [stdout] | [INFO] [stdout] 9 | match c { b'_' | b'a'...b'z' | b'A'...b'Z' => true, _ => false } [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/string.rs:13:30 [INFO] [stdout] | [INFO] [stdout] 13 | match c { b'_' | b'a'...b'z' | b'A'...b'Z' | b'0'...b'9' => true, _ => false } [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/string.rs:13:44 [INFO] [stdout] | [INFO] [stdout] 13 | match c { b'_' | b'a'...b'z' | b'A'...b'Z' | b'0'...b'9' => true, _ => false } [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/string.rs:13:58 [INFO] [stdout] | [INFO] [stdout] 13 | match c { b'_' | b'a'...b'z' | b'A'...b'Z' | b'0'...b'9' => true, _ => false } [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/string.rs:28:20 [INFO] [stdout] | [INFO] [stdout] 28 | b'\x20'...b'\x7e' => write!(f, "{}", c as char)?, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[M]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lex/mod.rs:75:68 [INFO] [stdout] | [INFO] [stdout] 75 | /// which are only generated in the meta block (marked as [M] below). [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] ... [INFO] [stdout] 90 | / define_puncts! { Punct |locale|: [INFO] [stdout] 91 | | Plus "`+`", /// `+`. [INFO] [stdout] 92 | | Dash "`-`", /// `-`. [INFO] [stdout] 93 | | Star "`*`", /// `*`. [INFO] [stdout] ... | [INFO] [stdout] 133 | | /// A newline. Only generated at the end of the meta block. [INFO] [stdout] 134 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(intra_doc_link_resolution_failure)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[M]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lex/mod.rs:79:26 [INFO] [stdout] | [INFO] [stdout] 79 | pub enum $ty { $(#[$m] $i,)* } [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | / define_puncts! { Punct |locale|: [INFO] [stdout] 91 | | Plus "`+`", /// `+`. [INFO] [stdout] 92 | | Dash "`-`", /// `-`. [INFO] [stdout] 93 | | Star "`*`", /// `*`. [INFO] [stdout] ... | [INFO] [stdout] 133 | | /// A newline. Only generated at the end of the meta block. [INFO] [stdout] 134 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] `--#`. [M] [INFO] [stdout] ^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[M]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lex/mod.rs:79:26 [INFO] [stdout] | [INFO] [stdout] 79 | pub enum $ty { $(#[$m] $i,)* } [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | / define_puncts! { Punct |locale|: [INFO] [stdout] 91 | | Plus "`+`", /// `+`. [INFO] [stdout] 92 | | Dash "`-`", /// `-`. [INFO] [stdout] 93 | | Star "`*`", /// `*`. [INFO] [stdout] ... | [INFO] [stdout] 133 | | /// A newline. Only generated at the end of the meta block. [INFO] [stdout] 134 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] `--v`. [M] [INFO] [stdout] ^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[M]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lex/mod.rs:79:26 [INFO] [stdout] | [INFO] [stdout] 79 | pub enum $ty { $(#[$m] $i,)* } [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | / define_puncts! { Punct |locale|: [INFO] [stdout] 91 | | Plus "`+`", /// `+`. [INFO] [stdout] 92 | | Dash "`-`", /// `-`. [INFO] [stdout] 93 | | Star "`*`", /// `*`. [INFO] [stdout] ... | [INFO] [stdout] 133 | | /// A newline. Only generated at the end of the meta block. [INFO] [stdout] 134 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] `--:`. [M] [INFO] [stdout] ^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[M]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lex/mod.rs:79:26 [INFO] [stdout] | [INFO] [stdout] 79 | pub enum $ty { $(#[$m] $i,)* } [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | / define_puncts! { Punct |locale|: [INFO] [stdout] 91 | | Plus "`+`", /// `+`. [INFO] [stdout] 92 | | Dash "`-`", /// `-`. [INFO] [stdout] 93 | | Star "`*`", /// `*`. [INFO] [stdout] ... | [INFO] [stdout] 133 | | /// A newline. Only generated at the end of the meta block. [INFO] [stdout] 134 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] `-->`. [M] [INFO] [stdout] ^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[M]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lex/mod.rs:79:26 [INFO] [stdout] | [INFO] [stdout] 79 | pub enum $ty { $(#[$m] $i,)* } [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | / define_puncts! { Punct |locale|: [INFO] [stdout] 91 | | Plus "`+`", /// `+`. [INFO] [stdout] 92 | | Dash "`-`", /// `-`. [INFO] [stdout] 93 | | Star "`*`", /// `*`. [INFO] [stdout] ... | [INFO] [stdout] 133 | | /// A newline. Only generated at the end of the meta block. [INFO] [stdout] 134 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] `?`. [M] [INFO] [stdout] ^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[M]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lex/mod.rs:79:26 [INFO] [stdout] | [INFO] [stdout] 79 | pub enum $ty { $(#[$m] $i,)* } [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | / define_puncts! { Punct |locale|: [INFO] [stdout] 91 | | Plus "`+`", /// `+`. [INFO] [stdout] 92 | | Dash "`-`", /// `-`. [INFO] [stdout] 93 | | Star "`*`", /// `*`. [INFO] [stdout] ... | [INFO] [stdout] 133 | | /// A newline. Only generated at the end of the meta block. [INFO] [stdout] 134 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] `!`. [M] [INFO] [stdout] ^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[M]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lex/mod.rs:142:68 [INFO] [stdout] | [INFO] [stdout] 142 | /// which are only generated in the meta block (marked as [M] below). [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] ... [INFO] [stdout] 164 | / define_keywords! { Keyword: [INFO] [stdout] 165 | | everywhere { [INFO] [stdout] 166 | | And b"and", /// `and`. [INFO] [stdout] 167 | | Break b"break", /// `break`. [INFO] [stdout] ... | [INFO] [stdout] 204 | | } [INFO] [stdout] 205 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[M]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lex/mod.rs:146:40 [INFO] [stdout] | [INFO] [stdout] 146 | pub enum $ty { $(#[$m] $i,)* $(#[$mm] $mi,)* } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | / define_keywords! { Keyword: [INFO] [stdout] 165 | | everywhere { [INFO] [stdout] 166 | | And b"and", /// `and`. [INFO] [stdout] 167 | | Break b"break", /// `break`. [INFO] [stdout] ... | [INFO] [stdout] 204 | | } [INFO] [stdout] 205 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] `assume`. [M] [INFO] [stdout] ^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[M]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lex/mod.rs:146:40 [INFO] [stdout] | [INFO] [stdout] 146 | pub enum $ty { $(#[$m] $i,)* $(#[$mm] $mi,)* } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | / define_keywords! { Keyword: [INFO] [stdout] 165 | | everywhere { [INFO] [stdout] 166 | | And b"and", /// `and`. [INFO] [stdout] 167 | | Break b"break", /// `break`. [INFO] [stdout] ... | [INFO] [stdout] 204 | | } [INFO] [stdout] 205 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] `class`. [M] [INFO] [stdout] ^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[M]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lex/mod.rs:146:40 [INFO] [stdout] | [INFO] [stdout] 146 | pub enum $ty { $(#[$m] $i,)* $(#[$mm] $mi,)* } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | / define_keywords! { Keyword: [INFO] [stdout] 165 | | everywhere { [INFO] [stdout] 166 | | And b"and", /// `and`. [INFO] [stdout] 167 | | Break b"break", /// `break`. [INFO] [stdout] ... | [INFO] [stdout] 204 | | } [INFO] [stdout] 205 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] `const`. [M] [INFO] [stdout] ^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[M]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lex/mod.rs:146:40 [INFO] [stdout] | [INFO] [stdout] 146 | pub enum $ty { $(#[$m] $i,)* $(#[$mm] $mi,)* } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | / define_keywords! { Keyword: [INFO] [stdout] 165 | | everywhere { [INFO] [stdout] 166 | | And b"and", /// `and`. [INFO] [stdout] 167 | | Break b"break", /// `break`. [INFO] [stdout] ... | [INFO] [stdout] 204 | | } [INFO] [stdout] 205 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] `global`. [M] [INFO] [stdout] ^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[M]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lex/mod.rs:146:40 [INFO] [stdout] | [INFO] [stdout] 146 | pub enum $ty { $(#[$m] $i,)* $(#[$mm] $mi,)* } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | / define_keywords! { Keyword: [INFO] [stdout] 165 | | everywhere { [INFO] [stdout] 166 | | And b"and", /// `and`. [INFO] [stdout] 167 | | Break b"break", /// `break`. [INFO] [stdout] ... | [INFO] [stdout] 204 | | } [INFO] [stdout] 205 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] `map`. [M] [INFO] [stdout] ^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[M]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lex/mod.rs:146:40 [INFO] [stdout] | [INFO] [stdout] 146 | pub enum $ty { $(#[$m] $i,)* $(#[$mm] $mi,)* } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | / define_keywords! { Keyword: [INFO] [stdout] 165 | | everywhere { [INFO] [stdout] 166 | | And b"and", /// `and`. [INFO] [stdout] 167 | | Break b"break", /// `break`. [INFO] [stdout] ... | [INFO] [stdout] 204 | | } [INFO] [stdout] 205 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] `method`. [M] [INFO] [stdout] ^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[M]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lex/mod.rs:146:40 [INFO] [stdout] | [INFO] [stdout] 146 | pub enum $ty { $(#[$m] $i,)* $(#[$mm] $mi,)* } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | / define_keywords! { Keyword: [INFO] [stdout] 165 | | everywhere { [INFO] [stdout] 166 | | And b"and", /// `and`. [INFO] [stdout] 167 | | Break b"break", /// `break`. [INFO] [stdout] ... | [INFO] [stdout] 204 | | } [INFO] [stdout] 205 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] `module`. [M] [INFO] [stdout] ^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[M]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lex/mod.rs:146:40 [INFO] [stdout] | [INFO] [stdout] 146 | pub enum $ty { $(#[$m] $i,)* $(#[$mm] $mi,)* } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | / define_keywords! { Keyword: [INFO] [stdout] 165 | | everywhere { [INFO] [stdout] 166 | | And b"and", /// `and`. [INFO] [stdout] 167 | | Break b"break", /// `break`. [INFO] [stdout] ... | [INFO] [stdout] 204 | | } [INFO] [stdout] 205 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] `once`. [M] [INFO] [stdout] ^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[M]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lex/mod.rs:146:40 [INFO] [stdout] | [INFO] [stdout] 146 | pub enum $ty { $(#[$m] $i,)* $(#[$mm] $mi,)* } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | / define_keywords! { Keyword: [INFO] [stdout] 165 | | everywhere { [INFO] [stdout] 166 | | And b"and", /// `and`. [INFO] [stdout] 167 | | Break b"break", /// `break`. [INFO] [stdout] ... | [INFO] [stdout] 204 | | } [INFO] [stdout] 205 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] `open`. [M] [INFO] [stdout] ^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[M]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lex/mod.rs:146:40 [INFO] [stdout] | [INFO] [stdout] 146 | pub enum $ty { $(#[$m] $i,)* $(#[$mm] $mi,)* } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | / define_keywords! { Keyword: [INFO] [stdout] 165 | | everywhere { [INFO] [stdout] 166 | | And b"and", /// `and`. [INFO] [stdout] 167 | | Break b"break", /// `break`. [INFO] [stdout] ... | [INFO] [stdout] 204 | | } [INFO] [stdout] 205 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] `static`. [M] [INFO] [stdout] ^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[M]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lex/mod.rs:146:40 [INFO] [stdout] | [INFO] [stdout] 146 | pub enum $ty { $(#[$m] $i,)* $(#[$mm] $mi,)* } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | / define_keywords! { Keyword: [INFO] [stdout] 165 | | everywhere { [INFO] [stdout] 166 | | And b"and", /// `and`. [INFO] [stdout] 167 | | Break b"break", /// `break`. [INFO] [stdout] ... | [INFO] [stdout] 204 | | } [INFO] [stdout] 205 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] `type`. [M] [INFO] [stdout] ^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[M]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lex/mod.rs:146:40 [INFO] [stdout] | [INFO] [stdout] 146 | pub enum $ty { $(#[$m] $i,)* $(#[$mm] $mi,)* } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | / define_keywords! { Keyword: [INFO] [stdout] 165 | | everywhere { [INFO] [stdout] 166 | | And b"and", /// `and`. [INFO] [stdout] 167 | | Break b"break", /// `break`. [INFO] [stdout] ... | [INFO] [stdout] 204 | | } [INFO] [stdout] 205 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] `var`. [M] [INFO] [stdout] ^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[M]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lex/mod.rs:146:40 [INFO] [stdout] | [INFO] [stdout] 146 | pub enum $ty { $(#[$m] $i,)* $(#[$mm] $mi,)* } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 164 | / define_keywords! { Keyword: [INFO] [stdout] 165 | | everywhere { [INFO] [stdout] 166 | | And b"and", /// `and`. [INFO] [stdout] 167 | | Break b"break", /// `break`. [INFO] [stdout] ... | [INFO] [stdout] 204 | | } [INFO] [stdout] 205 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] `vector`. [M] [INFO] [stdout] ^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 44 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.76s [INFO] running `Command { std: "docker" "inspect" "ab8483ab0048eec849238826d308d5ec627839fe25782b8ce041b87f9c9cac2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab8483ab0048eec849238826d308d5ec627839fe25782b8ce041b87f9c9cac2e", kill_on_drop: false }` [INFO] [stdout] ab8483ab0048eec849238826d308d5ec627839fe25782b8ce041b87f9c9cac2e