Build #692266 2022-12-04T16:03:40.486620+00:00
# rustc version
rustc 1.67.0-nightly (234151769 2022-12-03)# docs.rs version
docsrs 0.6.0 (a46af5d2 2022-12-02)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/url-1.7.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/url-1.7.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "query_encoding" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20221203-1.67.0-nightly-234151769\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 21082fd54e165b895d2c45ffe2531d7d60777195a90a34e8d3691d2407391c30
[INFO] running `Command { std: "docker" "start" "-a" "21082fd54e165b895d2c45ffe2531d7d60777195a90a34e8d3691d2407391c30", kill_on_drop: false }`
[INFO] [stderr] Documenting url v1.7.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/host.rs:503:30
[INFO] [stderr] |
[INFO] [stderr] 503 | c @ b'0' ... b'9' => c - b'0',
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:382:20
[INFO] [stderr] |
[INFO] [stderr] 382 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '+' | '-' | '.' => {
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:382:32
[INFO] [stderr] |
[INFO] [stderr] 382 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '+' | '-' | '.' => {
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:382:44
[INFO] [stderr] |
[INFO] [stderr] 382 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '+' | '-' | '.' => {
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:1224:20
[INFO] [stderr] |
[INFO] [stderr] 1224 | matches!(c, 'a'...'f' | 'A'...'F' | '0'...'9')
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:1224:32
[INFO] [stderr] |
[INFO] [stderr] 1224 | matches!(c, 'a'...'f' | 'A'...'F' | '0'...'9')
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:1224:44
[INFO] [stderr] |
[INFO] [stderr] 1224 | matches!(c, 'a'...'f' | 'A'...'F' | '0'...'9')
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:1237:12
[INFO] [stderr] |
[INFO] [stderr] 1237 | 'a'...'z' |
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:1238:12
[INFO] [stderr] |
[INFO] [stderr] 1238 | 'A'...'Z' |
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:1239:12
[INFO] [stderr] |
[INFO] [stderr] 1239 | '0'...'9' |
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:1242:17
[INFO] [stderr] |
[INFO] [stderr] 1242 | '\u{A0}'...'\u{D7FF}' | '\u{E000}'...'\u{FDCF}' | '\u{FDF0}'...'\u{FFFD}' |
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:1242:43
[INFO] [stderr] |
[INFO] [stderr] 1242 | '\u{A0}'...'\u{D7FF}' | '\u{E000}'...'\u{FDCF}' | '\u{FDF0}'...'\u{FFFD}' |
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:1242:69
[INFO] [stderr] |
[INFO] [stderr] 1242 | '\u{A0}'...'\u{D7FF}' | '\u{E000}'...'\u{FDCF}' | '\u{FDF0}'...'\u{FFFD}' |
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:1243:20
[INFO] [stderr] |
[INFO] [stderr] 1243 | '\u{10000}'...'\u{1FFFD}' | '\u{20000}'...'\u{2FFFD}' |
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:1243:48
[INFO] [stderr] |
[INFO] [stderr] 1243 | '\u{10000}'...'\u{1FFFD}' | '\u{20000}'...'\u{2FFFD}' |
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:1244:20
[INFO] [stderr] |
[INFO] [stderr] 1244 | '\u{30000}'...'\u{3FFFD}' | '\u{40000}'...'\u{4FFFD}' |
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:1244:48
[INFO] [stderr] |
[INFO] [stderr] 1244 | '\u{30000}'...'\u{3FFFD}' | '\u{40000}'...'\u{4FFFD}' |
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:1245:20
[INFO] [stderr] |
[INFO] [stderr] 1245 | '\u{50000}'...'\u{5FFFD}' | '\u{60000}'...'\u{6FFFD}' |
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:1245:48
[INFO] [stderr] |
[INFO] [stderr] 1245 | '\u{50000}'...'\u{5FFFD}' | '\u{60000}'...'\u{6FFFD}' |
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:1246:20
[INFO] [stderr] |
[INFO] [stderr] 1246 | '\u{70000}'...'\u{7FFFD}' | '\u{80000}'...'\u{8FFFD}' |
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:1246:48
[INFO] [stderr] |
[INFO] [stderr] 1246 | '\u{70000}'...'\u{7FFFD}' | '\u{80000}'...'\u{8FFFD}' |
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:1247:20
[INFO] [stderr] |
[INFO] [stderr] 1247 | '\u{90000}'...'\u{9FFFD}' | '\u{A0000}'...'\u{AFFFD}' |
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:1247:48
[INFO] [stderr] |
[INFO] [stderr] 1247 | '\u{90000}'...'\u{9FFFD}' | '\u{A0000}'...'\u{AFFFD}' |
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:1248:20
[INFO] [stderr] |
[INFO] [stderr] 1248 | '\u{B0000}'...'\u{BFFFD}' | '\u{C0000}'...'\u{CFFFD}' |
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:1248:48
[INFO] [stderr] |
[INFO] [stderr] 1248 | '\u{B0000}'...'\u{BFFFD}' | '\u{C0000}'...'\u{CFFFD}' |
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:1249:20
[INFO] [stderr] |
[INFO] [stderr] 1249 | '\u{D0000}'...'\u{DFFFD}' | '\u{E1000}'...'\u{EFFFD}' |
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:1249:48
[INFO] [stderr] |
[INFO] [stderr] 1249 | '\u{D0000}'...'\u{DFFFD}' | '\u{E1000}'...'\u{EFFFD}' |
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:1250:20
[INFO] [stderr] |
[INFO] [stderr] 1250 | '\u{F0000}'...'\u{FFFFD}' | '\u{100000}'...'\u{10FFFD}')
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:1250:49
[INFO] [stderr] |
[INFO] [stderr] 1250 | '\u{F0000}'...'\u{FFFFD}' | '\u{100000}'...'\u{10FFFD}')
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:1262:21
[INFO] [stderr] |
[INFO] [stderr] 1262 | matches!(ch, 'a'...'z' | 'A'...'Z')
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/parser.rs:1262:33
[INFO] [stderr] |
[INFO] [stderr] 1262 | matches!(ch, 'a'...'z' | 'A'...'Z')
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/form_urlencoded.rs:179:46
[INFO] [stderr] |
[INFO] [stderr] 179 | matches!(byte, b'*' | b'-' | b'.' | b'0' ... b'9' | b'A' ... b'Z' | b'_' | b'a' ... b'z')
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/form_urlencoded.rs:179:62
[INFO] [stderr] |
[INFO] [stderr] 179 | matches!(byte, b'*' | b'-' | b'.' | b'0' ... b'9' | b'A' ... b'Z' | b'_' | b'a' ... b'z')
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/form_urlencoded.rs:179:85
[INFO] [stderr] |
[INFO] [stderr] 179 | matches!(byte, b'*' | b'-' | b'.' | b'0' ... b'9' | b'A' ... b'Z' | b'_' | b'a' ... b'z')
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/lib.rs:487:47
[INFO] [stderr] |
[INFO] [stderr] 487 | assert!(matches!(self.byte_at(0), b'a'...b'z' | b'A'...b'Z'));
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/lib.rs:487:61
[INFO] [stderr] |
[INFO] [stderr] 487 | assert!(matches!(self.byte_at(0), b'a'...b'z' | b'A'...b'Z'));
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/lib.rs:489:41
[INFO] [stderr] |
[INFO] [stderr] 489 | .all(|c| matches!(c, 'a'...'z' | 'A'...'Z' | '0'...'9' | '+' | '-' | '.')));
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/lib.rs:489:53
[INFO] [stderr] |
[INFO] [stderr] 489 | .all(|c| matches!(c, 'a'...'z' | 'A'...'Z' | '0'...'9' | '+' | '-' | '.')));
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/lib.rs:489:65
[INFO] [stderr] |
[INFO] [stderr] 489 | .all(|c| matches!(c, 'a'...'z' | 'A'...'Z' | '0'...'9' | '+' | '-' | '.')));
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/quirks.rs:9:60
[INFO] [stderr] |
[INFO] [stderr] 9 | //! Getters and setters for URL components implemented per https://url.spec.whatwg.org/#api
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://url.spec.whatwg.org/#api>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/quirks.rs:17:5
[INFO] [stderr] |
[INFO] [stderr] 17 | /// https://url.spec.whatwg.org/#dom-url-domaintoascii
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://url.spec.whatwg.org/#dom-url-domaintoascii>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/quirks.rs:25:5
[INFO] [stderr] |
[INFO] [stderr] 25 | /// https://url.spec.whatwg.org/#dom-url-domaintounicode
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://url.spec.whatwg.org/#dom-url-domaintounicode>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/quirks.rs:36:16
[INFO] [stderr] |
[INFO] [stderr] 36 | /// Getter for https://url.spec.whatwg.org/#dom-url-href
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://url.spec.whatwg.org/#dom-url-href>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/quirks.rs:41:16
[INFO] [stderr] |
[INFO] [stderr] 41 | /// Setter for https://url.spec.whatwg.org/#dom-url-href
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://url.spec.whatwg.org/#dom-url-href>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/quirks.rs:47:16
[INFO] [stderr] |
[INFO] [stderr] 47 | /// Getter for https://url.spec.whatwg.org/#dom-url-origin
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://url.spec.whatwg.org/#dom-url-origin>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/quirks.rs:52:16
[INFO] [stderr] |
[INFO] [stderr] 52 | /// Getter for https://url.spec.whatwg.org/#dom-url-protocol
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://url.spec.whatwg.org/#dom-url-protocol>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/quirks.rs:58:16
[INFO] [stderr] |
[INFO] [stderr] 58 | /// Setter for https://url.spec.whatwg.org/#dom-url-protocol
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://url.spec.whatwg.org/#dom-url-protocol>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/quirks.rs:68:16
[INFO] [stderr] |
[INFO] [stderr] 68 | /// Getter for https://url.spec.whatwg.org/#dom-url-username
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://url.spec.whatwg.org/#dom-url-username>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/quirks.rs:74:16
[INFO] [stderr] |
[INFO] [stderr] 74 | /// Setter for https://url.spec.whatwg.org/#dom-url-username
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://url.spec.whatwg.org/#dom-url-username>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/quirks.rs:79:16
[INFO] [stderr] |
[INFO] [stderr] 79 | /// Getter for https://url.spec.whatwg.org/#dom-url-password
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://url.spec.whatwg.org/#dom-url-password>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/quirks.rs:85:16
[INFO] [stderr] |
[INFO] [stderr] 85 | /// Setter for https://url.spec.whatwg.org/#dom-url-password
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://url.spec.whatwg.org/#dom-url-password>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/quirks.rs:90:16
[INFO] [stderr] |
[INFO] [stderr] 90 | /// Getter for https://url.spec.whatwg.org/#dom-url-host
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://url.spec.whatwg.org/#dom-url-host>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/quirks.rs:96:16
[INFO] [stderr] |
[INFO] [stderr] 96 | /// Setter for https://url.spec.whatwg.org/#dom-url-host
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://url.spec.whatwg.org/#dom-url-host>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/quirks.rs:123:16
[INFO] [stderr] |
[INFO] [stderr] 123 | /// Getter for https://url.spec.whatwg.org/#dom-url-hostname
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://url.spec.whatwg.org/#dom-url-hostname>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/quirks.rs:129:16
[INFO] [stderr] |
[INFO] [stderr] 129 | /// Setter for https://url.spec.whatwg.org/#dom-url-hostname
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://url.spec.whatwg.org/#dom-url-hostname>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/quirks.rs:143:16
[INFO] [stderr] |
[INFO] [stderr] 143 | /// Getter for https://url.spec.whatwg.org/#dom-url-port
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://url.spec.whatwg.org/#dom-url-port>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/quirks.rs:149:16
[INFO] [stderr] |
[INFO] [stderr] 149 | /// Setter for https://url.spec.whatwg.org/#dom-url-port
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://url.spec.whatwg.org/#dom-url-port>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/quirks.rs:168:16
[INFO] [stderr] |
[INFO] [stderr] 168 | /// Getter for https://url.spec.whatwg.org/#dom-url-pathname
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://url.spec.whatwg.org/#dom-url-pathname>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/quirks.rs:174:16
[INFO] [stderr] |
[INFO] [stderr] 174 | /// Setter for https://url.spec.whatwg.org/#dom-url-pathname
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://url.spec.whatwg.org/#dom-url-pathname>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/quirks.rs:181:16
[INFO] [stderr] |
[INFO] [stderr] 181 | /// Getter for https://url.spec.whatwg.org/#dom-url-search
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://url.spec.whatwg.org/#dom-url-search>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/quirks.rs:186:16
[INFO] [stderr] |
[INFO] [stderr] 186 | /// Setter for https://url.spec.whatwg.org/#dom-url-search
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://url.spec.whatwg.org/#dom-url-search>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/quirks.rs:195:16
[INFO] [stderr] |
[INFO] [stderr] 195 | /// Getter for https://url.spec.whatwg.org/#dom-url-hash
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://url.spec.whatwg.org/#dom-url-hash>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/quirks.rs:200:16
[INFO] [stderr] |
[INFO] [stderr] 200 | /// Setter for https://url.spec.whatwg.org/#dom-url-hash
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://url.spec.whatwg.org/#dom-url-hash>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: `url` (lib doc) generated 63 warnings (run `cargo fix --lib -p url` to apply 63 suggestions)
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.89s
[INFO] running `Command { std: "docker" "inspect" "21082fd54e165b895d2c45ffe2531d7d60777195a90a34e8d3691d2407391c30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21082fd54e165b895d2c45ffe2531d7d60777195a90a34e8d3691d2407391c30", kill_on_drop: false }`
[INFO] [stdout] 21082fd54e165b895d2c45ffe2531d7d60777195a90a34e8d3691d2407391c30