[INFO] fetching crate html-escape 0.2.13... [INFO] testing html-escape-0.2.13 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate html-escape 0.2.13 into /workspace/builds/worker-2-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-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate html-escape 0.2.13 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 18d155f8cb9294c0c459a48418d094c4962ab667c997f8d1345eae519ac68a58 [INFO] running `Command { std: "docker" "start" "-a" "18d155f8cb9294c0c459a48418d094c4962ab667c997f8d1345eae519ac68a58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "18d155f8cb9294c0c459a48418d094c4962ab667c997f8d1345eae519ac68a58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18d155f8cb9294c0c459a48418d094c4962ab667c997f8d1345eae519ac68a58", kill_on_drop: false }` [INFO] [stdout] 18d155f8cb9294c0c459a48418d094c4962ab667c997f8d1345eae519ac68a58 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 620b59938c5c4ad59483cb191076fc4910ab434944c24381d2350612db2878db [INFO] running `Command { std: "docker" "start" "-a" "620b59938c5c4ad59483cb191076fc4910ab434944c24381d2350612db2878db", 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = 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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 18 | pub fn decode_html_entities>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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.08s [INFO] running `Command { std: "docker" "inspect" "620b59938c5c4ad59483cb191076fc4910ab434944c24381d2350612db2878db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "620b59938c5c4ad59483cb191076fc4910ab434944c24381d2350612db2878db", kill_on_drop: false }` [INFO] [stdout] 620b59938c5c4ad59483cb191076fc4910ab434944c24381d2350612db2878db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 852e89fca13230624cd8b118a567c0502a188d8957f8eea48ab1444a74603ca0 [INFO] running `Command { std: "docker" "start" "-a" "852e89fca13230624cd8b118a567c0502a188d8957f8eea48ab1444a74603ca0", kill_on_drop: false }` [INFO] [stderr] Compiling bencher v0.1.5 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = 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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 18 | pub fn decode_html_entities>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = 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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 18 | pub fn decode_html_entities>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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" "852e89fca13230624cd8b118a567c0502a188d8957f8eea48ab1444a74603ca0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "852e89fca13230624cd8b118a567c0502a188d8957f8eea48ab1444a74603ca0", kill_on_drop: false }` [INFO] [stdout] 852e89fca13230624cd8b118a567c0502a188d8957f8eea48ab1444a74603ca0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 64c9d375dbaa584adf3978c11d47d968ec1fc8bcd2ad61f897da25096a21b53b [INFO] running `Command { std: "docker" "start" "-a" "64c9d375dbaa584adf3978c11d47d968ec1fc8bcd2ad61f897da25096a21b53b", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [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] = 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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [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] = note: this warning originates in the macro `decode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 7 | pub fn $decode_name>(text: &S) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 18 | pub fn decode_html_entities>(text: &S) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [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] = note: this warning originates in the macro `encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] ::: src/encode/element/style.rs:156:1 [INFO] [stderr] | [INFO] [stderr] 156 | / encode_impl! { [INFO] [stderr] 157 | | 6; [INFO] [stderr] 158 | | /// The following substring is escaped: [INFO] [stderr] 159 | | /// [INFO] [stderr] ... | [INFO] [stderr] 170 | | encode_style_to_writer; [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] ::: src/encode/element/style.rs:173:1 [INFO] [stderr] | [INFO] [stderr] 173 | / encode_impl! { [INFO] [stderr] 174 | | 6; [INFO] [stderr] 175 | | /// The following substring and character are escaped: [INFO] [stderr] 176 | | /// [INFO] [stderr] ... | [INFO] [stderr] 188 | | encode_style_single_quoted_text_to_writer; [INFO] [stderr] 189 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] ::: src/encode/element/style.rs:191:1 [INFO] [stderr] | [INFO] [stderr] 191 | / encode_impl! { [INFO] [stderr] 192 | | 6; [INFO] [stderr] 193 | | /// The following substring and character are escaped: [INFO] [stderr] 194 | | /// [INFO] [stderr] ... | [INFO] [stderr] 206 | | encode_style_double_quoted_text_to_writer; [INFO] [stderr] 207 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] ::: src/encode/element/style.rs:209:1 [INFO] [stderr] | [INFO] [stderr] 209 | / encode_impl! { [INFO] [stderr] 210 | | 6; [INFO] [stderr] 211 | | /// The following substring and characters are escaped: [INFO] [stderr] 212 | | /// [INFO] [stderr] ... | [INFO] [stderr] 225 | | encode_style_quoted_text_to_writer; [INFO] [stderr] 226 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 7 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/encode/html_entity/mod.rs:112:59 [INFO] [stderr] | [INFO] [stderr] 112 | pub fn $encode_name>(text: &S) -> Cow { [INFO] [stderr] | ^^ -------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 196 | / encode_impl! { [INFO] [stderr] 197 | | /// The following characters are escaped: [INFO] [stderr] 198 | | /// [INFO] [stderr] 199 | | /// * `&` => `&` [INFO] [stderr] ... | [INFO] [stderr] 209 | | encode_text_minimal_to_writer; [INFO] [stderr] 210 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/encode/html_entity/mod.rs:112:59 [INFO] [stderr] | [INFO] [stderr] 112 | pub fn $encode_name>(text: &S) -> Cow { [INFO] [stderr] | ^^ -------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 212 | / encode_impl! { [INFO] [stderr] 213 | | /// The following characters are escaped: [INFO] [stderr] 214 | | /// [INFO] [stderr] 215 | | /// * `&` => `&` [INFO] [stderr] ... | [INFO] [stderr] 226 | | encode_text_to_writer; [INFO] [stderr] 227 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/encode/html_entity/mod.rs:112:59 [INFO] [stderr] | [INFO] [stderr] 112 | pub fn $encode_name>(text: &S) -> Cow { [INFO] [stderr] | ^^ -------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 229 | / encode_impl! { [INFO] [stderr] 230 | | /// The following characters are escaped: [INFO] [stderr] 231 | | /// [INFO] [stderr] 232 | | /// * `&` => `&` [INFO] [stderr] ... | [INFO] [stderr] 244 | | encode_double_quoted_attribute_to_writer; [INFO] [stderr] 245 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/encode/html_entity/mod.rs:112:59 [INFO] [stderr] | [INFO] [stderr] 112 | pub fn $encode_name>(text: &S) -> Cow { [INFO] [stderr] | ^^ -------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 247 | / encode_impl! { [INFO] [stderr] 248 | | /// The following characters are escaped: [INFO] [stderr] 249 | | /// [INFO] [stderr] 250 | | /// * `&` => `&` [INFO] [stderr] ... | [INFO] [stderr] 262 | | encode_single_quoted_attribute_to_writer; [INFO] [stderr] 263 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/encode/html_entity/mod.rs:112:59 [INFO] [stderr] | [INFO] [stderr] 112 | pub fn $encode_name>(text: &S) -> Cow { [INFO] [stderr] | ^^ -------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 265 | / encode_impl! { [INFO] [stderr] 266 | | /// The following characters (HTML reserved characters) are escaped: [INFO] [stderr] 267 | | /// [INFO] [stderr] 268 | | /// * `&` => `&` [INFO] [stderr] ... | [INFO] [stderr] 281 | | encode_quoted_attribute_to_writer; [INFO] [stderr] 282 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/encode/html_entity/mod.rs:112:59 [INFO] [stderr] | [INFO] [stderr] 112 | pub fn $encode_name>(text: &S) -> Cow { [INFO] [stderr] | ^^ -------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 284 | / encode_impl! { [INFO] [stderr] 285 | | /// The following characters are escaped: [INFO] [stderr] 286 | | /// [INFO] [stderr] 287 | | /// * `&` => `&` [INFO] [stderr] ... | [INFO] [stderr] 301 | | encode_safe_to_writer; [INFO] [stderr] 302 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [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: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 112 | pub fn $encode_name>(text: &S) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/encode/html_entity/unquoted_attribute.rs:22:64 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn encode_unquoted_attribute>(text: &S) -> Cow { [INFO] [stderr] | ^^ -------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 22 | pub fn encode_unquoted_attribute>(text: &S) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `html-escape` (lib) generated 24 warnings (run `cargo fix --lib -p html-escape` to apply 24 suggestions) [INFO] [stderr] warning: `html-escape` (lib test) generated 24 warnings (24 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/html_escape-01d4ca284350ca30) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "64c9d375dbaa584adf3978c11d47d968ec1fc8bcd2ad61f897da25096a21b53b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64c9d375dbaa584adf3978c11d47d968ec1fc8bcd2ad61f897da25096a21b53b", kill_on_drop: false }` [INFO] [stdout] 64c9d375dbaa584adf3978c11d47d968ec1fc8bcd2ad61f897da25096a21b53b