[INFO] fetching crate sp-ropey 0.2.0... [INFO] testing sp-ropey-0.2.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate sp-ropey 0.2.0 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate sp-ropey 0.2.0 [INFO] finished tweaking crates.io crate sp-ropey 0.2.0 [INFO] tweaked toml for crates.io crate sp-ropey 0.2.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate sp-ropey 0.2.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 69 packages to latest compatible versions [INFO] [stderr] Adding proptest v0.9.6 (available: v1.7.0) [INFO] [stderr] Adding rand v0.7.3 (available: v0.9.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1dae7092dc3c5170aef82e7041a55e433f40470a639be38df282e569eda7dcc4 [INFO] running `Command { std: "docker" "start" "-a" "1dae7092dc3c5170aef82e7041a55e433f40470a639be38df282e569eda7dcc4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1dae7092dc3c5170aef82e7041a55e433f40470a639be38df282e569eda7dcc4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1dae7092dc3c5170aef82e7041a55e433f40470a639be38df282e569eda7dcc4", kill_on_drop: false }` [INFO] [stdout] 1dae7092dc3c5170aef82e7041a55e433f40470a639be38df282e569eda7dcc4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 545eafb06b2229ced478fcbe04401d8024576448d59618146fd6c51d209959de [INFO] running `Command { std: "docker" "start" "-a" "545eafb06b2229ced478fcbe04401d8024576448d59618146fd6c51d209959de", kill_on_drop: false }` [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling sp-ropey v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/tree/node_text.rs:243:25 [INFO] [stdout] | [INFO] [stdout] 243 | struct BackingArray([u8; MAX_BYTES]); [INFO] [stdout] | ------------ ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: `BackingArray` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:927:15 [INFO] [stdout] | [INFO] [stdout] 927 | pub fn line(&self, line_idx: usize) -> RopeSlice { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 927 | pub fn line(&self, line_idx: usize) -> RopeSlice<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1086:19 [INFO] [stdout] | [INFO] [stdout] 1086 | pub fn slice(&self, char_range: R) -> RopeSlice [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1086 | pub fn slice(&self, char_range: R) -> RopeSlice<'_> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1111:16 [INFO] [stdout] | [INFO] [stdout] 1111 | pub fn bytes(&self) -> Bytes { Bytes::new(&self.root) } [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1111 | pub fn bytes(&self) -> Bytes<'_> { Bytes::new(&self.root) } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1125:19 [INFO] [stdout] | [INFO] [stdout] 1125 | pub fn bytes_at(&self, byte_idx: usize) -> Bytes { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1125 | pub fn bytes_at(&self, byte_idx: usize) -> Bytes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1148:16 [INFO] [stdout] | [INFO] [stdout] 1148 | pub fn chars(&self) -> Chars { Chars::new(&self.root) } [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1148 | pub fn chars(&self) -> Chars<'_> { Chars::new(&self.root) } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1162:19 [INFO] [stdout] | [INFO] [stdout] 1162 | pub fn chars_at(&self, char_idx: usize) -> Chars { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1162 | pub fn chars_at(&self, char_idx: usize) -> Chars<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1185:16 [INFO] [stdout] | [INFO] [stdout] 1185 | pub fn lines(&self) -> Lines { Lines::new(&self.root) } [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1185 | pub fn lines(&self) -> Lines<'_> { Lines::new(&self.root) } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1199:19 [INFO] [stdout] | [INFO] [stdout] 1199 | pub fn lines_at(&self, line_idx: usize) -> Lines { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1199 | pub fn lines_at(&self, line_idx: usize) -> Lines<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1220:17 [INFO] [stdout] | [INFO] [stdout] 1220 | pub fn chunks(&self) -> Chunks { Chunks::new(&self.root) } [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1220 | pub fn chunks(&self) -> Chunks<'_> { Chunks::new(&self.root) } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1241:5 [INFO] [stdout] | [INFO] [stdout] 1241 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1242 | byte_idx: usize, [INFO] [stdout] 1243 | ) -> (Chunks, usize, usize, usize) { [INFO] [stdout] | ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1243 | ) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1280:5 [INFO] [stdout] | [INFO] [stdout] 1280 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1281 | char_idx: usize, [INFO] [stdout] 1282 | ) -> (Chunks, usize, usize, usize) { [INFO] [stdout] | ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1282 | ) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1324:5 [INFO] [stdout] | [INFO] [stdout] 1324 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1325 | line_break_idx: usize, [INFO] [stdout] 1326 | ) -> (Chunks, usize, usize, usize) { [INFO] [stdout] | ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1326 | ) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:851:21 [INFO] [stdout] | [INFO] [stdout] 851 | pub fn bytes_at(&self, byte_idx: usize) -> Bytes { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 851 | pub fn bytes_at(&self, byte_idx: usize) -> Bytes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:915:21 [INFO] [stdout] | [INFO] [stdout] 915 | pub fn chars_at(&self, char_idx: usize) -> Chars { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 915 | pub fn chars_at(&self, char_idx: usize) -> Chars<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:978:21 [INFO] [stdout] | [INFO] [stdout] 978 | pub fn lines_at(&self, line_idx: usize) -> Lines { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 978 | pub fn lines_at(&self, line_idx: usize) -> Lines<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:1200:33 [INFO] [stdout] | [INFO] [stdout] 1200 | pub fn chunks_at_line_break(&self, line_break_idx: usize) -> (Chunks, usize, usize, usize) { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1200 | pub fn chunks_at_line_break(&self, line_break_idx: usize) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree/node_children.rs:284:17 [INFO] [stdout] | [INFO] [stdout] 284 | pub fn iter(&self) -> Zip, slice::Iter>> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 284 | pub fn iter(&self) -> Zip, slice::Iter<'_, Arc>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:76:29 [INFO] [stdout] | [INFO] [stdout] 76 | pub(crate) fn new(node: &Arc) -> Bytes { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 76 | pub(crate) fn new(node: &Arc) -> Bytes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:94:15 [INFO] [stdout] | [INFO] [stdout] 94 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 98 | ) -> Bytes { [INFO] [stdout] | ^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 98 | ) -> Bytes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:109:15 [INFO] [stdout] | [INFO] [stdout] 109 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 114 | ) -> Bytes { [INFO] [stdout] | ^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 114 | ) -> Bytes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:144:34 [INFO] [stdout] | [INFO] [stdout] 144 | pub(crate) fn from_str(text: &str) -> Bytes { [INFO] [stdout] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 144 | pub(crate) fn from_str(text: &str) -> Bytes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:148:37 [INFO] [stdout] | [INFO] [stdout] 148 | pub(crate) fn from_str_at(text: &str, byte_idx: usize) -> Bytes { [INFO] [stdout] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 148 | pub(crate) fn from_str_at(text: &str, byte_idx: usize) -> Bytes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:241:29 [INFO] [stdout] | [INFO] [stdout] 241 | pub(crate) fn new(node: &Arc) -> Chars { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | pub(crate) fn new(node: &Arc) -> Chars<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:259:15 [INFO] [stdout] | [INFO] [stdout] 259 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 263 | ) -> Chars { [INFO] [stdout] | ^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 263 | ) -> Chars<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:274:15 [INFO] [stdout] | [INFO] [stdout] 274 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 279 | ) -> Chars { [INFO] [stdout] | ^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 279 | ) -> Chars<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:310:34 [INFO] [stdout] | [INFO] [stdout] 310 | pub(crate) fn from_str(text: &str) -> Chars { [INFO] [stdout] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 310 | pub(crate) fn from_str(text: &str) -> Chars<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:314:37 [INFO] [stdout] | [INFO] [stdout] 314 | pub(crate) fn from_str_at(text: &str, char_idx: usize) -> Chars { [INFO] [stdout] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 314 | pub(crate) fn from_str_at(text: &str, char_idx: usize) -> Chars<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:440:29 [INFO] [stdout] | [INFO] [stdout] 440 | pub(crate) fn new(node: &Arc) -> Lines { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 440 | pub(crate) fn new(node: &Arc) -> Lines<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:452:15 [INFO] [stdout] | [INFO] [stdout] 452 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 455 | ) -> Lines { [INFO] [stdout] | ^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 455 | ) -> Lines<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:465:15 [INFO] [stdout] | [INFO] [stdout] 465 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 469 | ) -> Lines { [INFO] [stdout] | ^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 469 | ) -> Lines<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:480:34 [INFO] [stdout] | [INFO] [stdout] 480 | pub(crate) fn from_str(text: &str) -> Lines { [INFO] [stdout] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 480 | pub(crate) fn from_str(text: &str) -> Lines<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:490:37 [INFO] [stdout] | [INFO] [stdout] 490 | pub(crate) fn from_str_at(text: &str, line_idx: usize) -> Lines { [INFO] [stdout] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 490 | pub(crate) fn from_str_at(text: &str, line_idx: usize) -> Lines<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:711:29 [INFO] [stdout] | [INFO] [stdout] 711 | pub(crate) fn new(node: &Arc) -> Chunks { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 711 | pub(crate) fn new(node: &Arc) -> Chunks<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:725:15 [INFO] [stdout] | [INFO] [stdout] 725 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 729 | ) -> Chunks { [INFO] [stdout] | ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 729 | ) -> Chunks<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:756:15 [INFO] [stdout] | [INFO] [stdout] 756 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 761 | ) -> (Chunks, usize, usize, usize) { [INFO] [stdout] | ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 761 | ) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:860:15 [INFO] [stdout] | [INFO] [stdout] 860 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 865 | ) -> (Chunks, usize, usize, usize) { [INFO] [stdout] | ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 865 | ) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:883:15 [INFO] [stdout] | [INFO] [stdout] 883 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 888 | ) -> (Chunks, usize, usize, usize) { [INFO] [stdout] | ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 888 | ) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:904:34 [INFO] [stdout] | [INFO] [stdout] 904 | pub(crate) fn from_str(text: &str, at_end: bool) -> Chunks { [INFO] [stdout] | ^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 904 | pub(crate) fn from_str(text: &str, at_end: bool) -> Chunks<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/str_utils.rs:748:18 [INFO] [stdout] | [INFO] [stdout] 748 | fn new(text: &str) -> LineBreakIter { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 748 | fn new(text: &str) -> LineBreakIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s [INFO] running `Command { std: "docker" "inspect" "545eafb06b2229ced478fcbe04401d8024576448d59618146fd6c51d209959de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "545eafb06b2229ced478fcbe04401d8024576448d59618146fd6c51d209959de", kill_on_drop: false }` [INFO] [stdout] 545eafb06b2229ced478fcbe04401d8024576448d59618146fd6c51d209959de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 78b6a0b294b4665e7b5893363d8f9278a4db531d02130ee57248e7f953d87fca [INFO] running `Command { std: "docker" "start" "-a" "78b6a0b294b4665e7b5893363d8f9278a4db531d02130ee57248e7f953d87fca", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.8 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling linux-raw-sys v0.9.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/tree/node_text.rs:243:25 [INFO] [stdout] | [INFO] [stdout] 243 | struct BackingArray([u8; MAX_BYTES]); [INFO] [stdout] | ------------ ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: `BackingArray` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:927:15 [INFO] [stdout] | [INFO] [stdout] 927 | pub fn line(&self, line_idx: usize) -> RopeSlice { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 927 | pub fn line(&self, line_idx: usize) -> RopeSlice<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1086:19 [INFO] [stdout] | [INFO] [stdout] 1086 | pub fn slice(&self, char_range: R) -> RopeSlice [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1086 | pub fn slice(&self, char_range: R) -> RopeSlice<'_> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1111:16 [INFO] [stdout] | [INFO] [stdout] 1111 | pub fn bytes(&self) -> Bytes { Bytes::new(&self.root) } [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1111 | pub fn bytes(&self) -> Bytes<'_> { Bytes::new(&self.root) } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1125:19 [INFO] [stdout] | [INFO] [stdout] 1125 | pub fn bytes_at(&self, byte_idx: usize) -> Bytes { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1125 | pub fn bytes_at(&self, byte_idx: usize) -> Bytes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1148:16 [INFO] [stdout] | [INFO] [stdout] 1148 | pub fn chars(&self) -> Chars { Chars::new(&self.root) } [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1148 | pub fn chars(&self) -> Chars<'_> { Chars::new(&self.root) } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1162:19 [INFO] [stdout] | [INFO] [stdout] 1162 | pub fn chars_at(&self, char_idx: usize) -> Chars { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1162 | pub fn chars_at(&self, char_idx: usize) -> Chars<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1185:16 [INFO] [stdout] | [INFO] [stdout] 1185 | pub fn lines(&self) -> Lines { Lines::new(&self.root) } [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1185 | pub fn lines(&self) -> Lines<'_> { Lines::new(&self.root) } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1199:19 [INFO] [stdout] | [INFO] [stdout] 1199 | pub fn lines_at(&self, line_idx: usize) -> Lines { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1199 | pub fn lines_at(&self, line_idx: usize) -> Lines<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1220:17 [INFO] [stdout] | [INFO] [stdout] 1220 | pub fn chunks(&self) -> Chunks { Chunks::new(&self.root) } [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1220 | pub fn chunks(&self) -> Chunks<'_> { Chunks::new(&self.root) } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1241:5 [INFO] [stdout] | [INFO] [stdout] 1241 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1242 | byte_idx: usize, [INFO] [stdout] 1243 | ) -> (Chunks, usize, usize, usize) { [INFO] [stdout] | ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1243 | ) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1280:5 [INFO] [stdout] | [INFO] [stdout] 1280 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1281 | char_idx: usize, [INFO] [stdout] 1282 | ) -> (Chunks, usize, usize, usize) { [INFO] [stdout] | ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1282 | ) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1324:5 [INFO] [stdout] | [INFO] [stdout] 1324 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1325 | line_break_idx: usize, [INFO] [stdout] 1326 | ) -> (Chunks, usize, usize, usize) { [INFO] [stdout] | ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1326 | ) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:851:21 [INFO] [stdout] | [INFO] [stdout] 851 | pub fn bytes_at(&self, byte_idx: usize) -> Bytes { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 851 | pub fn bytes_at(&self, byte_idx: usize) -> Bytes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:915:21 [INFO] [stdout] | [INFO] [stdout] 915 | pub fn chars_at(&self, char_idx: usize) -> Chars { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 915 | pub fn chars_at(&self, char_idx: usize) -> Chars<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:978:21 [INFO] [stdout] | [INFO] [stdout] 978 | pub fn lines_at(&self, line_idx: usize) -> Lines { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 978 | pub fn lines_at(&self, line_idx: usize) -> Lines<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:1200:33 [INFO] [stdout] | [INFO] [stdout] 1200 | pub fn chunks_at_line_break(&self, line_break_idx: usize) -> (Chunks, usize, usize, usize) { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1200 | pub fn chunks_at_line_break(&self, line_break_idx: usize) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree/node_children.rs:284:17 [INFO] [stdout] | [INFO] [stdout] 284 | pub fn iter(&self) -> Zip, slice::Iter>> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 284 | pub fn iter(&self) -> Zip, slice::Iter<'_, Arc>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:76:29 [INFO] [stdout] | [INFO] [stdout] 76 | pub(crate) fn new(node: &Arc) -> Bytes { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 76 | pub(crate) fn new(node: &Arc) -> Bytes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:94:15 [INFO] [stdout] | [INFO] [stdout] 94 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 98 | ) -> Bytes { [INFO] [stdout] | ^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 98 | ) -> Bytes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:109:15 [INFO] [stdout] | [INFO] [stdout] 109 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 114 | ) -> Bytes { [INFO] [stdout] | ^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 114 | ) -> Bytes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:144:34 [INFO] [stdout] | [INFO] [stdout] 144 | pub(crate) fn from_str(text: &str) -> Bytes { [INFO] [stdout] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 144 | pub(crate) fn from_str(text: &str) -> Bytes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:148:37 [INFO] [stdout] | [INFO] [stdout] 148 | pub(crate) fn from_str_at(text: &str, byte_idx: usize) -> Bytes { [INFO] [stdout] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 148 | pub(crate) fn from_str_at(text: &str, byte_idx: usize) -> Bytes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:241:29 [INFO] [stdout] | [INFO] [stdout] 241 | pub(crate) fn new(node: &Arc) -> Chars { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | pub(crate) fn new(node: &Arc) -> Chars<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:259:15 [INFO] [stdout] | [INFO] [stdout] 259 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 263 | ) -> Chars { [INFO] [stdout] | ^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 263 | ) -> Chars<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:274:15 [INFO] [stdout] | [INFO] [stdout] 274 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 279 | ) -> Chars { [INFO] [stdout] | ^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 279 | ) -> Chars<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:310:34 [INFO] [stdout] | [INFO] [stdout] 310 | pub(crate) fn from_str(text: &str) -> Chars { [INFO] [stdout] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 310 | pub(crate) fn from_str(text: &str) -> Chars<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:314:37 [INFO] [stdout] | [INFO] [stdout] 314 | pub(crate) fn from_str_at(text: &str, char_idx: usize) -> Chars { [INFO] [stdout] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 314 | pub(crate) fn from_str_at(text: &str, char_idx: usize) -> Chars<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:440:29 [INFO] [stdout] | [INFO] [stdout] 440 | pub(crate) fn new(node: &Arc) -> Lines { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 440 | pub(crate) fn new(node: &Arc) -> Lines<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:452:15 [INFO] [stdout] | [INFO] [stdout] 452 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 455 | ) -> Lines { [INFO] [stdout] | ^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 455 | ) -> Lines<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:465:15 [INFO] [stdout] | [INFO] [stdout] 465 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 469 | ) -> Lines { [INFO] [stdout] | ^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 469 | ) -> Lines<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:480:34 [INFO] [stdout] | [INFO] [stdout] 480 | pub(crate) fn from_str(text: &str) -> Lines { [INFO] [stdout] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 480 | pub(crate) fn from_str(text: &str) -> Lines<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:490:37 [INFO] [stdout] | [INFO] [stdout] 490 | pub(crate) fn from_str_at(text: &str, line_idx: usize) -> Lines { [INFO] [stdout] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 490 | pub(crate) fn from_str_at(text: &str, line_idx: usize) -> Lines<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:711:29 [INFO] [stdout] | [INFO] [stdout] 711 | pub(crate) fn new(node: &Arc) -> Chunks { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 711 | pub(crate) fn new(node: &Arc) -> Chunks<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:725:15 [INFO] [stdout] | [INFO] [stdout] 725 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 729 | ) -> Chunks { [INFO] [stdout] | ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 729 | ) -> Chunks<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:756:15 [INFO] [stdout] | [INFO] [stdout] 756 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 761 | ) -> (Chunks, usize, usize, usize) { [INFO] [stdout] | ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 761 | ) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:860:15 [INFO] [stdout] | [INFO] [stdout] 860 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 865 | ) -> (Chunks, usize, usize, usize) { [INFO] [stdout] | ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 865 | ) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:883:15 [INFO] [stdout] | [INFO] [stdout] 883 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 888 | ) -> (Chunks, usize, usize, usize) { [INFO] [stdout] | ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 888 | ) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:904:34 [INFO] [stdout] | [INFO] [stdout] 904 | pub(crate) fn from_str(text: &str, at_end: bool) -> Chunks { [INFO] [stdout] | ^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 904 | pub(crate) fn from_str(text: &str, at_end: bool) -> Chunks<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/str_utils.rs:748:18 [INFO] [stdout] | [INFO] [stdout] 748 | fn new(text: &str) -> LineBreakIter { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 748 | fn new(text: &str) -> LineBreakIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tempfile v3.21.0 [INFO] [stderr] Compiling rusty-fork v0.2.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling proptest v0.9.6 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling sp-ropey v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/tree/node_text.rs:243:25 [INFO] [stdout] | [INFO] [stdout] 243 | struct BackingArray([u8; MAX_BYTES]); [INFO] [stdout] | ------------ ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: `BackingArray` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:927:15 [INFO] [stdout] | [INFO] [stdout] 927 | pub fn line(&self, line_idx: usize) -> RopeSlice { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 927 | pub fn line(&self, line_idx: usize) -> RopeSlice<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1086:19 [INFO] [stdout] | [INFO] [stdout] 1086 | pub fn slice(&self, char_range: R) -> RopeSlice [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1086 | pub fn slice(&self, char_range: R) -> RopeSlice<'_> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1111:16 [INFO] [stdout] | [INFO] [stdout] 1111 | pub fn bytes(&self) -> Bytes { Bytes::new(&self.root) } [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1111 | pub fn bytes(&self) -> Bytes<'_> { Bytes::new(&self.root) } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1125:19 [INFO] [stdout] | [INFO] [stdout] 1125 | pub fn bytes_at(&self, byte_idx: usize) -> Bytes { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1125 | pub fn bytes_at(&self, byte_idx: usize) -> Bytes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1148:16 [INFO] [stdout] | [INFO] [stdout] 1148 | pub fn chars(&self) -> Chars { Chars::new(&self.root) } [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1148 | pub fn chars(&self) -> Chars<'_> { Chars::new(&self.root) } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1162:19 [INFO] [stdout] | [INFO] [stdout] 1162 | pub fn chars_at(&self, char_idx: usize) -> Chars { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1162 | pub fn chars_at(&self, char_idx: usize) -> Chars<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1185:16 [INFO] [stdout] | [INFO] [stdout] 1185 | pub fn lines(&self) -> Lines { Lines::new(&self.root) } [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1185 | pub fn lines(&self) -> Lines<'_> { Lines::new(&self.root) } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1199:19 [INFO] [stdout] | [INFO] [stdout] 1199 | pub fn lines_at(&self, line_idx: usize) -> Lines { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1199 | pub fn lines_at(&self, line_idx: usize) -> Lines<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1220:17 [INFO] [stdout] | [INFO] [stdout] 1220 | pub fn chunks(&self) -> Chunks { Chunks::new(&self.root) } [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1220 | pub fn chunks(&self) -> Chunks<'_> { Chunks::new(&self.root) } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1241:5 [INFO] [stdout] | [INFO] [stdout] 1241 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1242 | byte_idx: usize, [INFO] [stdout] 1243 | ) -> (Chunks, usize, usize, usize) { [INFO] [stdout] | ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1243 | ) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1280:5 [INFO] [stdout] | [INFO] [stdout] 1280 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1281 | char_idx: usize, [INFO] [stdout] 1282 | ) -> (Chunks, usize, usize, usize) { [INFO] [stdout] | ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1282 | ) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1324:5 [INFO] [stdout] | [INFO] [stdout] 1324 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1325 | line_break_idx: usize, [INFO] [stdout] 1326 | ) -> (Chunks, usize, usize, usize) { [INFO] [stdout] | ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1326 | ) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:851:21 [INFO] [stdout] | [INFO] [stdout] 851 | pub fn bytes_at(&self, byte_idx: usize) -> Bytes { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 851 | pub fn bytes_at(&self, byte_idx: usize) -> Bytes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:915:21 [INFO] [stdout] | [INFO] [stdout] 915 | pub fn chars_at(&self, char_idx: usize) -> Chars { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 915 | pub fn chars_at(&self, char_idx: usize) -> Chars<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:978:21 [INFO] [stdout] | [INFO] [stdout] 978 | pub fn lines_at(&self, line_idx: usize) -> Lines { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 978 | pub fn lines_at(&self, line_idx: usize) -> Lines<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/slice.rs:1200:33 [INFO] [stdout] | [INFO] [stdout] 1200 | pub fn chunks_at_line_break(&self, line_break_idx: usize) -> (Chunks, usize, usize, usize) { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1200 | pub fn chunks_at_line_break(&self, line_break_idx: usize) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree/node_children.rs:284:17 [INFO] [stdout] | [INFO] [stdout] 284 | pub fn iter(&self) -> Zip, slice::Iter>> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 284 | pub fn iter(&self) -> Zip, slice::Iter<'_, Arc>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:76:29 [INFO] [stdout] | [INFO] [stdout] 76 | pub(crate) fn new(node: &Arc) -> Bytes { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 76 | pub(crate) fn new(node: &Arc) -> Bytes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:94:15 [INFO] [stdout] | [INFO] [stdout] 94 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 98 | ) -> Bytes { [INFO] [stdout] | ^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 98 | ) -> Bytes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:109:15 [INFO] [stdout] | [INFO] [stdout] 109 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 114 | ) -> Bytes { [INFO] [stdout] | ^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 114 | ) -> Bytes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:144:34 [INFO] [stdout] | [INFO] [stdout] 144 | pub(crate) fn from_str(text: &str) -> Bytes { [INFO] [stdout] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 144 | pub(crate) fn from_str(text: &str) -> Bytes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:148:37 [INFO] [stdout] | [INFO] [stdout] 148 | pub(crate) fn from_str_at(text: &str, byte_idx: usize) -> Bytes { [INFO] [stdout] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 148 | pub(crate) fn from_str_at(text: &str, byte_idx: usize) -> Bytes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:241:29 [INFO] [stdout] | [INFO] [stdout] 241 | pub(crate) fn new(node: &Arc) -> Chars { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | pub(crate) fn new(node: &Arc) -> Chars<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:259:15 [INFO] [stdout] | [INFO] [stdout] 259 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 263 | ) -> Chars { [INFO] [stdout] | ^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 263 | ) -> Chars<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:274:15 [INFO] [stdout] | [INFO] [stdout] 274 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 279 | ) -> Chars { [INFO] [stdout] | ^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 279 | ) -> Chars<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:310:34 [INFO] [stdout] | [INFO] [stdout] 310 | pub(crate) fn from_str(text: &str) -> Chars { [INFO] [stdout] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 310 | pub(crate) fn from_str(text: &str) -> Chars<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:314:37 [INFO] [stdout] | [INFO] [stdout] 314 | pub(crate) fn from_str_at(text: &str, char_idx: usize) -> Chars { [INFO] [stdout] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 314 | pub(crate) fn from_str_at(text: &str, char_idx: usize) -> Chars<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:440:29 [INFO] [stdout] | [INFO] [stdout] 440 | pub(crate) fn new(node: &Arc) -> Lines { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 440 | pub(crate) fn new(node: &Arc) -> Lines<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:452:15 [INFO] [stdout] | [INFO] [stdout] 452 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 455 | ) -> Lines { [INFO] [stdout] | ^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 455 | ) -> Lines<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:465:15 [INFO] [stdout] | [INFO] [stdout] 465 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 469 | ) -> Lines { [INFO] [stdout] | ^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 469 | ) -> Lines<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:480:34 [INFO] [stdout] | [INFO] [stdout] 480 | pub(crate) fn from_str(text: &str) -> Lines { [INFO] [stdout] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 480 | pub(crate) fn from_str(text: &str) -> Lines<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:490:37 [INFO] [stdout] | [INFO] [stdout] 490 | pub(crate) fn from_str_at(text: &str, line_idx: usize) -> Lines { [INFO] [stdout] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 490 | pub(crate) fn from_str_at(text: &str, line_idx: usize) -> Lines<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:711:29 [INFO] [stdout] | [INFO] [stdout] 711 | pub(crate) fn new(node: &Arc) -> Chunks { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 711 | pub(crate) fn new(node: &Arc) -> Chunks<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:725:15 [INFO] [stdout] | [INFO] [stdout] 725 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 729 | ) -> Chunks { [INFO] [stdout] | ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 729 | ) -> Chunks<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:756:15 [INFO] [stdout] | [INFO] [stdout] 756 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 761 | ) -> (Chunks, usize, usize, usize) { [INFO] [stdout] | ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 761 | ) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:860:15 [INFO] [stdout] | [INFO] [stdout] 860 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 865 | ) -> (Chunks, usize, usize, usize) { [INFO] [stdout] | ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 865 | ) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:883:15 [INFO] [stdout] | [INFO] [stdout] 883 | node: &Arc, [INFO] [stdout] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 888 | ) -> (Chunks, usize, usize, usize) { [INFO] [stdout] | ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 888 | ) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:904:34 [INFO] [stdout] | [INFO] [stdout] 904 | pub(crate) fn from_str(text: &str, at_end: bool) -> Chunks { [INFO] [stdout] | ^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 904 | pub(crate) fn from_str(text: &str, at_end: bool) -> Chunks<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/str_utils.rs:748:18 [INFO] [stdout] | [INFO] [stdout] 748 | fn new(text: &str) -> LineBreakIter { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 748 | fn new(text: &str) -> LineBreakIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 19.35s [INFO] running `Command { std: "docker" "inspect" "78b6a0b294b4665e7b5893363d8f9278a4db531d02130ee57248e7f953d87fca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "78b6a0b294b4665e7b5893363d8f9278a4db531d02130ee57248e7f953d87fca", kill_on_drop: false }` [INFO] [stdout] 78b6a0b294b4665e7b5893363d8f9278a4db531d02130ee57248e7f953d87fca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a63d3f538da25a17acea414fa12a76705668afac4dbe2a2cc7cfc862686c0064 [INFO] running `Command { std: "docker" "start" "-a" "a63d3f538da25a17acea414fa12a76705668afac4dbe2a2cc7cfc862686c0064", kill_on_drop: false }` [INFO] [stdout] [INFO] [stdout] running 329 tests [INFO] [stdout] test crlf::tests::crlf_segmenter_01 ... ok [INFO] [stdout] test crlf::tests::crlf_segmenter_02 ... ok [INFO] [stdout] test crlf::tests::nearest_internal_break_01 ... ok [INFO] [stdout] test crlf::tests::nearest_internal_break_03 ... ok [INFO] [stdout] test crlf::tests::nearest_internal_break_02 ... ok [INFO] [stdout] test crlf::tests::nearest_internal_break_04 ... ok [INFO] [stdout] test crlf::tests::seam_is_break_01 ... ok [INFO] [stderr] warning: field `0` is never read [INFO] [stdout] test iter::tests::bytes_07 ... ok [INFO] [stderr] --> src/tree/node_text.rs:243:25 [INFO] [stdout] test iter::tests::bytes_01 ... ok [INFO] [stderr] | [INFO] [stderr] 243 | struct BackingArray([u8; MAX_BYTES]); [INFO] [stderr] | ------------ ^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this struct [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] = note: `BackingArray` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rope.rs:927:15 [INFO] [stderr] | [INFO] [stderr] 927 | pub fn line(&self, line_idx: usize) -> RopeSlice { [INFO] [stderr] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 927 | pub fn line(&self, line_idx: usize) -> RopeSlice<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rope.rs:1086:19 [INFO] [stderr] | [INFO] [stderr] 1086 | pub fn slice(&self, char_range: R) -> RopeSlice [INFO] [stderr] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1086 | pub fn slice(&self, char_range: R) -> RopeSlice<'_> [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rope.rs:1111:16 [INFO] [stderr] | [INFO] [stderr] 1111 | pub fn bytes(&self) -> Bytes { Bytes::new(&self.root) } [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1111 | pub fn bytes(&self) -> Bytes<'_> { Bytes::new(&self.root) } [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rope.rs:1125:19 [INFO] [stderr] | [INFO] [stderr] 1125 | pub fn bytes_at(&self, byte_idx: usize) -> Bytes { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1125 | pub fn bytes_at(&self, byte_idx: usize) -> Bytes<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rope.rs:1148:16 [INFO] [stderr] | [INFO] [stderr] 1148 | pub fn chars(&self) -> Chars { Chars::new(&self.root) } [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1148 | pub fn chars(&self) -> Chars<'_> { Chars::new(&self.root) } [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rope.rs:1162:19 [INFO] [stderr] | [INFO] [stderr] 1162 | pub fn chars_at(&self, char_idx: usize) -> Chars { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1162 | pub fn chars_at(&self, char_idx: usize) -> Chars<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rope.rs:1185:16 [INFO] [stderr] | [INFO] [stderr] 1185 | pub fn lines(&self) -> Lines { Lines::new(&self.root) } [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1185 | pub fn lines(&self) -> Lines<'_> { Lines::new(&self.root) } [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rope.rs:1199:19 [INFO] [stderr] | [INFO] [stderr] 1199 | pub fn lines_at(&self, line_idx: usize) -> Lines { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1199 | pub fn lines_at(&self, line_idx: usize) -> Lines<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rope.rs:1220:17 [INFO] [stderr] | [INFO] [stderr] 1220 | pub fn chunks(&self) -> Chunks { Chunks::new(&self.root) } [INFO] [stderr] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1220 | pub fn chunks(&self) -> Chunks<'_> { Chunks::new(&self.root) } [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rope.rs:1241:5 [INFO] [stderr] | [INFO] [stderr] 1241 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 1242 | byte_idx: usize, [INFO] [stderr] 1243 | ) -> (Chunks, usize, usize, usize) { [INFO] [stderr] | ^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1243 | ) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rope.rs:1280:5 [INFO] [stderr] | [INFO] [stderr] 1280 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 1281 | char_idx: usize, [INFO] [stderr] 1282 | ) -> (Chunks, usize, usize, usize) { [INFO] [stderr] | ^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1282 | ) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rope.rs:1324:5 [INFO] [stderr] | [INFO] [stderr] 1324 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 1325 | line_break_idx: usize, [INFO] [stderr] 1326 | ) -> (Chunks, usize, usize, usize) { [INFO] [stderr] | ^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1326 | ) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:851:21 [INFO] [stderr] | [INFO] [stderr] 851 | pub fn bytes_at(&self, byte_idx: usize) -> Bytes { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 851 | pub fn bytes_at(&self, byte_idx: usize) -> Bytes<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:915:21 [INFO] [stderr] | [INFO] [stderr] 915 | pub fn chars_at(&self, char_idx: usize) -> Chars { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 915 | pub fn chars_at(&self, char_idx: usize) -> Chars<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:978:21 [INFO] [stderr] | [INFO] [stderr] 978 | pub fn lines_at(&self, line_idx: usize) -> Lines { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 978 | pub fn lines_at(&self, line_idx: usize) -> Lines<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/slice.rs:1200:33 [INFO] [stderr] | [INFO] [stderr] 1200 | pub fn chunks_at_line_break(&self, line_break_idx: usize) -> (Chunks, usize, usize, usize) { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1200 | pub fn chunks_at_line_break(&self, line_break_idx: usize) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/tree/node_children.rs:284:17 [INFO] [stderr] | [INFO] [stderr] 284 | pub fn iter(&self) -> Zip, slice::Iter>> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 284 | pub fn iter(&self) -> Zip, slice::Iter<'_, Arc>> { [INFO] [stderr] | +++ +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/iter.rs:76:29 [INFO] [stderr] | [INFO] [stderr] 76 | pub(crate) fn new(node: &Arc) -> Bytes { [INFO] [stderr] | ^^^^^^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 76 | pub(crate) fn new(node: &Arc) -> Bytes<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/iter.rs:94:15 [INFO] [stderr] | [INFO] [stderr] 94 | node: &Arc, [INFO] [stderr] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 98 | ) -> Bytes { [INFO] [stderr] | ^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 98 | ) -> Bytes<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/iter.rs:109:15 [INFO] [stderr] | [INFO] [stderr] 109 | node: &Arc, [INFO] [stderr] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 114 | ) -> Bytes { [INFO] [stderr] | ^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 114 | ) -> Bytes<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/iter.rs:144:34 [INFO] [stderr] | [INFO] [stderr] 144 | pub(crate) fn from_str(text: &str) -> Bytes { [INFO] [stderr] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 144 | pub(crate) fn from_str(text: &str) -> Bytes<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/iter.rs:148:37 [INFO] [stderr] | [INFO] [stderr] 148 | pub(crate) fn from_str_at(text: &str, byte_idx: usize) -> Bytes { [INFO] [stderr] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 148 | pub(crate) fn from_str_at(text: &str, byte_idx: usize) -> Bytes<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/iter.rs:241:29 [INFO] [stderr] | [INFO] [stderr] 241 | pub(crate) fn new(node: &Arc) -> Chars { [INFO] [stderr] | ^^^^^^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 241 | pub(crate) fn new(node: &Arc) -> Chars<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/iter.rs:259:15 [INFO] [stderr] | [INFO] [stderr] 259 | node: &Arc, [INFO] [stderr] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 263 | ) -> Chars { [INFO] [stderr] | ^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 263 | ) -> Chars<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/iter.rs:274:15 [INFO] [stderr] | [INFO] [stderr] 274 | node: &Arc, [INFO] [stderr] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 279 | ) -> Chars { [INFO] [stderr] | ^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 279 | ) -> Chars<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/iter.rs:310:34 [INFO] [stderr] | [INFO] [stderr] 310 | pub(crate) fn from_str(text: &str) -> Chars { [INFO] [stderr] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 310 | pub(crate) fn from_str(text: &str) -> Chars<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/iter.rs:314:37 [INFO] [stderr] | [INFO] [stderr] 314 | pub(crate) fn from_str_at(text: &str, char_idx: usize) -> Chars { [INFO] [stderr] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 314 | pub(crate) fn from_str_at(text: &str, char_idx: usize) -> Chars<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/iter.rs:440:29 [INFO] [stderr] | [INFO] [stderr] 440 | pub(crate) fn new(node: &Arc) -> Lines { [INFO] [stderr] | ^^^^^^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 440 | pub(crate) fn new(node: &Arc) -> Lines<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/iter.rs:452:15 [INFO] [stderr] | [INFO] [stderr] 452 | node: &Arc, [INFO] [stderr] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 455 | ) -> Lines { [INFO] [stderr] | ^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 455 | ) -> Lines<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/iter.rs:465:15 [INFO] [stderr] | [INFO] [stderr] 465 | node: &Arc, [INFO] [stderr] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 469 | ) -> Lines { [INFO] [stderr] | ^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 469 | ) -> Lines<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/iter.rs:480:34 [INFO] [stderr] | [INFO] [stderr] 480 | pub(crate) fn from_str(text: &str) -> Lines { [INFO] [stderr] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 480 | pub(crate) fn from_str(text: &str) -> Lines<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/iter.rs:490:37 [INFO] [stderr] | [INFO] [stderr] 490 | pub(crate) fn from_str_at(text: &str, line_idx: usize) -> Lines { [INFO] [stderr] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 490 | pub(crate) fn from_str_at(text: &str, line_idx: usize) -> Lines<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/iter.rs:711:29 [INFO] [stderr] | [INFO] [stderr] 711 | pub(crate) fn new(node: &Arc) -> Chunks { [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 711 | pub(crate) fn new(node: &Arc) -> Chunks<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/iter.rs:725:15 [INFO] [stderr] | [INFO] [stderr] 725 | node: &Arc, [INFO] [stderr] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 729 | ) -> Chunks { [INFO] [stderr] | ^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 729 | ) -> Chunks<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/iter.rs:756:15 [INFO] [stderr] | [INFO] [stderr] 756 | node: &Arc, [INFO] [stderr] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 761 | ) -> (Chunks, usize, usize, usize) { [INFO] [stderr] | ^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 761 | ) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/iter.rs:860:15 [INFO] [stderr] | [INFO] [stderr] 860 | node: &Arc, [INFO] [stderr] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 865 | ) -> (Chunks, usize, usize, usize) { [INFO] [stderr] | ^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 865 | ) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/iter.rs:883:15 [INFO] [stderr] | [INFO] [stderr] 883 | node: &Arc, [INFO] [stderr] | ^^^^^^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 888 | ) -> (Chunks, usize, usize, usize) { [INFO] [stderr] | ^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 888 | ) -> (Chunks<'_>, usize, usize, usize) { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/iter.rs:904:34 [INFO] [stderr] | [INFO] [stderr] 904 | pub(crate) fn from_str(text: &str, at_end: bool) -> Chunks { [INFO] [stderr] | ^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 904 | pub(crate) fn from_str(text: &str, at_end: bool) -> Chunks<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/str_utils.rs:748:18 [INFO] [stderr] | [INFO] [stderr] 748 | fn new(text: &str) -> LineBreakIter { [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 748 | fn new(text: &str) -> LineBreakIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `sp-ropey` (lib) generated 40 warnings (run `cargo fix --lib -p sp-ropey` to apply 39 suggestions) [INFO] [stderr] warning: `sp-ropey` (lib test) generated 40 warnings (40 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sp_ropey-91f383afabb250e8) [INFO] [stdout] test iter::tests::bytes_03 ... ok [INFO] [stdout] test iter::tests::bytes_at_sliced_02 ... ok [INFO] [stdout] test iter::tests::bytes_at_sliced_03 ... ok [INFO] [stdout] test iter::tests::bytes_at_sliced_01 ... ok [INFO] [stdout] test iter::tests::bytes_06 ... ok [INFO] [stdout] test iter::tests::bytes_exact_size_iter_01 ... ok [INFO] [stdout] test iter::tests::bytes_02 ... ok [INFO] [stdout] test iter::tests::bytes_exact_size_iter_02 ... ok [INFO] [stdout] test iter::tests::bytes_05 ... ok [INFO] [stdout] test iter::tests::bytes_at_03 ... ok [INFO] [stdout] test iter::tests::bytes_sliced_01 ... ok [INFO] [stdout] test iter::tests::chars_at_02 ... ok [INFO] [stdout] test iter::tests::chars_04 ... ok [INFO] [stdout] test iter::tests::chars_02 ... ok [INFO] [stdout] test iter::tests::chars_05 ... ok [INFO] [stdout] test iter::tests::chars_01 ... ok [INFO] [stdout] test iter::tests::chars_03 ... ok [INFO] [stdout] test iter::tests::chars_07 ... ok [INFO] [stdout] test iter::tests::chars_at_03 ... ok [INFO] [stdout] test iter::tests::chars_06 ... ok [INFO] [stdout] test iter::tests::bytes_at_02 ... ok [INFO] [stdout] test iter::tests::bytes_04 ... ok [INFO] [stdout] test iter::tests::chars_at_sliced_01 ... ok [INFO] [stdout] test crlf::tests::seam_is_break_02 ... ok [INFO] [stdout] test iter::tests::chars_at_sliced_02 ... ok [INFO] [stdout] test iter::tests::chars_exact_size_iter_01 ... ok [INFO] [stdout] test iter::tests::chunks_02 ... ok [INFO] [stdout] test iter::tests::chars_at_sliced_03 ... ok [INFO] [stdout] test iter::tests::chunks_01 ... ok [INFO] [stdout] test iter::tests::chars_exact_size_iter_02 ... ok [INFO] [stdout] test iter::tests::chars_at_01 ... ok [INFO] [stdout] test iter::tests::chunks_03 ... ok [INFO] [stdout] test iter::tests::chars_exact_size_iter_03 ... ok [INFO] [stdout] test iter::tests::chunks_04 ... ok [INFO] [stdout] test iter::tests::bytes_exact_size_iter_03 ... ok [INFO] [stdout] test iter::tests::chars_sliced_01 ... ok [INFO] [stdout] test iter::tests::chunks_at_char_04 ... ok [INFO] [stdout] test iter::tests::chunks_at_char_02 ... ok [INFO] [stdout] test iter::tests::chunks_at_line_break_02 ... ok [INFO] [stdout] test iter::tests::chunks_at_line_break_01 ... ok [INFO] [stdout] test iter::tests::chunks_at_byte_04 ... ok [INFO] [stdout] test iter::tests::chunks_at_byte_02 ... ok [INFO] [stdout] test iter::tests::chunks_at_char_03 ... ok [INFO] [stdout] test iter::tests::chunks_at_byte_03 ... ok [INFO] [stdout] test iter::tests::lines_08 ... ok [INFO] [stdout] test iter::tests::lines_07 ... ok [INFO] [stdout] test iter::tests::chunks_at_line_break_04 ... ok [INFO] [stdout] test iter::tests::lines_09 ... ok [INFO] [stdout] test iter::tests::lines_13 ... ok [INFO] [stdout] test iter::tests::chunks_at_line_break_03 ... ok [INFO] [stdout] test iter::tests::lines_14 ... ok [INFO] [stdout] test iter::tests::chunks_sliced_01 ... ok [INFO] [stdout] test iter::tests::lines_12 ... ok [INFO] [stdout] test iter::tests::lines_10 ... ok [INFO] [stdout] test iter::tests::bytes_at_01 ... ok [INFO] [stdout] test iter::tests::chunks_at_char_01 ... ok [INFO] [stdout] test iter::tests::lines_11 ... ok [INFO] [stdout] test iter::tests::lines_02 ... ok [INFO] [stdout] test iter::tests::lines_01 ... ok [INFO] [stdout] test crlf::tests::is_break_01 ... ok [INFO] [stdout] test iter::tests::lines_04 ... ok [INFO] [stdout] test iter::tests::lines_06 ... ok [INFO] [stdout] test iter::tests::lines_17 ... ok [INFO] [stdout] test rope::tests::append_01 ... ok [INFO] [stdout] test iter::tests::lines_15 ... ok [INFO] [stdout] test iter::tests::lines_16 ... ok [INFO] [stdout] test rope::tests::append_04 ... ok [INFO] [stdout] test rope::tests::append_06 ... ok [INFO] [stdout] test rope::tests::append_07 ... ok [INFO] [stdout] test rope::tests::byte_01 ... ok [INFO] [stdout] test rope::tests::append_05 ... ok [INFO] [stdout] test iter::tests::lines_at_03 ... ok [INFO] [stdout] test iter::tests::lines_exact_size_iter_03 ... ok [INFO] [stdout] test rope::tests::append_03 ... ok [INFO] [stdout] test rope::tests::byte_to_line_01 ... ok [INFO] [stdout] test rope::tests::byte_to_line_02 ... ok [INFO] [stdout] test rope::tests::byte_to_line_03 ... ok [INFO] [stdout] test iter::tests::lines_at_01 ... ok [INFO] [stdout] test iter::tests::lines_sliced_01 ... ok [INFO] [stdout] test iter::tests::lines_exact_size_iter_01 ... ok [INFO] [stdout] test iter::tests::lines_at_02 ... ok [INFO] [stdout] test rope::tests::byte_to_char_01 ... ok [INFO] [stdout] test iter::tests::chunks_at_byte_01 ... ok [INFO] [stdout] test iter::tests::lines_03 ... ok [INFO] [stdout] test iter::tests::lines_05 ... ok [INFO] [stdout] test rope::tests::append_02 ... ok [INFO] [stdout] test rope::tests::char_to_byte_01 ... ok [INFO] [stdout] test rope::tests::char_01 ... ok [INFO] [stdout] test rope::tests::char_to_line_02 ... ok [INFO] [stdout] test rope::tests::char_to_line_01 ... ok [INFO] [stdout] test rope::tests::char_to_line_03 ... ok [INFO] [stdout] test rope::tests::char_to_utf16_cu_01 ... ok [INFO] [stdout] test rope::tests::char_to_line_04 - should panic ... ok [INFO] [stdout] test rope::tests::eq_rope_04 ... ok [INFO] [stdout] test rope::tests::eq_rope_05 ... ok [INFO] [stdout] test rope::tests::eq_rope_06 ... ok [INFO] [stdout] test rope::tests::eq_rope_07 ... ok [INFO] [stdout] test rope::tests::chunk_at_line_break ... ok [INFO] [stdout] test rope::tests::chunk_at_byte ... ok [INFO] [stdout] test rope::tests::eq_rope_01 ... ok [INFO] [stdout] test rope::tests::byte_03 - should panic ... ok [INFO] [stdout] test rope::tests::byte_02 - should panic ... ok [INFO] [stdout] test rope::tests::eq_rope_02 ... ok [INFO] [stdout] test rope::tests::byte_to_line_04 - should panic ... ok [INFO] [stdout] test rope::tests::char_02 - should panic ... ok [INFO] [stdout] test rope::tests::char_03 - should panic ... ok [INFO] [stdout] test rope::tests::char_to_utf16_cu_02 - should panic ... ok [INFO] [stdout] test rope::tests::chunk_at_char ... ok [INFO] [stdout] test rope::tests::from_rope_slice_01 ... ok [INFO] [stdout] test rope::tests::from_iter_01 ... ok [INFO] [stdout] test rope::tests::from_rope_slice_02 ... ok [INFO] [stdout] test rope::tests::from_rope_slice_03 ... ok [INFO] [stdout] test rope::tests::insert_02 ... ok [INFO] [stdout] test rope::tests::from_str ... ok [INFO] [stdout] test rope::tests::from_rope_slice_04 ... ok [INFO] [stdout] test rope::tests::insert_03 ... ok [INFO] [stdout] test rope::tests::insert_04 ... ok [INFO] [stdout] test rope::tests::insert_06 ... ok [INFO] [stdout] test rope::tests::len_bytes_02 ... ok [INFO] [stdout] test rope::tests::len_chars_02 ... ok [INFO] [stdout] test rope::tests::insert_05 ... ok [INFO] [stdout] test rope::tests::len_chars_01 ... ok [INFO] [stdout] test rope::tests::insert_char_01 ... ok [INFO] [stdout] test rope::tests::len_bytes_01 ... ok [INFO] [stdout] test rope::tests::len_lines_01 ... ok [INFO] [stdout] test rope::tests::insert_char_02 ... ok [INFO] [stdout] test rope::tests::eq_rope_03 ... ok [INFO] [stdout] test rope::tests::len_lines_02 ... ok [INFO] [stdout] test rope::tests::insert_01 ... ok [INFO] [stdout] test rope::tests::char_to_utf16_cu_03 ... ok [INFO] [stdout] test rope::tests::char_to_utf16_cu_04 - should panic ... ok [INFO] [stdout] test rope::tests::len_utf16_cu_01 ... ok [INFO] [stdout] test rope::tests::len_utf16_cu_02 ... ok [INFO] [stdout] test rope::tests::line_02 ... ok [INFO] [stdout] test rope::tests::line_04 ... ok [INFO] [stdout] test rope::tests::line_01 ... ok [INFO] [stdout] test rope::tests::line_06 ... ok [INFO] [stdout] test rope::tests::line_to_char_02 ... ok [INFO] [stdout] test rope::tests::line_05 - should panic ... ok [INFO] [stdout] test rope::tests::line_to_byte_01 ... ok [INFO] [stdout] test rope::tests::remove_02 ... ok [INFO] [stdout] test rope::tests::remove_01 ... ok [INFO] [stdout] test rope::tests::new_01 ... ok [INFO] [stdout] test rope::tests::remove_05 ... ok [INFO] [stdout] test rope::tests::remove_04 ... ok [INFO] [stdout] test rope::tests::line_03 ... ok [INFO] [stdout] test rope::tests::line_to_char_03 - should panic ... ok [INFO] [stdout] test rope::tests::line_to_byte_02 ... ok [INFO] [stdout] test rope::tests::line_to_char_01 ... ok [INFO] [stdout] test rope::tests::remove_03 ... ok [INFO] [stdout] test rope::tests::line_to_byte_03 - should panic ... ok [INFO] [stdout] test rope::tests::slice_05 - should panic ... ok [INFO] [stdout] test rope::tests::remove_06 - should panic ... ok [INFO] [stdout] test rope::tests::slice_01 ... ok [INFO] [stdout] test rope::tests::split_off_03 ... ok [INFO] [stdout] test rope::tests::remove_08 - should panic ... ok [INFO] [stdout] test rope::tests::remove_07 - should panic ... ok [INFO] [stdout] test rope::tests::remove_10 - should panic ... ok [INFO] [stdout] test rope::tests::remove_09 - should panic ... ok [INFO] [stdout] test rope::tests::shrink_to_fit_01 ... ok [INFO] [stdout] test rope::tests::split_off_04 ... ok [INFO] [stdout] test rope::tests::slice_02 ... ok [INFO] [stdout] test rope::tests::slice_04 ... ok [INFO] [stdout] test rope::tests::slice_03 ... ok [INFO] [stdout] test rope::tests::slice_06 - should panic ... ok [INFO] [stdout] test rope::tests::split_off_01 ... ok [INFO] [stdout] test rope::tests::split_off_02 ... ok [INFO] [stdout] test rope::tests::split_off_06 - should panic ... ok [INFO] [stdout] test rope::tests::split_off_05 ... ok [INFO] [stdout] test rope::tests::len_utf16_cu_03 ... ok [INFO] [stdout] test rope::tests::to_cow_01 ... ok [INFO] [stdout] test rope::tests::to_cow_02 ... ok [INFO] [stdout] test rope::tests::to_cow_03 ... ok [INFO] [stdout] test iter::tests::lines_exact_size_iter_02 ... ok [INFO] [stdout] test rope::tests::utf16_cu_to_char_03 ... ok [INFO] [stdout] test rope_builder::tests::rope_builder_01 ... ok [INFO] [stdout] test rope::tests::utf16_cu_to_char_02 - should panic ... ok [INFO] [stdout] test slice::tests::byte_to_line_02 ... ok [INFO] [stdout] test slice::tests::byte_to_line_03 ... ok [INFO] [stdout] test rope::tests::utf16_cu_to_char_01 ... ok [INFO] [stdout] test slice::tests::byte_to_char_01 ... ok [INFO] [stdout] test slice::tests::char_01 ... ok [INFO] [stdout] test slice::tests::byte_01 ... ok [INFO] [stdout] test slice::tests::byte_to_line_01 ... ok [INFO] [stdout] test rope::tests::to_string_01 ... ok [INFO] [stdout] test slice::tests::byte_02 - should panic ... ok [INFO] [stdout] test slice::tests::char_to_line_02 ... ok [INFO] [stdout] test slice::tests::char_to_line_03 ... ok [INFO] [stdout] test slice::tests::char_to_utf16_cu_01 ... ok [INFO] [stdout] test slice::tests::char_to_utf16_cu_03 ... ok [INFO] [stdout] test slice::tests::char_03 - should panic ... ok [INFO] [stdout] test slice::tests::char_to_utf16_cu_07 ... ok [INFO] [stdout] test slice::tests::byte_03 - should panic ... ok [INFO] [stdout] test slice::tests::char_to_line_01 ... ok [INFO] [stdout] test slice::tests::char_to_byte_01 ... ok [INFO] [stdout] test slice::tests::char_to_utf16_cu_06 - should panic ... ok [INFO] [stdout] test slice::tests::char_to_utf16_cu_05 ... ok [INFO] [stdout] test slice::tests::char_02 - should panic ... ok [INFO] [stdout] test slice::tests::cmp_rope_slice_02 ... ok [INFO] [stdout] test slice::tests::chunk_at_line_break ... ok [INFO] [stdout] test slice::tests::eq_rope_slice_03 ... ok [INFO] [stdout] test slice::tests::cmp_rope_slice_01 ... ok [INFO] [stdout] test rope::tests::utf16_cu_to_char_04 - should panic ... ok [INFO] [stdout] test slice::tests::char_to_utf16_cu_02 - should panic ... ok [INFO] [stdout] test slice::tests::eq_str_04 ... ok [INFO] [stdout] test slice::tests::chunk_at_char ... ok [INFO] [stdout] test slice::tests::eq_str_02 ... ok [INFO] [stdout] test slice::tests::char_to_line_04 - should panic ... ok [INFO] [stdout] test slice::tests::eq_rope_slice_04 ... ok [INFO] [stdout] test slice::tests::eq_str_03 ... ok [INFO] [stdout] test slice::tests::char_to_utf16_cu_04 - should panic ... ok [INFO] [stdout] test slice::tests::eq_rope_slice_05 ... ok [INFO] [stdout] test slice::tests::chunk_at_byte ... ok [INFO] [stdout] test slice::tests::eq_rope_slice_02 ... ok [INFO] [stdout] test slice::tests::eq_rope_slice_01 ... ok [INFO] [stdout] test slice::tests::len_bytes_01 ... ok [INFO] [stdout] test slice::tests::len_chars_02 ... ok [INFO] [stdout] test slice::tests::len_bytes_02 ... ok [INFO] [stdout] test slice::tests::len_chars_01 ... ok [INFO] [stdout] test slice::tests::len_utf16_cu_05 ... ok [INFO] [stdout] test slice::tests::len_lines_01 ... ok [INFO] [stdout] test slice::tests::len_utf16_cu_01 ... ok [INFO] [stdout] test slice::tests::line_03 ... ok [INFO] [stdout] test slice::tests::len_lines_02 ... ok [INFO] [stdout] test slice::tests::line_02 ... ok [INFO] [stdout] test slice::tests::line_04 ... ok [INFO] [stdout] test slice::tests::len_utf16_cu_02 ... ok [INFO] [stdout] test slice::tests::line_01 ... ok [INFO] [stdout] test slice::tests::len_utf16_cu_03 ... ok [INFO] [stdout] test slice::tests::byte_to_line_04 - should panic ... ok [INFO] [stdout] test slice::tests::len_utf16_cu_04 ... ok [INFO] [stdout] test slice::tests::char_to_utf16_cu_08 - should panic ... ok [INFO] [stdout] test slice::tests::line_05 - should panic ... ok [INFO] [stdout] test slice::tests::line_06 ... ok [INFO] [stdout] test slice::tests::line_to_byte_02 ... ok [INFO] [stdout] test slice::tests::line_to_byte_01 ... ok [INFO] [stdout] test slice::tests::slice_01 ... ok [INFO] [stdout] test slice::tests::slice_02 ... ok [INFO] [stdout] test slice::tests::line_to_byte_03 - should panic ... ok [INFO] [stdout] test slice::tests::slice_03 ... ok [INFO] [stdout] test slice::tests::to_string_03 ... ok [INFO] [stdout] test slice::tests::to_string_02 ... ok [INFO] [stdout] test slice::tests::to_string_04 ... ok [INFO] [stdout] test slice::tests::line_to_char_03 - should panic ... ok [INFO] [stdout] test slice::tests::slice_04 ... ok [INFO] [stdout] test slice::tests::to_cow_01 ... ok [INFO] [stdout] test slice::tests::slice_05 - should panic ... ok [INFO] [stdout] test slice::tests::to_string_01 ... ok [INFO] [stdout] test slice::tests::line_to_char_01 ... ok [INFO] [stdout] test slice::tests::to_cow_02 ... ok [INFO] [stdout] test slice::tests::utf16_cu_to_char_03 ... ok [INFO] [stdout] test slice::tests::slice_06 - should panic ... ok [INFO] [stdout] test str_utils::tests::byte_to_char_idx_02 ... ok [INFO] [stdout] test slice::tests::utf16_cu_to_char_02 - should panic ... ok [INFO] [stdout] test str_utils::tests::byte_to_char_idx_03 ... ok [INFO] [stdout] test slice::tests::utf16_cu_to_char_07 ... ok [INFO] [stdout] test str_utils::tests::byte_to_line_idx_01 ... ok [INFO] [stdout] test slice::tests::utf16_cu_to_char_04 - should panic ... ok [INFO] [stdout] test slice::tests::utf16_cu_to_char_05 ... ok [INFO] [stdout] test slice::tests::utf16_cu_to_char_01 ... ok [INFO] [stdout] test str_utils::tests::byte_to_line_idx_02 ... ok [INFO] [stdout] test slice::tests::utf16_cu_to_char_06 - should panic ... ok [INFO] [stdout] test slice::tests::utf16_cu_to_char_08 - should panic ... ok [INFO] [stdout] test str_utils::tests::char_to_byte_idx_02 ... ok [INFO] [stdout] test str_utils::tests::char_to_line_idx_02 ... ok [INFO] [stdout] test str_utils::tests::byte_to_line_idx_03 ... ok [INFO] [stdout] test str_utils::tests::byte_to_line_idx_04 ... ok [INFO] [stdout] test str_utils::tests::char_to_byte_idx_03 ... ok [INFO] [stdout] test str_utils::tests::char_to_byte_idx_01 ... ok [INFO] [stdout] test str_utils::tests::char_to_byte_idx_04 ... ok [INFO] [stdout] test str_utils::tests::char_to_byte_idx_05 ... ok [INFO] [stdout] test str_utils::tests::count_chars_02 ... ok [INFO] [stdout] test str_utils::tests::count_line_breaks_01 ... ok [INFO] [stdout] test str_utils::tests::count_line_breaks_02 ... ok [INFO] [stdout] test str_utils::tests::ends_with_line_break_02 ... ok [INFO] [stdout] test slice::tests::line_to_char_02 ... ok [INFO] [stdout] test str_utils::tests::count_chars_01 ... ok [INFO] [stdout] test str_utils::tests::ends_with_line_break_04 ... ok [INFO] [stdout] test str_utils::tests::line_breaks_iter_01 ... ok [INFO] [stdout] test str_utils::tests::ends_with_line_break_03 ... ok [INFO] [stdout] test str_utils::tests::char_to_line_idx_01 ... ok [INFO] [stdout] test str_utils::tests::ends_with_line_break_01 ... ok [INFO] [stdout] test str_utils::tests::line_byte_round_trip ... ok [INFO] [stdout] test str_utils::tests::line_to_char_idx_01 ... ok [INFO] [stdout] test str_utils::tests::line_to_byte_idx_03 ... ok [INFO] [stdout] test str_utils::tests::line_to_char_idx_02 ... ok [INFO] [stdout] test str_utils::tests::line_char_round_trip ... ok [INFO] [stdout] test str_utils::tests::line_to_byte_idx_02 ... ok [INFO] [stdout] test str_utils::tests::prev_line_end_char_idx_01 ... ok [INFO] [stdout] test tree::node::tests::crlf_corner_case_01 ... ok [INFO] [stdout] test tree::node::tests::crlf_corner_case_02 ... ok [INFO] [stdout] test tree::node::tests::line_to_byte_01 ... ok [INFO] [stdout] test tree::node_children::tests::search_char_idx_01 ... ok [INFO] [stdout] test tree::node::tests::line_to_char_01 ... ok [INFO] [stdout] test tree::node_children::tests::search_line_break_idx_03 ... ok [INFO] [stdout] test tree::node_children::tests::search_line_break_idx_01 ... ok [INFO] [stdout] test str_utils::tests::usize_bytes_between_127_01 ... ok [INFO] [stdout] test str_utils::tests::usize_flag_bytes_01 ... ok [INFO] [stdout] test tree::node_text::inner::tests::insert_str_01 ... ok [INFO] [stdout] test tree::node_children::tests::search_line_break_idx_02 ... ok [INFO] [stdout] test tree::node_text::inner::tests::remove_range_01 ... ok [INFO] [stdout] test tree::node_text::inner::tests::small_string_basics ... ok [INFO] [stdout] test tree::node_text::inner::tests::split_off_01 ... ok [INFO] [stdout] test str_utils::tests::line_to_byte_idx_01 ... ok [INFO] [stdout] test tree::node_children::tests::search_char_idx_range_01 ... ok [INFO] [stdout] test tree::node_text::inner::tests::truncate_01 ... ok [INFO] [stdout] test tree::node_children::tests::search_char_idx_02 - should panic ... ok [INFO] [stdout] test tree::node_children::tests::search_line_break_idx_04 - should panic ... ok [INFO] [stdout] test tree::node_children::tests::search_char_idx_range_02 - should panic ... ok [INFO] [stdout] test tree::node_text::inner::tests::insert_str_02 - should panic ... ok [INFO] [stdout] test tree::node_text::inner::tests::insert_str_03 - should panic ... ok [INFO] [stdout] test tree::node_text::inner::tests::remove_range_03 - should panic ... ok [INFO] [stdout] test tree::node_text::inner::tests::remove_range_04 - should panic ... ok [INFO] [stdout] test tree::node_text::inner::tests::remove_range_02 - should panic ... ok [INFO] [stdout] test tree::node_text::inner::tests::split_off_02 - should panic ... ok [INFO] [stdout] test tree::node_text::inner::tests::truncate_02 - should panic ... ok [INFO] [stdout] test tree::node_text::inner::tests::truncate_03 - should panic ... ok [INFO] [stdout] test tree::node_text::inner::tests::split_off_03 - should panic ... ok [INFO] [stdout] test slice::tests::eq_str_01 ... ok [INFO] [stdout] test str_utils::tests::byte_to_char_idx_01 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 329 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s [INFO] [stdout] [INFO] [stderr] Running tests/clone_rope.rs (/opt/rustwide/target/debug/deps/clone_rope-6eb251a29947ed16) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test clone_rope ... ok [INFO] [stderr] Running tests/clone_rope_to_thread.rs (/opt/rustwide/target/debug/deps/clone_rope_to_thread-ce71de7139e94624) [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test clone_rope_to_thread ... ok [INFO] [stderr] Running tests/crlf.rs (/opt/rustwide/target/debug/deps/crlf-40388adb87adbbdb) [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test crlf_removals ... ok [INFO] [stdout] test crlf_inserts ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.00s [INFO] [stdout] [INFO] [stderr] Running tests/from_str.rs (/opt/rustwide/target/debug/deps/from_str-e4f323c98b060ea3) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test from_str ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/lifetimes.rs (/opt/rustwide/target/debug/deps/lifetimes-2594d93612575553) [INFO] [stdout] [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] [stderr] Running tests/proptest_tests.rs (/opt/rustwide/target/debug/deps/proptest_tests-a30466aee2db02ca) [INFO] [stdout] [INFO] [stdout] running 34 tests [INFO] [stdout] test pt_byte_to_line_idx ... ok [INFO] [stdout] test pt_chars_iter_exact_01 ... ok [INFO] [stdout] test pt_bytes_iter_exact_01 ... ok [INFO] [stdout] test pt_char_to_byte_idx ... ok [INFO] [stdout] test pt_chunk_at_byte_slice ... ok [INFO] [stdout] test pt_byte_to_char_idx ... ok [INFO] [stdout] test pt_bytes_at_02 ... ok [INFO] [stdout] test pt_bytes_iter_prev ... ok [INFO] [stdout] test pt_chars_iter_prev ... ok [INFO] [stdout] test pt_chunk_at_char ... ok [INFO] [stdout] test pt_chunk_at_char_slice ... ok [INFO] [stdout] test pt_bytes_at_01 ... ok [INFO] [stdout] test pt_from_str_crlf ... ok [INFO] [stdout] test pt_line_to_byte_idx ... ok [INFO] [stdout] test pt_chunk_at_line_break ... ok [INFO] [stdout] test pt_chars_at_01 ... ok [INFO] [stdout] test pt_chunk_at_line_break_slice ... ok [INFO] [stdout] test pt_cmp ... ok [INFO] [stdout] test pt_chunks_iter_next_02 ... ok [INFO] [stdout] test pt_chunk_at_byte ... ok [INFO] [stdout] test pt_chars_at_02 ... ok [INFO] [stdout] test pt_slice ... ok [INFO] [stdout] test pt_from_str ... ok [INFO] [stdout] test pt_chunks_iter_prev_02 ... ok [INFO] [stdout] test pt_lines_iter_exact_01 ... ok [INFO] [stdout] test pt_remove ... ok [INFO] [stdout] test pt_insert ... ok [INFO] [stdout] test pt_split_off_and_append ... ok [INFO] [stdout] test pt_shrink_to_fit_01 ... ok [INFO] [stdout] test pt_chars_iter_next ... ok [INFO] [stdout] test pt_bytes_iter_next ... ok [INFO] [stdout] test pt_shrink_to_fit_02 ... ok [INFO] [stdout] test pt_chunks_iter_next_01 ... ok [INFO] [stdout] test pt_chunks_iter_prev_01 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 21.27s [INFO] [stdout] [INFO] [stderr] Running tests/shrink_to_fit.rs (/opt/rustwide/target/debug/deps/shrink_to_fit-4997f6b5d6b45c2f) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test shrink_to_fit ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s [INFO] [stdout] [INFO] [stderr] Running tests/small_random_inserts.rs (/opt/rustwide/target/debug/deps/small_random_inserts-692f8c7ad234bbe6) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test small_random_inserts ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] [stderr] Doc-tests sp_ropey [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/rope.rs - rope::Rope (line 74) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope (line 90) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope (line 57) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::slice (line 1071) ... ok [INFO] [stdout] test src/rope_builder.rs - rope_builder::RopeBuilder (line 27) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::remove (line 481) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.61s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a63d3f538da25a17acea414fa12a76705668afac4dbe2a2cc7cfc862686c0064", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a63d3f538da25a17acea414fa12a76705668afac4dbe2a2cc7cfc862686c0064", kill_on_drop: false }` [INFO] [stdout] a63d3f538da25a17acea414fa12a76705668afac4dbe2a2cc7cfc862686c0064