[INFO] fetching crate html-escape 0.2.13...
[INFO] testing html-escape-0.2.13 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1
[INFO] extracting crate html-escape 0.2.13 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate html-escape 0.2.13
[INFO] finished tweaking crates.io crate html-escape 0.2.13
[INFO] tweaked toml for crates.io crate html-escape 0.2.13 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate html-escape 0.2.13 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Updating crates.io index
[INFO] [stderr] Locking 2 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fe58e744357d0d002a19cf67f4de8d8e31f374fd1e3cdc9abfb33773fe030a19
[INFO] running `Command { std: "docker" "start" "-a" "fe58e744357d0d002a19cf67f4de8d8e31f374fd1e3cdc9abfb33773fe030a19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fe58e744357d0d002a19cf67f4de8d8e31f374fd1e3cdc9abfb33773fe030a19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe58e744357d0d002a19cf67f4de8d8e31f374fd1e3cdc9abfb33773fe030a19", kill_on_drop: false }`
[INFO] [stdout] fe58e744357d0d002a19cf67f4de8d8e31f374fd1e3cdc9abfb33773fe030a19
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1ea64f0550b350ae2053f54d562eae7f4ab974c18f7b16bb2de907946b09edb9
[INFO] running `Command { std: "docker" "start" "-a" "1ea64f0550b350ae2053f54d562eae7f4ab974c18f7b16bb2de907946b09edb9", kill_on_drop: false }`
[INFO] [stderr] Compiling utf8-width v0.1.7
[INFO] [stderr] Compiling html-escape v0.2.13 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/decode/element/script.rs:139:1
[INFO] [stdout] |
[INFO] [stdout] 139 | / decode_impl! {
[INFO] [stdout] 140 | | 7;
[INFO] [stdout] 141 | | /// The following substring is unescaped:
[INFO] [stdout] 142 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 152 | | decode_script_to_writer;
[INFO] [stdout] 153 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/decode/element/script.rs:155:1
[INFO] [stdout] |
[INFO] [stdout] 155 | / decode_impl! {
[INFO] [stdout] 156 | | 7;
[INFO] [stdout] 157 | | /// The following substring and character is unescaped:
[INFO] [stdout] 158 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 169 | | decode_script_single_quoted_text_to_writer;
[INFO] [stdout] 170 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/decode/element/script.rs:172:1
[INFO] [stdout] |
[INFO] [stdout] 172 | / decode_impl! {
[INFO] [stdout] 173 | | 7;
[INFO] [stdout] 174 | | /// The following substring and character are unescaped:
[INFO] [stdout] 175 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 186 | | decode_script_double_quoted_text_to_writer;
[INFO] [stdout] 187 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/decode/element/script.rs:189:1
[INFO] [stdout] |
[INFO] [stdout] 189 | / decode_impl! {
[INFO] [stdout] 190 | | 7;
[INFO] [stdout] 191 | | /// The following substring and characters are unescaped:
[INFO] [stdout] 192 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 204 | | decode_script_quoted_text_to_writer;
[INFO] [stdout] 205 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/decode/element/style.rs:132:1
[INFO] [stdout] |
[INFO] [stdout] 132 | / decode_impl! {
[INFO] [stdout] 133 | | 6;
[INFO] [stdout] 134 | | /// The following substring is unescaped:
[INFO] [stdout] 135 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 145 | | decode_style_to_writer;
[INFO] [stdout] 146 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/decode/element/style.rs:148:1
[INFO] [stdout] |
[INFO] [stdout] 148 | / decode_impl! {
[INFO] [stdout] 149 | | 6;
[INFO] [stdout] 150 | | /// The following substring and character is unescaped:
[INFO] [stdout] 151 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 162 | | decode_style_single_quoted_text_to_writer;
[INFO] [stdout] 163 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/decode/element/style.rs:165:1
[INFO] [stdout] |
[INFO] [stdout] 165 | / decode_impl! {
[INFO] [stdout] 166 | | 6;
[INFO] [stdout] 167 | | /// The following substring and character are unescaped:
[INFO] [stdout] 168 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 179 | | decode_style_double_quoted_text_to_writer;
[INFO] [stdout] 180 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/decode/element/style.rs:182:1
[INFO] [stdout] |
[INFO] [stdout] 182 | / decode_impl! {
[INFO] [stdout] 183 | | 6;
[INFO] [stdout] 184 | | /// The following substring and characters are unescaped:
[INFO] [stdout] 185 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 197 | | decode_style_quoted_text_to_writer;
[INFO] [stdout] 198 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/decode/html_entity/mod.rs:18:59
[INFO] [stdout] |
[INFO] [stdout] 18 | pub fn decode_html_entities>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 18 | pub fn decode_html_entities>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/encode/element/script.rs:167:1
[INFO] [stdout] |
[INFO] [stdout] 167 | / encode_impl! {
[INFO] [stdout] 168 | | 7;
[INFO] [stdout] 169 | | /// The following substring is escaped:
[INFO] [stdout] 170 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 181 | | encode_script_to_writer;
[INFO] [stdout] 182 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/encode/element/script.rs:184:1
[INFO] [stdout] |
[INFO] [stdout] 184 | / encode_impl! {
[INFO] [stdout] 185 | | 7;
[INFO] [stdout] 186 | | /// The following substring and character are escaped:
[INFO] [stdout] 187 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 199 | | encode_script_single_quoted_text_to_writer;
[INFO] [stdout] 200 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/encode/element/script.rs:202:1
[INFO] [stdout] |
[INFO] [stdout] 202 | / encode_impl! {
[INFO] [stdout] 203 | | 7;
[INFO] [stdout] 204 | | /// The following substring and character are escaped:
[INFO] [stdout] 205 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 217 | | encode_script_double_quoted_text_to_writer;
[INFO] [stdout] 218 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/encode/element/script.rs:220:1
[INFO] [stdout] |
[INFO] [stdout] 220 | / encode_impl! {
[INFO] [stdout] 221 | | 7;
[INFO] [stdout] 222 | | /// The following substring and characters are escaped:
[INFO] [stdout] 223 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 236 | | encode_script_quoted_text_to_writer;
[INFO] [stdout] 237 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/encode/element/style.rs:156:1
[INFO] [stdout] |
[INFO] [stdout] 156 | / encode_impl! {
[INFO] [stdout] 157 | | 6;
[INFO] [stdout] 158 | | /// The following substring is escaped:
[INFO] [stdout] 159 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 170 | | encode_style_to_writer;
[INFO] [stdout] 171 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/encode/element/style.rs:173:1
[INFO] [stdout] |
[INFO] [stdout] 173 | / encode_impl! {
[INFO] [stdout] 174 | | 6;
[INFO] [stdout] 175 | | /// The following substring and character are escaped:
[INFO] [stdout] 176 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 188 | | encode_style_single_quoted_text_to_writer;
[INFO] [stdout] 189 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/encode/element/style.rs:191:1
[INFO] [stdout] |
[INFO] [stdout] 191 | / encode_impl! {
[INFO] [stdout] 192 | | 6;
[INFO] [stdout] 193 | | /// The following substring and character are escaped:
[INFO] [stdout] 194 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 206 | | encode_style_double_quoted_text_to_writer;
[INFO] [stdout] 207 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/encode/element/style.rs:209:1
[INFO] [stdout] |
[INFO] [stdout] 209 | / encode_impl! {
[INFO] [stdout] 210 | | 6;
[INFO] [stdout] 211 | | /// The following substring and characters are escaped:
[INFO] [stdout] 212 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 225 | | encode_style_quoted_text_to_writer;
[INFO] [stdout] 226 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/html_entity/mod.rs:112:59
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 196 | / encode_impl! {
[INFO] [stdout] 197 | | /// The following characters are escaped:
[INFO] [stdout] 198 | | ///
[INFO] [stdout] 199 | | /// * `&` => `&`
[INFO] [stdout] ... |
[INFO] [stdout] 209 | | encode_text_minimal_to_writer;
[INFO] [stdout] 210 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/html_entity/mod.rs:112:59
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 212 | / encode_impl! {
[INFO] [stdout] 213 | | /// The following characters are escaped:
[INFO] [stdout] 214 | | ///
[INFO] [stdout] 215 | | /// * `&` => `&`
[INFO] [stdout] ... |
[INFO] [stdout] 226 | | encode_text_to_writer;
[INFO] [stdout] 227 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/html_entity/mod.rs:112:59
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 229 | / encode_impl! {
[INFO] [stdout] 230 | | /// The following characters are escaped:
[INFO] [stdout] 231 | | ///
[INFO] [stdout] 232 | | /// * `&` => `&`
[INFO] [stdout] ... |
[INFO] [stdout] 244 | | encode_double_quoted_attribute_to_writer;
[INFO] [stdout] 245 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/html_entity/mod.rs:112:59
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 247 | / encode_impl! {
[INFO] [stdout] 248 | | /// The following characters are escaped:
[INFO] [stdout] 249 | | ///
[INFO] [stdout] 250 | | /// * `&` => `&`
[INFO] [stdout] ... |
[INFO] [stdout] 262 | | encode_single_quoted_attribute_to_writer;
[INFO] [stdout] 263 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/html_entity/mod.rs:112:59
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 265 | / encode_impl! {
[INFO] [stdout] 266 | | /// The following characters (HTML reserved characters) are escaped:
[INFO] [stdout] 267 | | ///
[INFO] [stdout] 268 | | /// * `&` => `&`
[INFO] [stdout] ... |
[INFO] [stdout] 281 | | encode_quoted_attribute_to_writer;
[INFO] [stdout] 282 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/html_entity/mod.rs:112:59
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 284 | / encode_impl! {
[INFO] [stdout] 285 | | /// The following characters are escaped:
[INFO] [stdout] 286 | | ///
[INFO] [stdout] 287 | | /// * `&` => `&`
[INFO] [stdout] ... |
[INFO] [stdout] 301 | | encode_safe_to_writer;
[INFO] [stdout] 302 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/html_entity/unquoted_attribute.rs:22:64
[INFO] [stdout] |
[INFO] [stdout] 22 | pub fn encode_unquoted_attribute>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 22 | pub fn encode_unquoted_attribute>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
[INFO] running `Command { std: "docker" "inspect" "1ea64f0550b350ae2053f54d562eae7f4ab974c18f7b16bb2de907946b09edb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ea64f0550b350ae2053f54d562eae7f4ab974c18f7b16bb2de907946b09edb9", kill_on_drop: false }`
[INFO] [stdout] 1ea64f0550b350ae2053f54d562eae7f4ab974c18f7b16bb2de907946b09edb9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1d65a2e9b3a7c07e9e5b923b8d2d4c347fd1ae31b9f98acdeb4ca576c14d5307
[INFO] running `Command { std: "docker" "start" "-a" "1d65a2e9b3a7c07e9e5b923b8d2d4c347fd1ae31b9f98acdeb4ca576c14d5307", kill_on_drop: false }`
[INFO] [stderr] Compiling bencher v0.1.5
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/decode/element/script.rs:139:1
[INFO] [stdout] |
[INFO] [stdout] 139 | / decode_impl! {
[INFO] [stdout] 140 | | 7;
[INFO] [stdout] 141 | | /// The following substring is unescaped:
[INFO] [stdout] 142 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 152 | | decode_script_to_writer;
[INFO] [stdout] 153 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/decode/element/script.rs:155:1
[INFO] [stdout] |
[INFO] [stdout] 155 | / decode_impl! {
[INFO] [stdout] 156 | | 7;
[INFO] [stdout] 157 | | /// The following substring and character is unescaped:
[INFO] [stdout] 158 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 169 | | decode_script_single_quoted_text_to_writer;
[INFO] [stdout] 170 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/decode/element/script.rs:172:1
[INFO] [stdout] |
[INFO] [stdout] 172 | / decode_impl! {
[INFO] [stdout] 173 | | 7;
[INFO] [stdout] 174 | | /// The following substring and character are unescaped:
[INFO] [stdout] 175 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 186 | | decode_script_double_quoted_text_to_writer;
[INFO] [stdout] 187 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/decode/element/script.rs:189:1
[INFO] [stdout] |
[INFO] [stdout] 189 | / decode_impl! {
[INFO] [stdout] 190 | | 7;
[INFO] [stdout] 191 | | /// The following substring and characters are unescaped:
[INFO] [stdout] 192 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 204 | | decode_script_quoted_text_to_writer;
[INFO] [stdout] 205 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/decode/element/style.rs:132:1
[INFO] [stdout] |
[INFO] [stdout] 132 | / decode_impl! {
[INFO] [stdout] 133 | | 6;
[INFO] [stdout] 134 | | /// The following substring is unescaped:
[INFO] [stdout] 135 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 145 | | decode_style_to_writer;
[INFO] [stdout] 146 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/decode/element/style.rs:148:1
[INFO] [stdout] |
[INFO] [stdout] 148 | / decode_impl! {
[INFO] [stdout] 149 | | 6;
[INFO] [stdout] 150 | | /// The following substring and character is unescaped:
[INFO] [stdout] 151 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 162 | | decode_style_single_quoted_text_to_writer;
[INFO] [stdout] 163 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/decode/element/style.rs:165:1
[INFO] [stdout] |
[INFO] [stdout] 165 | / decode_impl! {
[INFO] [stdout] 166 | | 6;
[INFO] [stdout] 167 | | /// The following substring and character are unescaped:
[INFO] [stdout] 168 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 179 | | decode_style_double_quoted_text_to_writer;
[INFO] [stdout] 180 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/decode/element/style.rs:182:1
[INFO] [stdout] |
[INFO] [stdout] 182 | / decode_impl! {
[INFO] [stdout] 183 | | 6;
[INFO] [stdout] 184 | | /// The following substring and characters are unescaped:
[INFO] [stdout] 185 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 197 | | decode_style_quoted_text_to_writer;
[INFO] [stdout] 198 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/decode/html_entity/mod.rs:18:59
[INFO] [stdout] |
[INFO] [stdout] 18 | pub fn decode_html_entities>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 18 | pub fn decode_html_entities>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/encode/element/script.rs:167:1
[INFO] [stdout] |
[INFO] [stdout] 167 | / encode_impl! {
[INFO] [stdout] 168 | | 7;
[INFO] [stdout] 169 | | /// The following substring is escaped:
[INFO] [stdout] 170 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 181 | | encode_script_to_writer;
[INFO] [stdout] 182 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/encode/element/script.rs:184:1
[INFO] [stdout] |
[INFO] [stdout] 184 | / encode_impl! {
[INFO] [stdout] 185 | | 7;
[INFO] [stdout] 186 | | /// The following substring and character are escaped:
[INFO] [stdout] 187 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 199 | | encode_script_single_quoted_text_to_writer;
[INFO] [stdout] 200 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/encode/element/script.rs:202:1
[INFO] [stdout] |
[INFO] [stdout] 202 | / encode_impl! {
[INFO] [stdout] 203 | | 7;
[INFO] [stdout] 204 | | /// The following substring and character are escaped:
[INFO] [stdout] 205 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 217 | | encode_script_double_quoted_text_to_writer;
[INFO] [stdout] 218 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/encode/element/script.rs:220:1
[INFO] [stdout] |
[INFO] [stdout] 220 | / encode_impl! {
[INFO] [stdout] 221 | | 7;
[INFO] [stdout] 222 | | /// The following substring and characters are escaped:
[INFO] [stdout] 223 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 236 | | encode_script_quoted_text_to_writer;
[INFO] [stdout] 237 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/encode/element/style.rs:156:1
[INFO] [stdout] |
[INFO] [stdout] 156 | / encode_impl! {
[INFO] [stdout] 157 | | 6;
[INFO] [stdout] 158 | | /// The following substring is escaped:
[INFO] [stdout] 159 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 170 | | encode_style_to_writer;
[INFO] [stdout] 171 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/encode/element/style.rs:173:1
[INFO] [stdout] |
[INFO] [stdout] 173 | / encode_impl! {
[INFO] [stdout] 174 | | 6;
[INFO] [stdout] 175 | | /// The following substring and character are escaped:
[INFO] [stdout] 176 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 188 | | encode_style_single_quoted_text_to_writer;
[INFO] [stdout] 189 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/encode/element/style.rs:191:1
[INFO] [stdout] |
[INFO] [stdout] 191 | / encode_impl! {
[INFO] [stdout] 192 | | 6;
[INFO] [stdout] 193 | | /// The following substring and character are escaped:
[INFO] [stdout] 194 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 206 | | encode_style_double_quoted_text_to_writer;
[INFO] [stdout] 207 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/encode/element/style.rs:209:1
[INFO] [stdout] |
[INFO] [stdout] 209 | / encode_impl! {
[INFO] [stdout] 210 | | 6;
[INFO] [stdout] 211 | | /// The following substring and characters are escaped:
[INFO] [stdout] 212 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 225 | | encode_style_quoted_text_to_writer;
[INFO] [stdout] 226 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/html_entity/mod.rs:112:59
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 196 | / encode_impl! {
[INFO] [stdout] 197 | | /// The following characters are escaped:
[INFO] [stdout] 198 | | ///
[INFO] [stdout] 199 | | /// * `&` => `&`
[INFO] [stdout] ... |
[INFO] [stdout] 209 | | encode_text_minimal_to_writer;
[INFO] [stdout] 210 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/html_entity/mod.rs:112:59
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 212 | / encode_impl! {
[INFO] [stdout] 213 | | /// The following characters are escaped:
[INFO] [stdout] 214 | | ///
[INFO] [stdout] 215 | | /// * `&` => `&`
[INFO] [stdout] ... |
[INFO] [stdout] 226 | | encode_text_to_writer;
[INFO] [stdout] 227 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/html_entity/mod.rs:112:59
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 229 | / encode_impl! {
[INFO] [stdout] 230 | | /// The following characters are escaped:
[INFO] [stdout] 231 | | ///
[INFO] [stdout] 232 | | /// * `&` => `&`
[INFO] [stdout] ... |
[INFO] [stdout] 244 | | encode_double_quoted_attribute_to_writer;
[INFO] [stdout] 245 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/html_entity/mod.rs:112:59
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 247 | / encode_impl! {
[INFO] [stdout] 248 | | /// The following characters are escaped:
[INFO] [stdout] 249 | | ///
[INFO] [stdout] 250 | | /// * `&` => `&`
[INFO] [stdout] ... |
[INFO] [stdout] 262 | | encode_single_quoted_attribute_to_writer;
[INFO] [stdout] 263 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/html_entity/mod.rs:112:59
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 265 | / encode_impl! {
[INFO] [stdout] 266 | | /// The following characters (HTML reserved characters) are escaped:
[INFO] [stdout] 267 | | ///
[INFO] [stdout] 268 | | /// * `&` => `&`
[INFO] [stdout] ... |
[INFO] [stdout] 281 | | encode_quoted_attribute_to_writer;
[INFO] [stdout] 282 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/html_entity/mod.rs:112:59
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 284 | / encode_impl! {
[INFO] [stdout] 285 | | /// The following characters are escaped:
[INFO] [stdout] 286 | | ///
[INFO] [stdout] 287 | | /// * `&` => `&`
[INFO] [stdout] ... |
[INFO] [stdout] 301 | | encode_safe_to_writer;
[INFO] [stdout] 302 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/html_entity/unquoted_attribute.rs:22:64
[INFO] [stdout] |
[INFO] [stdout] 22 | pub fn encode_unquoted_attribute>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 22 | pub fn encode_unquoted_attribute>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling html-escape v0.2.13 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/decode/element/script.rs:139:1
[INFO] [stdout] |
[INFO] [stdout] 139 | / decode_impl! {
[INFO] [stdout] 140 | | 7;
[INFO] [stdout] 141 | | /// The following substring is unescaped:
[INFO] [stdout] 142 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 152 | | decode_script_to_writer;
[INFO] [stdout] 153 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/decode/element/script.rs:155:1
[INFO] [stdout] |
[INFO] [stdout] 155 | / decode_impl! {
[INFO] [stdout] 156 | | 7;
[INFO] [stdout] 157 | | /// The following substring and character is unescaped:
[INFO] [stdout] 158 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 169 | | decode_script_single_quoted_text_to_writer;
[INFO] [stdout] 170 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/decode/element/script.rs:172:1
[INFO] [stdout] |
[INFO] [stdout] 172 | / decode_impl! {
[INFO] [stdout] 173 | | 7;
[INFO] [stdout] 174 | | /// The following substring and character are unescaped:
[INFO] [stdout] 175 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 186 | | decode_script_double_quoted_text_to_writer;
[INFO] [stdout] 187 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/decode/element/script.rs:189:1
[INFO] [stdout] |
[INFO] [stdout] 189 | / decode_impl! {
[INFO] [stdout] 190 | | 7;
[INFO] [stdout] 191 | | /// The following substring and characters are unescaped:
[INFO] [stdout] 192 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 204 | | decode_script_quoted_text_to_writer;
[INFO] [stdout] 205 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/decode/element/style.rs:132:1
[INFO] [stdout] |
[INFO] [stdout] 132 | / decode_impl! {
[INFO] [stdout] 133 | | 6;
[INFO] [stdout] 134 | | /// The following substring is unescaped:
[INFO] [stdout] 135 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 145 | | decode_style_to_writer;
[INFO] [stdout] 146 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/decode/element/style.rs:148:1
[INFO] [stdout] |
[INFO] [stdout] 148 | / decode_impl! {
[INFO] [stdout] 149 | | 6;
[INFO] [stdout] 150 | | /// The following substring and character is unescaped:
[INFO] [stdout] 151 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 162 | | decode_style_single_quoted_text_to_writer;
[INFO] [stdout] 163 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/decode/element/style.rs:165:1
[INFO] [stdout] |
[INFO] [stdout] 165 | / decode_impl! {
[INFO] [stdout] 166 | | 6;
[INFO] [stdout] 167 | | /// The following substring and character are unescaped:
[INFO] [stdout] 168 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 179 | | decode_style_double_quoted_text_to_writer;
[INFO] [stdout] 180 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/decode/element/style.rs:182:1
[INFO] [stdout] |
[INFO] [stdout] 182 | / decode_impl! {
[INFO] [stdout] 183 | | 6;
[INFO] [stdout] 184 | | /// The following substring and characters are unescaped:
[INFO] [stdout] 185 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 197 | | decode_style_quoted_text_to_writer;
[INFO] [stdout] 198 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/decode/html_entity/mod.rs:18:59
[INFO] [stdout] |
[INFO] [stdout] 18 | pub fn decode_html_entities>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 18 | pub fn decode_html_entities>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/encode/element/script.rs:167:1
[INFO] [stdout] |
[INFO] [stdout] 167 | / encode_impl! {
[INFO] [stdout] 168 | | 7;
[INFO] [stdout] 169 | | /// The following substring is escaped:
[INFO] [stdout] 170 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 181 | | encode_script_to_writer;
[INFO] [stdout] 182 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/encode/element/script.rs:184:1
[INFO] [stdout] |
[INFO] [stdout] 184 | / encode_impl! {
[INFO] [stdout] 185 | | 7;
[INFO] [stdout] 186 | | /// The following substring and character are escaped:
[INFO] [stdout] 187 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 199 | | encode_script_single_quoted_text_to_writer;
[INFO] [stdout] 200 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/encode/element/script.rs:202:1
[INFO] [stdout] |
[INFO] [stdout] 202 | / encode_impl! {
[INFO] [stdout] 203 | | 7;
[INFO] [stdout] 204 | | /// The following substring and character are escaped:
[INFO] [stdout] 205 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 217 | | encode_script_double_quoted_text_to_writer;
[INFO] [stdout] 218 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/encode/element/script.rs:220:1
[INFO] [stdout] |
[INFO] [stdout] 220 | / encode_impl! {
[INFO] [stdout] 221 | | 7;
[INFO] [stdout] 222 | | /// The following substring and characters are escaped:
[INFO] [stdout] 223 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 236 | | encode_script_quoted_text_to_writer;
[INFO] [stdout] 237 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/encode/element/style.rs:156:1
[INFO] [stdout] |
[INFO] [stdout] 156 | / encode_impl! {
[INFO] [stdout] 157 | | 6;
[INFO] [stdout] 158 | | /// The following substring is escaped:
[INFO] [stdout] 159 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 170 | | encode_style_to_writer;
[INFO] [stdout] 171 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/encode/element/style.rs:173:1
[INFO] [stdout] |
[INFO] [stdout] 173 | / encode_impl! {
[INFO] [stdout] 174 | | 6;
[INFO] [stdout] 175 | | /// The following substring and character are escaped:
[INFO] [stdout] 176 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 188 | | encode_style_single_quoted_text_to_writer;
[INFO] [stdout] 189 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/encode/element/style.rs:191:1
[INFO] [stdout] |
[INFO] [stdout] 191 | / encode_impl! {
[INFO] [stdout] 192 | | 6;
[INFO] [stdout] 193 | | /// The following substring and character are escaped:
[INFO] [stdout] 194 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 206 | | encode_style_double_quoted_text_to_writer;
[INFO] [stdout] 207 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] ::: src/encode/element/style.rs:209:1
[INFO] [stdout] |
[INFO] [stdout] 209 | / encode_impl! {
[INFO] [stdout] 210 | | 6;
[INFO] [stdout] 211 | | /// The following substring and characters are escaped:
[INFO] [stdout] 212 | | ///
[INFO] [stdout] ... |
[INFO] [stdout] 225 | | encode_style_quoted_text_to_writer;
[INFO] [stdout] 226 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/html_entity/mod.rs:112:59
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 196 | / encode_impl! {
[INFO] [stdout] 197 | | /// The following characters are escaped:
[INFO] [stdout] 198 | | ///
[INFO] [stdout] 199 | | /// * `&` => `&`
[INFO] [stdout] ... |
[INFO] [stdout] 209 | | encode_text_minimal_to_writer;
[INFO] [stdout] 210 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/html_entity/mod.rs:112:59
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 212 | / encode_impl! {
[INFO] [stdout] 213 | | /// The following characters are escaped:
[INFO] [stdout] 214 | | ///
[INFO] [stdout] 215 | | /// * `&` => `&`
[INFO] [stdout] ... |
[INFO] [stdout] 226 | | encode_text_to_writer;
[INFO] [stdout] 227 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/html_entity/mod.rs:112:59
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 229 | / encode_impl! {
[INFO] [stdout] 230 | | /// The following characters are escaped:
[INFO] [stdout] 231 | | ///
[INFO] [stdout] 232 | | /// * `&` => `&`
[INFO] [stdout] ... |
[INFO] [stdout] 244 | | encode_double_quoted_attribute_to_writer;
[INFO] [stdout] 245 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/html_entity/mod.rs:112:59
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 247 | / encode_impl! {
[INFO] [stdout] 248 | | /// The following characters are escaped:
[INFO] [stdout] 249 | | ///
[INFO] [stdout] 250 | | /// * `&` => `&`
[INFO] [stdout] ... |
[INFO] [stdout] 262 | | encode_single_quoted_attribute_to_writer;
[INFO] [stdout] 263 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/html_entity/mod.rs:112:59
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 265 | / encode_impl! {
[INFO] [stdout] 266 | | /// The following characters (HTML reserved characters) are escaped:
[INFO] [stdout] 267 | | ///
[INFO] [stdout] 268 | | /// * `&` => `&`
[INFO] [stdout] ... |
[INFO] [stdout] 281 | | encode_quoted_attribute_to_writer;
[INFO] [stdout] 282 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/html_entity/mod.rs:112:59
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 284 | / encode_impl! {
[INFO] [stdout] 285 | | /// The following characters are escaped:
[INFO] [stdout] 286 | | ///
[INFO] [stdout] 287 | | /// * `&` => `&`
[INFO] [stdout] ... |
[INFO] [stdout] 301 | | encode_safe_to_writer;
[INFO] [stdout] 302 | | }
[INFO] [stdout] | |_- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/encode/html_entity/unquoted_attribute.rs:22:64
[INFO] [stdout] |
[INFO] [stdout] 22 | pub fn encode_unquoted_attribute>(text: &S) -> Cow {
[INFO] [stdout] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 22 | pub fn encode_unquoted_attribute>(text: &S) -> Cow<'_, str> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.74s
[INFO] running `Command { std: "docker" "inspect" "1d65a2e9b3a7c07e9e5b923b8d2d4c347fd1ae31b9f98acdeb4ca576c14d5307", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d65a2e9b3a7c07e9e5b923b8d2d4c347fd1ae31b9f98acdeb4ca576c14d5307", kill_on_drop: false }`
[INFO] [stdout] 1d65a2e9b3a7c07e9e5b923b8d2d4c347fd1ae31b9f98acdeb4ca576c14d5307
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0e2e3c069a9ea57241c12aa20ab70ae178a8705bba89854849b4598e24fd7e62
[INFO] running `Command { std: "docker" "start" "-a" "0e2e3c069a9ea57241c12aa20ab70ae178a8705bba89854849b4598e24fd7e62", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stderr] |
[INFO] [stderr] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stderr] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] | |
[INFO] [stderr] | the lifetime is elided here
[INFO] [stderr] |
[INFO] [stderr] ::: src/decode/element/script.rs:139:1
[INFO] [stderr] |
[INFO] [stderr] 139 | / decode_impl! {
[INFO] [stderr] 140 | | 7;
[INFO] [stderr] 141 | | /// The following substring is unescaped:
[INFO] [stderr] 142 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 152 | | decode_script_to_writer;
[INFO] [stderr] 153 | | }
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr] |
[INFO] [stderr] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stderr] |
[INFO] [stderr] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stderr] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] | |
[INFO] [stderr] | the lifetime is elided here
[INFO] [stderr] |
[INFO] [stderr] ::: src/decode/element/script.rs:155:1
[INFO] [stderr] |
[INFO] [stderr] 155 | / decode_impl! {
[INFO] [stderr] 156 | | 7;
[INFO] [stderr] 157 | | /// The following substring and character is unescaped:
[INFO] [stderr] 158 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 169 | | decode_script_single_quoted_text_to_writer;
[INFO] [stderr] 170 | | }
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr] |
[INFO] [stderr] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stderr] |
[INFO] [stderr] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stderr] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] | |
[INFO] [stderr] | the lifetime is elided here
[INFO] [stderr] |
[INFO] [stderr] ::: src/decode/element/script.rs:172:1
[INFO] [stderr] |
[INFO] [stderr] 172 | / decode_impl! {
[INFO] [stderr] 173 | | 7;
[INFO] [stderr] 174 | | /// The following substring and character are unescaped:
[INFO] [stderr] 175 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 186 | | decode_script_double_quoted_text_to_writer;
[INFO] [stderr] 187 | | }
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr] |
[INFO] [stderr] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stderr] |
[INFO] [stderr] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stderr] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] | |
[INFO] [stderr] | the lifetime is elided here
[INFO] [stderr] |
[INFO] [stderr] ::: src/decode/element/script.rs:189:1
[INFO] [stderr] |
[INFO] [stderr] 189 | / decode_impl! {
[INFO] [stderr] 190 | | 7;
[INFO] [stderr] 191 | | /// The following substring and characters are unescaped:
[INFO] [stderr] 192 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 204 | | decode_script_quoted_text_to_writer;
[INFO] [stderr] 205 | | }
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr] |
[INFO] [stderr] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stderr] |
[INFO] [stderr] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stderr] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] | |
[INFO] [stderr] | the lifetime is elided here
[INFO] [stderr] |
[INFO] [stderr] ::: src/decode/element/style.rs:132:1
[INFO] [stderr] |
[INFO] [stderr] 132 | / decode_impl! {
[INFO] [stderr] 133 | | 6;
[INFO] [stderr] 134 | | /// The following substring is unescaped:
[INFO] [stderr] 135 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 145 | | decode_style_to_writer;
[INFO] [stderr] 146 | | }
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr] |
[INFO] [stderr] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stderr] |
[INFO] [stderr] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stderr] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] | |
[INFO] [stderr] | the lifetime is elided here
[INFO] [stderr] |
[INFO] [stderr] ::: src/decode/element/style.rs:148:1
[INFO] [stderr] |
[INFO] [stderr] 148 | / decode_impl! {
[INFO] [stderr] 149 | | 6;
[INFO] [stderr] 150 | | /// The following substring and character is unescaped:
[INFO] [stderr] 151 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 162 | | decode_style_single_quoted_text_to_writer;
[INFO] [stderr] 163 | | }
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr] |
[INFO] [stderr] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stderr] |
[INFO] [stderr] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stderr] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] | |
[INFO] [stderr] | the lifetime is elided here
[INFO] [stderr] |
[INFO] [stderr] ::: src/decode/element/style.rs:165:1
[INFO] [stderr] |
[INFO] [stderr] 165 | / decode_impl! {
[INFO] [stderr] 166 | | 6;
[INFO] [stderr] 167 | | /// The following substring and character are unescaped:
[INFO] [stderr] 168 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 179 | | decode_style_double_quoted_text_to_writer;
[INFO] [stderr] 180 | | }
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr] |
[INFO] [stderr] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/decode/element/decode_impl.rs:7:59
[INFO] [stderr] |
[INFO] [stderr] 7 | pub fn $decode_name>(text: &S) -> Cow {
[INFO] [stderr] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] | |
[INFO] [stderr] | the lifetime is elided here
[INFO] [stderr] |
[INFO] [stderr] ::: src/decode/element/style.rs:182:1
[INFO] [stderr] |
[INFO] [stderr] 182 | / decode_impl! {
[INFO] [stderr] 183 | | 6;
[INFO] [stderr] 184 | | /// The following substring and characters are unescaped:
[INFO] [stderr] 185 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 197 | | decode_style_quoted_text_to_writer;
[INFO] [stderr] 198 | | }
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr] |
[INFO] [stderr] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/decode/html_entity/mod.rs:18:59
[INFO] [stderr] |
[INFO] [stderr] 18 | pub fn decode_html_entities>(text: &S) -> Cow {
[INFO] [stderr] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] | |
[INFO] [stderr] | the lifetime is elided here
[INFO] [stderr] |
[INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr] |
[INFO] [stderr] 18 | pub fn decode_html_entities>(text: &S) -> Cow<'_, str> {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stderr] |
[INFO] [stderr] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stderr] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] | |
[INFO] [stderr] | the lifetime is elided here
[INFO] [stderr] |
[INFO] [stderr] ::: src/encode/element/script.rs:167:1
[INFO] [stderr] |
[INFO] [stderr] 167 | / encode_impl! {
[INFO] [stderr] 168 | | 7;
[INFO] [stderr] 169 | | /// The following substring is escaped:
[INFO] [stderr] 170 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 181 | | encode_script_to_writer;
[INFO] [stderr] 182 | | }
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr] |
[INFO] [stderr] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stderr] |
[INFO] [stderr] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stderr] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] | |
[INFO] [stderr] | the lifetime is elided here
[INFO] [stderr] |
[INFO] [stderr] ::: src/encode/element/script.rs:184:1
[INFO] [stderr] |
[INFO] [stderr] 184 | / encode_impl! {
[INFO] [stderr] 185 | | 7;
[INFO] [stderr] 186 | | /// The following substring and character are escaped:
[INFO] [stderr] 187 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 199 | | encode_script_single_quoted_text_to_writer;
[INFO] [stderr] 200 | | }
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr] |
[INFO] [stderr] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stderr] |
[INFO] [stderr] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stderr] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] | |
[INFO] [stderr] | the lifetime is elided here
[INFO] [stderr] |
[INFO] [stderr] ::: src/encode/element/script.rs:202:1
[INFO] [stderr] |
[INFO] [stderr] 202 | / encode_impl! {
[INFO] [stderr] 203 | | 7;
[INFO] [stderr] 204 | | /// The following substring and character are escaped:
[INFO] [stderr] 205 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 217 | | encode_script_double_quoted_text_to_writer;
[INFO] [stderr] 218 | | }
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr] |
[INFO] [stderr] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/encode/element/encode_impl.rs:7:59
[INFO] [stderr] |
[INFO] [stderr] 7 | pub fn $encode_name>(text: &S) -> Cow {
[INFO] [stderr] | ^^ ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] | |
[INFO] [stderr] | the lifetime is elided here
[INFO] [stderr] |
[INFO] [stderr] ::: src/encode/element/script.rs:220:1
[INFO] [stderr] |
[INFO] [stderr] 220 | / encode_impl! {
[INFO] [stderr] 221 | | 7;
[INFO] [stderr] 222 | | /// The following substring and characters are escaped:
[INFO] [stderr] 223 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 236 | | encode_script_quoted_text_to_writer;
[INFO] [stderr] 237 | | }
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr] |
[INFO] [stderr] 7 | pub fn $encode_name