[INFO] cloning repository https://github.com/insilications/ruff-clr [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/insilications/ruff-clr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finsilications%2Fruff-clr", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finsilications%2Fruff-clr'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d18e2a5ac1fca0d416569a320e0446c3b53b4f1f [INFO] testing insilications/ruff-clr against beta-2025-09-21 for beta-1.91-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finsilications%2Fruff-clr" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/insilications/ruff-clr [INFO] finished tweaking git repo https://github.com/insilications/ruff-clr [INFO] tweaked toml for git repo https://github.com/insilications/ruff-clr written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/insilications/ruff-clr on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/insilications/ruff-clr already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0fd43f4d1a7f6f0b66b155c4e3b73bbf88785133024595a32e588b2d735a4aea [INFO] running `Command { std: "docker" "start" "-a" "0fd43f4d1a7f6f0b66b155c4e3b73bbf88785133024595a32e588b2d735a4aea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0fd43f4d1a7f6f0b66b155c4e3b73bbf88785133024595a32e588b2d735a4aea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0fd43f4d1a7f6f0b66b155c4e3b73bbf88785133024595a32e588b2d735a4aea", kill_on_drop: false }` [INFO] [stdout] 0fd43f4d1a7f6f0b66b155c4e3b73bbf88785133024595a32e588b2d735a4aea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a1bb6a25dbc44e117d001d1cfbfcdf01adab6c38f4a4602c4c2bc10884cb79a0 [INFO] running `Command { std: "docker" "start" "-a" "a1bb6a25dbc44e117d001d1cfbfcdf01adab6c38f4a4602c4c2bc10884cb79a0", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling ryu v1.0.17 [INFO] [stderr] Compiling serde_json v1.0.119 [INFO] [stderr] Compiling autocfg v1.2.0 [INFO] [stderr] Compiling unicode-width v0.1.13 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling either v1.11.0 [INFO] [stderr] Compiling schemars v0.8.21 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling rustversion v1.0.15 [INFO] [stderr] Compiling ruff_text_size v0.0.0 (/opt/rustwide/workdir/crates/ruff_text_size) [INFO] [stderr] Compiling ruff_source_file v0.0.0 (/opt/rustwide/workdir/crates/ruff_source_file) [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling linux-raw-sys v0.4.13 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_source_file/src/lib.rs:181:27 [INFO] [stdout] | [INFO] [stdout] 181 | pub fn to_source_code(&self) -> SourceCode { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 181 | pub fn to_source_code(&self) -> SourceCode<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_source_file/src/locator.rs:56:27 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn to_source_code(&self) -> SourceCode { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] 56 | pub fn to_source_code(&self) -> SourceCode<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling seahash v4.1.0 [INFO] [stderr] Compiling phf v0.11.2 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling rustc-hash v2.0.0 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling anstream v0.6.13 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling clap_lex v0.7.0 [INFO] [stderr] Compiling castaway v0.2.2 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Compiling zstd-safe v5.0.2+zstd.1.5.2 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling crossbeam-channel v0.5.12 [INFO] [stderr] Compiling syn v2.0.68 [INFO] [stderr] Compiling ruff_python_stdlib v0.0.0 (/opt/rustwide/workdir/crates/ruff_python_stdlib) [INFO] [stderr] Compiling path-slash v0.2.1 [INFO] [stderr] Compiling vte_generate_state_changes v0.1.1 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.92 [INFO] [stderr] Compiling jobserver v0.1.31 [INFO] [stderr] Compiling getrandom v0.2.14 [INFO] [stderr] Compiling crossbeam-queue v0.3.11 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling vte v0.11.1 [INFO] [stderr] Compiling unic-char-range v0.9.0 [INFO] [stderr] Compiling unic-common v0.9.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling unic-ucd-version v0.9.0 [INFO] [stderr] Compiling cc v1.0.95 [INFO] [stderr] Compiling unic-char-property v0.9.0 [INFO] [stderr] Compiling crossbeam v0.8.4 [INFO] [stderr] Compiling peg-runtime v0.8.2 [INFO] [stderr] Compiling matches v0.1.10 [INFO] [stderr] Compiling winnow v0.6.6 [INFO] [stderr] Compiling unic-ucd-category v0.9.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling filetime v0.2.23 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling ruff_python_trivia v0.0.0 (/opt/rustwide/workdir/crates/ruff_python_trivia) [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling peg-macros v0.8.2 [INFO] [stderr] Compiling nix v0.28.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling iana-time-zone v0.1.60 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Compiling phf_codegen v0.11.2 [INFO] [stderr] Compiling annotate-snippets v0.6.1 [INFO] [stderr] Compiling drop_bomb v0.1.5 [INFO] [stderr] Compiling unicode_names2_generator v1.2.2 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling dashmap v5.5.3 [INFO] [stderr] Compiling terminal_size v0.3.0 [INFO] [stderr] Compiling zstd-sys v2.0.11+zstd.1.5.6 [INFO] [stderr] Compiling clap_builder v4.5.8 [INFO] [stderr] Compiling chic v1.2.2 [INFO] [stderr] Compiling strip-ansi-escapes v0.2.0 [INFO] [stderr] Compiling quick-xml v0.31.0 [INFO] [stderr] Compiling peg v0.8.2 [INFO] [stderr] Compiling is-docker v0.2.0 [INFO] [stderr] Compiling path-dedot v3.1.1 [INFO] [stderr] Compiling yansi-term v0.1.2 [INFO] [stderr] Compiling wasm-bindgen v0.2.92 [INFO] [stderr] Compiling unscanny v0.1.0 [INFO] [stderr] Compiling annotate-snippets v0.9.2 [INFO] [stderr] Compiling countme v3.0.1 [INFO] [stderr] Compiling path-absolutize v3.1.1 [INFO] [stderr] Compiling is-wsl v0.4.0 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling dirs v5.0.1 [INFO] [stderr] Compiling unicode_names2 v1.2.2 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling colored v2.1.0 [INFO] [stderr] Compiling fern v0.6.2 [INFO] [stderr] Compiling similar v2.5.0 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling typed-arena v2.0.2 [INFO] [stderr] Compiling natord v1.0.9 [INFO] [stderr] Compiling pathdiff v0.2.1 [INFO] [stderr] Compiling camino v1.1.7 [INFO] [stderr] Compiling inotify v0.9.6 [INFO] [stderr] Compiling shellexpand v3.1.0 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling tikv-jemalloc-sys v0.5.4+5.3.0-patched [INFO] [stderr] Compiling hashlink v0.8.4 [INFO] [stderr] Compiling terminfo v0.8.0 [INFO] [stderr] Compiling etcetera v0.8.0 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling serde_derive_internals v0.29.0 [INFO] [stderr] Compiling darling_core v0.20.8 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.92 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling fs-err v2.11.0 [INFO] [stderr] Compiling regex v1.10.5 [INFO] [stderr] Compiling bstr v1.9.1 [INFO] [stderr] Compiling matchit v0.8.3 [INFO] [stderr] Compiling arc-swap v1.7.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling notify v6.1.1 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling globset v0.4.14 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.92 [INFO] [stderr] Compiling dashmap v6.0.1 [INFO] [stderr] Compiling rustls-pki-types v1.5.0 [INFO] [stderr] Compiling portable-atomic v1.6.0 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling schemars_derive v0.8.21 [INFO] [stderr] Compiling ruff_macros v0.0.0 (/opt/rustwide/workdir/crates/ruff_macros) [INFO] [stderr] Compiling is-macro v0.3.5 [INFO] [stderr] Compiling ruff_cache v0.0.0 (/opt/rustwide/workdir/crates/ruff_cache) [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling clap_derive v4.5.8 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling uuid-macro-internal v1.9.1 [INFO] [stderr] Compiling libcst_derive v1.4.0 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling uuid v1.9.1 [INFO] [stderr] Compiling darling_macro v0.20.8 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.92 [INFO] [stderr] Compiling darling v0.20.8 [INFO] [stderr] Compiling newtype-uuid v1.1.0 [INFO] [stderr] Compiling serde_with_macros v3.8.2 [INFO] [stderr] Compiling ignore v0.4.22 [INFO] [stderr] Compiling salsa-macros v0.18.0 (https://github.com/salsa-rs/salsa.git?rev=a1bf3a613f451af7fc0a59411c56abc47fe8e8e1#a1bf3a61) [INFO] [stderr] Compiling serde_repr v0.1.19 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling fastrand v2.0.2 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling libcst v1.4.0 [INFO] [stderr] Compiling tempfile v3.10.1 [INFO] [stderr] Compiling js-sys v0.3.69 [INFO] [stderr] Compiling which v6.0.1 [INFO] [stderr] Compiling ruff_index v0.0.0 (/opt/rustwide/workdir/crates/ruff_index) [INFO] [stderr] Compiling clap v4.5.8 [INFO] [stderr] Compiling clap_complete v4.5.2 [INFO] [stderr] Compiling os_str_bytes v6.6.1 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling ruff v0.5.1 (/opt/rustwide/workdir/crates/ruff) [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling rustls v0.22.4 [INFO] [stderr] Compiling clap_complete_fig v4.5.0 [INFO] [stderr] Compiling clap_complete_nushell v0.1.11 [INFO] [stderr] Compiling jod-thread v0.1.2 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Compiling argfile v0.2.0 [INFO] [stderr] Compiling cachedir v0.3.1 [INFO] [stderr] Compiling clap_complete_command v0.5.1 [INFO] [stderr] Compiling vt100 v0.15.2 [INFO] [stderr] Compiling console v0.15.8 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling nu-ansi-term v0.50.0 [INFO] [stderr] Compiling wild v2.2.1 [INFO] [stderr] Compiling rustls-webpki v0.102.3 [INFO] [stderr] Compiling subtle v2.5.0 [INFO] [stderr] Compiling zeroize v1.7.0 [INFO] [stderr] Compiling tracing-tree v0.3.1 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling webpki-roots v0.26.1 [INFO] [stderr] Compiling ctrlc v3.4.4 [INFO] [stderr] Compiling indicatif v0.17.8 [INFO] [stderr] Compiling is-terminal v0.4.12 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling base64 v0.22.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling clearscreen v3.0.0 [INFO] [stderr] Compiling yansi v0.5.1 [INFO] [stderr] Compiling console_error_panic_hook v0.1.7 [INFO] [stderr] Compiling ruff_python_resolver v0.0.0 (/opt/rustwide/workdir/crates/ruff_python_resolver) [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling pretty_assertions v1.4.0 [INFO] [stderr] Compiling imara-diff v0.1.5 [INFO] [stderr] Compiling web-sys v0.3.69 [INFO] [stderr] Compiling tracing-indicatif v0.3.6 [INFO] [stderr] Compiling ruff_python_ast_integration_tests v0.0.0 (/opt/rustwide/workdir/crates/ruff_python_ast_integration_tests) [INFO] [stderr] Compiling ruff_python_trivia_integration_tests v0.0.0 (/opt/rustwide/workdir/crates/ruff_python_trivia_integration_tests) [INFO] [stderr] Compiling console_log v1.0.0 [INFO] [stderr] Compiling compact_str v0.7.1 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling toml_datetime v0.6.6 [INFO] [stderr] Compiling serde_spanned v0.6.6 [INFO] [stderr] Compiling serde_with v3.8.2 [INFO] [stderr] Compiling rust-stemmers v1.2.0 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling serde-wasm-bindgen v0.6.5 [INFO] [stderr] Compiling pep440_rs v0.4.0 [INFO] [stderr] Compiling pep440_rs v0.6.0 [INFO] [stderr] Compiling lsp-server v0.7.6 [INFO] [stderr] Compiling lsp-types v0.95.1 (https://github.com/astral-sh/lsp-types.git?rev=3512a9f#3512a9f3) [INFO] [stderr] Compiling toml_edit v0.22.14 [INFO] [stderr] Compiling quick-junit v0.4.0 [INFO] [stderr] Compiling salsa v0.18.0 (https://github.com/salsa-rs/salsa.git?rev=a1bf3a613f451af7fc0a59411c56abc47fe8e8e1#a1bf3a61) [INFO] [stderr] Compiling ordermap v0.5.0 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling pep508_rs v0.3.0 [INFO] [stderr] Compiling ureq v2.9.7 [INFO] [stderr] Compiling imperative v1.0.5 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling ruff_diagnostics v0.0.0 (/opt/rustwide/workdir/crates/ruff_diagnostics) [INFO] [stderr] Compiling ruff_formatter v0.0.0 (/opt/rustwide/workdir/crates/ruff_formatter) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_source_file/src/lib.rs:181:27 [INFO] [stdout] | [INFO] [stdout] 181 | pub fn to_source_code(&self) -> SourceCode { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 181 | pub fn to_source_code(&self) -> SourceCode<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_source_file/src/locator.rs:56:27 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn to_source_code(&self) -> SourceCode { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] 56 | pub fn to_source_code(&self) -> SourceCode<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ruff_python_ast v0.0.0 (/opt/rustwide/workdir/crates/ruff_python_ast) [INFO] [stderr] Compiling ruff_notebook v0.0.0 (/opt/rustwide/workdir/crates/ruff_notebook) [INFO] [stderr] Compiling zstd v0.11.2+zstd.1.5.2 [INFO] [stderr] Compiling zip v0.6.6 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_formatter/src/lib.rs:196:20 [INFO] [stdout] | [INFO] [stdout] 196 | fn source_code(&self) -> SourceCode; [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] 196 | fn source_code(&self) -> SourceCode<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_formatter/src/lib.rs:242:20 [INFO] [stdout] | [INFO] [stdout] 242 | fn source_code(&self) -> SourceCode { [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] 242 | fn source_code(&self) -> SourceCode<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_formatter/src/lib.rs:329:23 [INFO] [stdout] | [INFO] [stdout] 329 | fn create_printer(&self) -> Printer { [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] 329 | fn create_printer(&self) -> Printer<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_formatter/src/buffer.rs:470:19 [INFO] [stdout] | [INFO] [stdout] 470 | fn inspect(&mut self, inspector: F) -> Inspect [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] 470 | fn inspect(&mut self, inspector: F) -> Inspect<'_, Self::Context, F> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_formatter/src/buffer.rs:515:24 [INFO] [stdout] | [INFO] [stdout] 515 | fn start_recording(&mut self) -> Recording { [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] 515 | fn start_recording(&mut self) -> Recording<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_formatter/src/builders.rs:343:19 [INFO] [stdout] | [INFO] [stdout] 343 | pub fn text(text: &str) -> Text { [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] 343 | pub fn text(text: &str) -> Text<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_formatter/src/builders.rs:459:45 [INFO] [stdout] | [INFO] [stdout] 459 | pub fn line_suffix(inner: &Content, reserved_width: u32) -> LineSuffix [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] 459 | pub fn line_suffix(inner: &Content, reserved_width: u32) -> LineSuffix<'_, Context> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_formatter/src/builders.rs:597:63 [INFO] [stdout] | [INFO] [stdout] 597 | pub fn labelled(label_id: LabelId, content: &Content) -> FormatLabelled [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] 597 | pub fn labelled(label_id: LabelId, content: &Content) -> FormatLabelled<'_, Context> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_formatter/src/builders.rs:700:42 [INFO] [stdout] | [INFO] [stdout] 700 | pub fn indent(content: &Content) -> Indent [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] 700 | pub fn indent(content: &Content) -> Indent<'_, Context> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_formatter/src/builders.rs:771:42 [INFO] [stdout] | [INFO] [stdout] 771 | pub fn dedent(content: &Content) -> Dedent [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] 771 | pub fn dedent(content: &Content) -> Dedent<'_, Context> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_formatter/src/builders.rs:846:50 [INFO] [stdout] | [INFO] [stdout] 846 | pub fn dedent_to_root(content: &Content) -> Dedent [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] 846 | pub fn dedent_to_root(content: &Content) -> Dedent<'_, Context> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_formatter/src/builders.rs:960:52 [INFO] [stdout] | [INFO] [stdout] 960 | pub fn align(count: u8, content: &Content) -> Align [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] 960 | pub fn align(count: u8, content: &Content) -> Align<'_, Context> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_formatter/src/builders.rs:1030:39 [INFO] [stdout] | [INFO] [stdout] 1030 | pub fn block_indent(content: &impl Format) -> BlockIndent { [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] 1030 | pub fn block_indent(content: &impl Format) -> BlockIndent<'_, Context> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_formatter/src/builders.rs:1101:44 [INFO] [stdout] | [INFO] [stdout] 1101 | pub fn soft_block_indent(content: &impl Format) -> BlockIndent { [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] 1101 | pub fn soft_block_indent(content: &impl Format) -> BlockIndent<'_, Context> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_formatter/src/builders.rs:1175:52 [INFO] [stdout] | [INFO] [stdout] 1175 | pub fn soft_line_indent_or_space(content: &impl Format) -> BlockIndent { [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] 1175 | pub fn soft_line_indent_or_space(content: &impl Format) -> BlockIndent<'_, Context> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_formatter/src/builders.rs:1308:53 [INFO] [stdout] | [INFO] [stdout] 1308 | pub fn soft_space_or_block_indent(content: &impl Format) -> BlockIndent { [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] 1308 | pub fn soft_space_or_block_indent(content: &impl Format) -> BlockIndent<'_, Context> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_formatter/src/builders.rs:1388:32 [INFO] [stdout] | [INFO] [stdout] 1388 | pub fn group(content: &impl Format) -> Group { [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] 1388 | pub fn group(content: &impl Format) -> Group<'_, Context> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_formatter/src/builders.rs:1550:14 [INFO] [stdout] | [INFO] [stdout] 1550 | content: &impl Format, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 1551 | ) -> BestFitParenthesize { [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] 1551 | ) -> BestFitParenthesize<'_, Context> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_formatter/src/builders.rs:1689:14 [INFO] [stdout] | [INFO] [stdout] 1689 | content: &Content, [INFO] [stdout] | ^^^^^^^^ the lifetime is elided here [INFO] [stdout] 1690 | condition: Condition, [INFO] [stdout] 1691 | ) -> ConditionalGroup [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] 1691 | ) -> ConditionalGroup<'_, Context> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_formatter/src/builders.rs:1852:51 [INFO] [stdout] | [INFO] [stdout] 1852 | pub fn if_group_breaks(content: &Content) -> IfGroupBreaks [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] 1852 | pub fn if_group_breaks(content: &Content) -> IfGroupBreaks<'_, Context> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_formatter/src/builders.rs:1933:62 [INFO] [stdout] | [INFO] [stdout] 1933 | pub fn if_group_fits_on_line(flat_content: &Content) -> IfGroupBreaks [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] 1933 | pub fn if_group_fits_on_line(flat_content: &Content) -> IfGroupBreaks<'_, Context> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_formatter/src/builders.rs:2120:14 [INFO] [stdout] | [INFO] [stdout] 2120 | content: &Content, [INFO] [stdout] | ^^^^^^^^ the lifetime is elided here [INFO] [stdout] 2121 | group_id: GroupId, [INFO] [stdout] 2122 | ) -> IndentIfGroupBreaks [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] 2122 | ) -> IndentIfGroupBreaks<'_, Context> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_formatter/src/builders.rs:2205:49 [INFO] [stdout] | [INFO] [stdout] 2205 | pub fn fits_expanded(content: &Content) -> FitsExpanded [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] 2205 | pub fn fits_expanded(content: &Content) -> FitsExpanded<'_, Context> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_formatter/src/format_element.rs:200:49 [INFO] [stdout] | [INFO] [stdout] 200 | pub fn normalize_newlines(text: &str, terminators: [char; N]) -> Cow { [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] 200 | pub fn normalize_newlines(text: &str, terminators: [char; N]) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> crates/ruff_formatter/src/format_element/document.rs:154:66 [INFO] [stdout] | [INFO] [stdout] 154 | pub fn display<'a>(&'a self, source_code: SourceCode<'a>) -> DisplayDocument { [INFO] [stdout] | -- -- ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is named here the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 154 | pub fn display<'a>(&'a self, source_code: SourceCode<'a>) -> DisplayDocument<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_formatter/src/format_element/document.rs:225:20 [INFO] [stdout] | [INFO] [stdout] 225 | fn source_code(&self) -> SourceCode { [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] 225 | fn source_code(&self) -> SourceCode<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling toml v0.8.14 [INFO] [stderr] Compiling red_knot_module_resolver v0.0.0 (/opt/rustwide/workdir/crates/red_knot_module_resolver) [INFO] [stderr] Compiling pyproject-toml v0.9.0 [INFO] [stderr] Compiling ruff_benchmark v0.0.0 (/opt/rustwide/workdir/crates/ruff_benchmark) [INFO] [stdout] warning: unexpected `cfg` condition name: `codspeed` [INFO] [stdout] --> crates/ruff_benchmark/src/criterion.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | #[cfg(not(codspeed))] [INFO] [stdout] | ^^^^^^^^ help: found config with similar value: `feature = "codspeed"` [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(codspeed)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(codspeed)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `codspeed` [INFO] [stdout] --> crates/ruff_benchmark/src/criterion.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | #[cfg(not(codspeed))] [INFO] [stdout] | ^^^^^^^^ help: found config with similar value: `feature = "codspeed"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(codspeed)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(codspeed)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `codspeed` [INFO] [stdout] --> crates/ruff_benchmark/src/criterion.rs:10:7 [INFO] [stdout] | [INFO] [stdout] 10 | #[cfg(codspeed)] [INFO] [stdout] | ^^^^^^^^ help: found config with similar value: `feature = "codspeed"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(codspeed)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(codspeed)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/helpers.rs:715:54 [INFO] [stdout] | [INFO] [stdout] 715 | pub fn format_import_from(level: u32, module: Option<&str>) -> Cow { [INFO] [stdout] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 715 | pub fn format_import_from(level: u32, module: Option<&str>) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:26:24 [INFO] [stdout] | [INFO] [stdout] 26 | fn as_any_node_ref(&self) -> AnyNodeRef; [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] 26 | fn as_any_node_ref(&self) -> AnyNodeRef<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:544:25 [INFO] [stdout] | [INFO] [stdout] 544 | pub const fn as_ref(&self) -> AnyNodeRef { [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] 544 | pub const fn as_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:660:23 [INFO] [stdout] | [INFO] [stdout] 660 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 660 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:672:24 [INFO] [stdout] | [INFO] [stdout] 672 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 672 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:703:23 [INFO] [stdout] | [INFO] [stdout] 703 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 703 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:715:24 [INFO] [stdout] | [INFO] [stdout] 715 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 715 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:745:23 [INFO] [stdout] | [INFO] [stdout] 745 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 745 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:757:24 [INFO] [stdout] | [INFO] [stdout] 757 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 757 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: for loop over a `&Option`. This is more readably written as an `if let` statement [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:788:21 [INFO] [stdout] | [INFO] [stdout] 788 | for expr in returns { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(for_loops_over_fallibles)]` on by default [INFO] [stdout] help: to check pattern in a loop use `while let` [INFO] [stdout] | [INFO] [stdout] 788 - for expr in returns { [INFO] [stdout] 788 + while let Some(expr) = returns { [INFO] [stdout] | [INFO] [stdout] help: consider using `if let` to clear intent [INFO] [stdout] | [INFO] [stdout] 788 - for expr in returns { [INFO] [stdout] 788 + if let Some(expr) = returns { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:809:23 [INFO] [stdout] | [INFO] [stdout] 809 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 809 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:821:24 [INFO] [stdout] | [INFO] [stdout] 821 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 821 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:869:23 [INFO] [stdout] | [INFO] [stdout] 869 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 869 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:881:24 [INFO] [stdout] | [INFO] [stdout] 881 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 881 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:912:23 [INFO] [stdout] | [INFO] [stdout] 912 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 912 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:924:24 [INFO] [stdout] | [INFO] [stdout] 924 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 924 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:955:23 [INFO] [stdout] | [INFO] [stdout] 955 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 955 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:967:24 [INFO] [stdout] | [INFO] [stdout] 967 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 967 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1006:23 [INFO] [stdout] | [INFO] [stdout] 1006 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 1006 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1018:24 [INFO] [stdout] | [INFO] [stdout] 1018 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 1018 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1056:23 [INFO] [stdout] | [INFO] [stdout] 1056 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 1056 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1068:24 [INFO] [stdout] | [INFO] [stdout] 1068 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 1068 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1105:23 [INFO] [stdout] | [INFO] [stdout] 1105 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 1105 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1117:24 [INFO] [stdout] | [INFO] [stdout] 1117 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 1117 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1157:23 [INFO] [stdout] | [INFO] [stdout] 1157 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 1157 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1169:24 [INFO] [stdout] | [INFO] [stdout] 1169 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 1169 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1208:23 [INFO] [stdout] | [INFO] [stdout] 1208 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 1208 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1220:24 [INFO] [stdout] | [INFO] [stdout] 1220 | fn as_any_node_ref(&self) -> AnyNodeRef { [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 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1257:23 [INFO] [stdout] | [INFO] [stdout] 1257 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 1257 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1269:24 [INFO] [stdout] | [INFO] [stdout] 1269 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 1269 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1308:23 [INFO] [stdout] | [INFO] [stdout] 1308 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 1308 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1320:24 [INFO] [stdout] | [INFO] [stdout] 1320 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 1320 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1356:23 [INFO] [stdout] | [INFO] [stdout] 1356 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 1356 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1368:24 [INFO] [stdout] | [INFO] [stdout] 1368 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 1368 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1406:23 [INFO] [stdout] | [INFO] [stdout] 1406 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 1406 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1418:24 [INFO] [stdout] | [INFO] [stdout] 1418 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 1418 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1455:23 [INFO] [stdout] | [INFO] [stdout] 1455 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 1455 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1467:24 [INFO] [stdout] | [INFO] [stdout] 1467 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 1467 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1506:23 [INFO] [stdout] | [INFO] [stdout] 1506 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 1506 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1518:24 [INFO] [stdout] | [INFO] [stdout] 1518 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 1518 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1560:23 [INFO] [stdout] | [INFO] [stdout] 1560 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 1560 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1572:24 [INFO] [stdout] | [INFO] [stdout] 1572 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 1572 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1608:23 [INFO] [stdout] | [INFO] [stdout] 1608 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 1608 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1620:24 [INFO] [stdout] | [INFO] [stdout] 1620 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 1620 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1652:23 [INFO] [stdout] | [INFO] [stdout] 1652 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 1652 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1664:24 [INFO] [stdout] | [INFO] [stdout] 1664 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 1664 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1701:23 [INFO] [stdout] | [INFO] [stdout] 1701 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 1701 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1713:24 [INFO] [stdout] | [INFO] [stdout] 1713 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 1713 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1741:23 [INFO] [stdout] | [INFO] [stdout] 1741 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 1741 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1753:24 [INFO] [stdout] | [INFO] [stdout] 1753 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 1753 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1781:23 [INFO] [stdout] | [INFO] [stdout] 1781 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 1781 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1793:24 [INFO] [stdout] | [INFO] [stdout] 1793 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 1793 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1823:23 [INFO] [stdout] | [INFO] [stdout] 1823 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 1823 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1835:24 [INFO] [stdout] | [INFO] [stdout] 1835 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 1835 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1863:23 [INFO] [stdout] | [INFO] [stdout] 1863 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 1863 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1875:24 [INFO] [stdout] | [INFO] [stdout] 1875 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 1875 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1903:23 [INFO] [stdout] | [INFO] [stdout] 1903 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 1903 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1915:24 [INFO] [stdout] | [INFO] [stdout] 1915 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 1915 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1943:23 [INFO] [stdout] | [INFO] [stdout] 1943 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 1943 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1955:24 [INFO] [stdout] | [INFO] [stdout] 1955 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 1955 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1983:23 [INFO] [stdout] | [INFO] [stdout] 1983 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 1983 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:1995:24 [INFO] [stdout] | [INFO] [stdout] 1995 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 1995 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2039:23 [INFO] [stdout] | [INFO] [stdout] 2039 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 2039 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2051:24 [INFO] [stdout] | [INFO] [stdout] 2051 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 2051 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2085:23 [INFO] [stdout] | [INFO] [stdout] 2085 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 2085 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2097:24 [INFO] [stdout] | [INFO] [stdout] 2097 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 2097 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2133:23 [INFO] [stdout] | [INFO] [stdout] 2133 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 2133 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2145:24 [INFO] [stdout] | [INFO] [stdout] 2145 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 2145 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2181:23 [INFO] [stdout] | [INFO] [stdout] 2181 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 2181 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2193:24 [INFO] [stdout] | [INFO] [stdout] 2193 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 2193 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2230:23 [INFO] [stdout] | [INFO] [stdout] 2230 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 2230 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2242:24 [INFO] [stdout] | [INFO] [stdout] 2242 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 2242 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2280:23 [INFO] [stdout] | [INFO] [stdout] 2280 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 2280 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2292:24 [INFO] [stdout] | [INFO] [stdout] 2292 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 2292 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2327:23 [INFO] [stdout] | [INFO] [stdout] 2327 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 2327 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2339:24 [INFO] [stdout] | [INFO] [stdout] 2339 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 2339 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2371:23 [INFO] [stdout] | [INFO] [stdout] 2371 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 2371 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2383:24 [INFO] [stdout] | [INFO] [stdout] 2383 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 2383 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2420:23 [INFO] [stdout] | [INFO] [stdout] 2420 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 2420 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2432:24 [INFO] [stdout] | [INFO] [stdout] 2432 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 2432 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2469:23 [INFO] [stdout] | [INFO] [stdout] 2469 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 2469 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2481:24 [INFO] [stdout] | [INFO] [stdout] 2481 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 2481 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2521:23 [INFO] [stdout] | [INFO] [stdout] 2521 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 2521 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2533:24 [INFO] [stdout] | [INFO] [stdout] 2533 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 2533 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2570:23 [INFO] [stdout] | [INFO] [stdout] 2570 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 2570 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2582:24 [INFO] [stdout] | [INFO] [stdout] 2582 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 2582 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2611:23 [INFO] [stdout] | [INFO] [stdout] 2611 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 2611 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2623:24 [INFO] [stdout] | [INFO] [stdout] 2623 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 2623 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2654:23 [INFO] [stdout] | [INFO] [stdout] 2654 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 2654 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2666:24 [INFO] [stdout] | [INFO] [stdout] 2666 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 2666 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2695:23 [INFO] [stdout] | [INFO] [stdout] 2695 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 2695 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2707:24 [INFO] [stdout] | [INFO] [stdout] 2707 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 2707 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2747:23 [INFO] [stdout] | [INFO] [stdout] 2747 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 2747 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2759:24 [INFO] [stdout] | [INFO] [stdout] 2759 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 2759 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2793:23 [INFO] [stdout] | [INFO] [stdout] 2793 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 2793 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2805:24 [INFO] [stdout] | [INFO] [stdout] 2805 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 2805 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2835:23 [INFO] [stdout] | [INFO] [stdout] 2835 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 2835 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2847:24 [INFO] [stdout] | [INFO] [stdout] 2847 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 2847 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2886:23 [INFO] [stdout] | [INFO] [stdout] 2886 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 2886 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2898:24 [INFO] [stdout] | [INFO] [stdout] 2898 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 2898 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2925:23 [INFO] [stdout] | [INFO] [stdout] 2925 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 2925 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2937:24 [INFO] [stdout] | [INFO] [stdout] 2937 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 2937 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2976:23 [INFO] [stdout] | [INFO] [stdout] 2976 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 2976 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:2988:24 [INFO] [stdout] | [INFO] [stdout] 2988 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 2988 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3020:23 [INFO] [stdout] | [INFO] [stdout] 3020 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 3020 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3032:24 [INFO] [stdout] | [INFO] [stdout] 3032 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 3032 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3064:23 [INFO] [stdout] | [INFO] [stdout] 3064 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 3064 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3076:24 [INFO] [stdout] | [INFO] [stdout] 3076 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 3076 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3103:23 [INFO] [stdout] | [INFO] [stdout] 3103 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 3103 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3115:24 [INFO] [stdout] | [INFO] [stdout] 3115 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 3115 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3142:23 [INFO] [stdout] | [INFO] [stdout] 3142 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 3142 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3154:24 [INFO] [stdout] | [INFO] [stdout] 3154 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 3154 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3181:23 [INFO] [stdout] | [INFO] [stdout] 3181 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 3181 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3193:24 [INFO] [stdout] | [INFO] [stdout] 3193 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 3193 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3220:23 [INFO] [stdout] | [INFO] [stdout] 3220 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 3220 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3232:24 [INFO] [stdout] | [INFO] [stdout] 3232 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 3232 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3267:23 [INFO] [stdout] | [INFO] [stdout] 3267 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 3267 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3279:24 [INFO] [stdout] | [INFO] [stdout] 3279 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 3279 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3314:23 [INFO] [stdout] | [INFO] [stdout] 3314 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 3314 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3326:24 [INFO] [stdout] | [INFO] [stdout] 3326 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 3326 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3360:23 [INFO] [stdout] | [INFO] [stdout] 3360 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 3360 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3372:24 [INFO] [stdout] | [INFO] [stdout] 3372 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 3372 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3405:23 [INFO] [stdout] | [INFO] [stdout] 3405 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 3405 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3417:24 [INFO] [stdout] | [INFO] [stdout] 3417 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 3417 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3453:23 [INFO] [stdout] | [INFO] [stdout] 3453 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 3453 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3465:24 [INFO] [stdout] | [INFO] [stdout] 3465 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 3465 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3502:23 [INFO] [stdout] | [INFO] [stdout] 3502 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 3502 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3514:24 [INFO] [stdout] | [INFO] [stdout] 3514 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 3514 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3556:23 [INFO] [stdout] | [INFO] [stdout] 3556 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 3556 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3568:24 [INFO] [stdout] | [INFO] [stdout] 3568 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 3568 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3601:23 [INFO] [stdout] | [INFO] [stdout] 3601 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 3601 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3613:24 [INFO] [stdout] | [INFO] [stdout] 3613 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 3613 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3650:23 [INFO] [stdout] | [INFO] [stdout] 3650 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 3650 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3662:24 [INFO] [stdout] | [INFO] [stdout] 3662 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 3662 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3691:23 [INFO] [stdout] | [INFO] [stdout] 3691 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 3691 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3703:24 [INFO] [stdout] | [INFO] [stdout] 3703 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 3703 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3732:23 [INFO] [stdout] | [INFO] [stdout] 3732 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 3732 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3744:24 [INFO] [stdout] | [INFO] [stdout] 3744 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 3744 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3775:23 [INFO] [stdout] | [INFO] [stdout] 3775 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 3775 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3787:24 [INFO] [stdout] | [INFO] [stdout] 3787 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 3787 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3824:23 [INFO] [stdout] | [INFO] [stdout] 3824 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 3824 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3836:24 [INFO] [stdout] | [INFO] [stdout] 3836 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 3836 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3870:23 [INFO] [stdout] | [INFO] [stdout] 3870 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 3870 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3882:24 [INFO] [stdout] | [INFO] [stdout] 3882 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 3882 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3911:23 [INFO] [stdout] | [INFO] [stdout] 3911 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 3911 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3923:24 [INFO] [stdout] | [INFO] [stdout] 3923 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 3923 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3958:23 [INFO] [stdout] | [INFO] [stdout] 3958 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 3958 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:3970:24 [INFO] [stdout] | [INFO] [stdout] 3970 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 3970 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4001:23 [INFO] [stdout] | [INFO] [stdout] 4001 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 4001 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4013:24 [INFO] [stdout] | [INFO] [stdout] 4013 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 4013 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4053:23 [INFO] [stdout] | [INFO] [stdout] 4053 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 4053 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4065:24 [INFO] [stdout] | [INFO] [stdout] 4065 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 4065 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4100:23 [INFO] [stdout] | [INFO] [stdout] 4100 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 4100 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4112:24 [INFO] [stdout] | [INFO] [stdout] 4112 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 4112 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4152:23 [INFO] [stdout] | [INFO] [stdout] 4152 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 4152 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4164:24 [INFO] [stdout] | [INFO] [stdout] 4164 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 4164 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4197:23 [INFO] [stdout] | [INFO] [stdout] 4197 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 4197 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4209:24 [INFO] [stdout] | [INFO] [stdout] 4209 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 4209 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4244:23 [INFO] [stdout] | [INFO] [stdout] 4244 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 4244 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4256:24 [INFO] [stdout] | [INFO] [stdout] 4256 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 4256 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4292:23 [INFO] [stdout] | [INFO] [stdout] 4292 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 4292 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4304:24 [INFO] [stdout] | [INFO] [stdout] 4304 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 4304 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4340:23 [INFO] [stdout] | [INFO] [stdout] 4340 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 4340 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4352:24 [INFO] [stdout] | [INFO] [stdout] 4352 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 4352 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4386:23 [INFO] [stdout] | [INFO] [stdout] 4386 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 4386 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4398:24 [INFO] [stdout] | [INFO] [stdout] 4398 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 4398 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4431:23 [INFO] [stdout] | [INFO] [stdout] 4431 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 4431 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4443:24 [INFO] [stdout] | [INFO] [stdout] 4443 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 4443 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4481:23 [INFO] [stdout] | [INFO] [stdout] 4481 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 4481 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4493:24 [INFO] [stdout] | [INFO] [stdout] 4493 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 4493 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4533:23 [INFO] [stdout] | [INFO] [stdout] 4533 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 4533 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4545:24 [INFO] [stdout] | [INFO] [stdout] 4545 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 4545 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4578:23 [INFO] [stdout] | [INFO] [stdout] 4578 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 4578 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4590:24 [INFO] [stdout] | [INFO] [stdout] 4590 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 4590 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4625:23 [INFO] [stdout] | [INFO] [stdout] 4625 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 4625 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4637:24 [INFO] [stdout] | [INFO] [stdout] 4637 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 4637 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4677:23 [INFO] [stdout] | [INFO] [stdout] 4677 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 4677 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4689:24 [INFO] [stdout] | [INFO] [stdout] 4689 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 4689 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4725:23 [INFO] [stdout] | [INFO] [stdout] 4725 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 4725 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4737:24 [INFO] [stdout] | [INFO] [stdout] 4737 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 4737 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4773:23 [INFO] [stdout] | [INFO] [stdout] 4773 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 4773 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4785:24 [INFO] [stdout] | [INFO] [stdout] 4785 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 4785 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4821:23 [INFO] [stdout] | [INFO] [stdout] 4821 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 4821 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4833:24 [INFO] [stdout] | [INFO] [stdout] 4833 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 4833 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4860:23 [INFO] [stdout] | [INFO] [stdout] 4860 | fn cast_ref(kind: AnyNodeRef) -> Option<&Self> { [INFO] [stdout] | ^^^^^^^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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] 4860 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option<&Self> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4872:24 [INFO] [stdout] | [INFO] [stdout] 4872 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 4872 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:4987:23 [INFO] [stdout] | [INFO] [stdout] 4987 | fn cast_ref(kind: AnyNodeRef) -> Option> { [INFO] [stdout] | ^^^^^^^^^^ ^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 4987 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:5184:24 [INFO] [stdout] | [INFO] [stdout] 5184 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 5184 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:5293:23 [INFO] [stdout] | [INFO] [stdout] 5293 | fn cast_ref(kind: AnyNodeRef) -> Option> { [INFO] [stdout] | ^^^^^^^^^^ ^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the 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: consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 5293 | fn cast_ref(kind: AnyNodeRef<'_>) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/node.rs:5311:24 [INFO] [stdout] | [INFO] [stdout] 5311 | fn as_any_node_ref(&self) -> AnyNodeRef { [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] 5311 | fn as_any_node_ref(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/nodes.rs:834:22 [INFO] [stdout] | [INFO] [stdout] 834 | pub fn iter_keys(&self) -> DictKeyIterator { [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] 834 | pub fn iter_keys(&self) -> DictKeyIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/nodes.rs:840:24 [INFO] [stdout] | [INFO] [stdout] 840 | pub fn iter_values(&self) -> DictValueIterator { [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] 840 | pub fn iter_values(&self) -> DictValueIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/nodes.rs:1248:17 [INFO] [stdout] | [INFO] [stdout] 1248 | pub fn iter(&self) -> Iter { [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] 1248 | pub fn iter(&self) -> Iter<'_, FStringPart> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/nodes.rs:1254:28 [INFO] [stdout] | [INFO] [stdout] 1254 | pub(crate) fn iter_mut(&mut self) -> IterMut { [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] 1254 | pub(crate) fn iter_mut(&mut self) -> IterMut<'_, FStringPart> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/nodes.rs:1701:17 [INFO] [stdout] | [INFO] [stdout] 1701 | pub fn iter(&self) -> Iter { [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] 1701 | pub fn iter(&self) -> Iter<'_, StringLiteral> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/nodes.rs:1707:28 [INFO] [stdout] | [INFO] [stdout] 1707 | pub(crate) fn iter_mut(&mut self) -> IterMut { [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] 1707 | pub(crate) fn iter_mut(&mut self) -> IterMut<'_, StringLiteral> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/nodes.rs:2090:17 [INFO] [stdout] | [INFO] [stdout] 2090 | pub fn iter(&self) -> Iter { [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] 2090 | pub fn iter(&self) -> Iter<'_, BytesLiteral> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/nodes.rs:2096:28 [INFO] [stdout] | [INFO] [stdout] 2096 | pub(crate) fn iter_mut(&mut self) -> IterMut { [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] 2096 | pub(crate) fn iter_mut(&mut self) -> IterMut<'_, BytesLiteral> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/nodes.rs:3323:17 [INFO] [stdout] | [INFO] [stdout] 3323 | pub fn iter(&self) -> ParametersIterator { [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] 3323 | pub fn iter(&self) -> ParametersIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_ast/src/stmt_if.rs:36:34 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn if_elif_branches(stmt_if: &StmtIf) -> impl Iterator { [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] 36 | pub fn if_elif_branches(stmt_if: &StmtIf) -> impl Iterator> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: for loop over a `&Option`. This is more readably written as an `if let` statement [INFO] [stdout] --> crates/ruff_python_ast/src/visitor.rs:146:25 [INFO] [stdout] | [INFO] [stdout] 146 | for expr in returns { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: to check pattern in a loop use `while let` [INFO] [stdout] | [INFO] [stdout] 146 - for expr in returns { [INFO] [stdout] 146 + while let Some(expr) = returns { [INFO] [stdout] | [INFO] [stdout] help: consider using `if let` to clear intent [INFO] [stdout] | [INFO] [stdout] 146 - for expr in returns { [INFO] [stdout] 146 + if let Some(expr) = returns { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: for loop over a `&mut Option`. This is more readably written as an `if let` statement [INFO] [stdout] --> crates/ruff_python_ast/src/visitor/transformer.rs:133:25 [INFO] [stdout] | [INFO] [stdout] 133 | for expr in returns { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: to check pattern in a loop use `while let` [INFO] [stdout] | [INFO] [stdout] 133 - for expr in returns { [INFO] [stdout] 133 + while let Some(expr) = returns { [INFO] [stdout] | [INFO] [stdout] help: consider using `if let` to clear intent [INFO] [stdout] | [INFO] [stdout] 133 - for expr in returns { [INFO] [stdout] 133 + if let Some(expr) = returns { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ruff_python_parser v0.0.0 (/opt/rustwide/workdir/crates/ruff_python_parser) [INFO] [stderr] Compiling ruff_python_literal v0.0.0 (/opt/rustwide/workdir/crates/ruff_python_literal) [INFO] [stderr] Compiling ruff_python_semantic v0.0.0 (/opt/rustwide/workdir/crates/ruff_python_semantic) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_parser/src/lib.rs:375:30 [INFO] [stdout] | [INFO] [stdout] 375 | pub fn iter_with_context(&self) -> TokenIterWithContext { [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] 375 | pub fn iter_with_context(&self) -> TokenIterWithContext<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_parser/src/lexer.rs:1654:20 [INFO] [stdout] | [INFO] [stdout] 1654 | pub fn lex(source: &str, mode: Mode) -> Lexer { [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] 1654 | pub fn lex(source: &str, mode: Mode) -> Lexer<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ruff_python_codegen v0.0.0 (/opt/rustwide/workdir/crates/ruff_python_codegen) [INFO] [stderr] Compiling ruff_python_formatter v0.0.0 (/opt/rustwide/workdir/crates/ruff_python_formatter) [INFO] [stderr] Compiling ruff_python_index v0.0.0 (/opt/rustwide/workdir/crates/ruff_python_index) [INFO] [stderr] Compiling ruff_db v0.0.0 (/opt/rustwide/workdir/crates/ruff_db) [INFO] [stderr] Compiling ruff_linter v0.5.1 (/opt/rustwide/workdir/crates/ruff_linter) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_db/src/file_system.rs:200:23 [INFO] [stdout] | [INFO] [stdout] 200 | pub fn components(&self) -> camino::Utf8Components { [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] 200 | pub fn components(&self) -> camino::Utf8Components<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_db/src/vendored.rs:84:21 [INFO] [stdout] | [INFO] [stdout] 84 | fn lock_archive(&self) -> LockedZipArchive { [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] 84 | fn lock_archive(&self) -> LockedZipArchive<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_db/src/vendored.rs:205:20 [INFO] [stdout] | [INFO] [stdout] 205 | fn lookup_path(&mut self, path: &NormalizedVendoredPath) -> Result { [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] 205 | fn lookup_path(&mut self, path: &NormalizedVendoredPath) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_db/src/vendored/path.rs:30:23 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn components(&self) -> Utf8Components { [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] 30 | pub fn components(&self) -> Utf8Components<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/red_knot_module_resolver/src/module.rs:44:31 [INFO] [stdout] | [INFO] [stdout] 44 | pub(crate) fn search_path(&self) -> ModuleResolutionPathRef { [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] 44 | pub(crate) fn search_path(&self) -> ModuleResolutionPathRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling red_knot_python_semantic v0.0.0 (/opt/rustwide/workdir/crates/red_knot_python_semantic) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_formatter/src/comments/mod.rs:363:48 [INFO] [stdout] | [INFO] [stdout] 363 | pub(crate) fn leading_dangling_trailing(&self, node: T) -> LeadingDanglingTrailingComments [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] 363 | pub(crate) fn leading_dangling_trailing(&self, node: T) -> LeadingDanglingTrailingComments<'_> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_formatter/src/comments/format.rs:16:46 [INFO] [stdout] | [INFO] [stdout] 16 | pub(crate) fn leading_node_comments(node: &T) -> FormatLeadingComments [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] 16 | pub(crate) fn leading_node_comments(node: &T) -> FormatLeadingComments<'_> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_formatter/src/comments/format.rs:24:48 [INFO] [stdout] | [INFO] [stdout] 24 | pub(crate) const fn leading_comments(comments: &[SourceComment]) -> FormatLeadingComments { [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] 24 | pub(crate) const fn leading_comments(comments: &[SourceComment]) -> FormatLeadingComments<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_formatter/src/comments/format.rs:138:43 [INFO] [stdout] | [INFO] [stdout] 138 | pub(crate) fn trailing_comments(comments: &[SourceComment]) -> FormatTrailingComments { [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] 138 | pub(crate) fn trailing_comments(comments: &[SourceComment]) -> FormatTrailingComments<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_formatter/src/comments/format.rs:195:47 [INFO] [stdout] | [INFO] [stdout] 195 | pub(crate) fn dangling_node_comments(node: &T) -> FormatDanglingComments [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] 195 | pub(crate) fn dangling_node_comments(node: &T) -> FormatDanglingComments<'_> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_formatter/src/comments/format.rs:202:43 [INFO] [stdout] | [INFO] [stdout] 202 | pub(crate) fn dangling_comments(comments: &[SourceComment]) -> FormatDanglingComments { [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] 202 | pub(crate) fn dangling_comments(comments: &[SourceComment]) -> FormatDanglingComments<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_formatter/src/comments/format.rs:262:15 [INFO] [stdout] | [INFO] [stdout] 262 | comments: &[SourceComment], [INFO] [stdout] | ^^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 263 | ) -> FormatDanglingOpenParenthesisComments { [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 | ) -> FormatDanglingOpenParenthesisComments<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_formatter/src/comments/format.rs:295:45 [INFO] [stdout] | [INFO] [stdout] 295 | pub(crate) const fn format_comment(comment: &SourceComment) -> FormatComment { [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] 295 | pub(crate) const fn format_comment(comment: &SourceComment) -> FormatComment<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_formatter/src/comments/format.rs:363:14 [INFO] [stdout] | [INFO] [stdout] 363 | comment: &SourceComment, [INFO] [stdout] | ^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 364 | ) -> FormatTrailingEndOfLineComment { [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] 364 | ) -> FormatTrailingEndOfLineComment<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_formatter/src/comments/format.rs:539:15 [INFO] [stdout] | [INFO] [stdout] 539 | comments: &[SourceComment], [INFO] [stdout] | ^^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 540 | node_kind: NodeKind, [INFO] [stdout] 541 | ) -> FormatEmptyLinesBeforeTrailingComments { [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] 541 | ) -> FormatEmptyLinesBeforeTrailingComments<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_formatter/src/comments/format.rs:592:15 [INFO] [stdout] | [INFO] [stdout] 592 | comments: &[SourceComment], [INFO] [stdout] | ^^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 593 | ) -> FormatEmptyLinesAfterLeadingComments { [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] 593 | ) -> FormatEmptyLinesAfterLeadingComments<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_formatter/src/comments/map.rs:253:45 [INFO] [stdout] | [INFO] [stdout] 253 | pub(super) fn leading_dangling_trailing(&self, key: &K) -> LeadingDanglingTrailing { [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] 253 | pub(super) fn leading_dangling_trailing(&self, key: &K) -> LeadingDanglingTrailing<'_, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_formatter/src/comments/node_key.rs:21:24 [INFO] [stdout] | [INFO] [stdout] 21 | pub(super) fn node(&self) -> AnyNodeRef { [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] 21 | pub(super) fn node(&self) -> AnyNodeRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_formatter/src/context.rs:127:20 [INFO] [stdout] | [INFO] [stdout] 127 | fn source_code(&self) -> SourceCode { [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] 127 | fn source_code(&self) -> SourceCode<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_formatter/src/expression/expr_number_literal.rs:67:29 [INFO] [stdout] | [INFO] [stdout] 67 | fn normalize_integer(input: &str) -> Cow { [INFO] [stdout] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 67 | fn normalize_integer(input: &str) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_formatter/src/expression/expr_number_literal.rs:112:37 [INFO] [stdout] | [INFO] [stdout] 112 | fn normalize_floating_number(input: &str) -> Cow { [INFO] [stdout] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 112 | fn normalize_floating_number(input: &str) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_formatter/src/string/docstring.rs:992:58 [INFO] [stdout] | [INFO] [stdout] 992 | fn new(original: InputDocstringLine<'src>) -> Option { [INFO] [stdout] | ---- ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'src` [INFO] [stdout] | [INFO] [stdout] 992 | fn new(original: InputDocstringLine<'src>) -> Option> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_formatter/src/string/docstring.rs:1027:69 [INFO] [stdout] | [INFO] [stdout] 1027 | fn new_code_block(original: InputDocstringLine<'src>) -> Option { [INFO] [stdout] | ---- ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'src` [INFO] [stdout] | [INFO] [stdout] 1027 | fn new_code_block(original: InputDocstringLine<'src>) -> Option> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_formatter/src/string/normalize.rs:434:12 [INFO] [stdout] | [INFO] [stdout] 434 | input: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 438 | ) -> Cow { [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] 438 | ) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/ruff_python_formatter/src/string/normalize.rs:599:31 [INFO] [stdout] | [INFO] [stdout] 599 | fn normalize(self, input: &str) -> Option> { [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] 599 | fn normalize(self, input: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> crates/red_knot_python_semantic/src/semantic_index.rs:31:75 [INFO] [stdout] | [INFO] [stdout] 31 | pub(crate) fn semantic_index(db: &dyn Db, file: VfsFile) -> SemanticIndex<'_> { [INFO] [stdout] | - ^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | the same lifetime is named 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: consistently use `'__db` [INFO] [stdout] | [INFO] [stdout] 31 | pub(crate) fn semantic_index(db: &dyn Db, file: VfsFile) -> SemanticIndex<'__db> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> crates/red_knot_python_semantic/src/semantic_index.rs:54:65 [INFO] [stdout] | [INFO] [stdout] 54 | pub(crate) fn root_scope(db: &dyn Db, file: VfsFile) -> ScopeId<'_> { [INFO] [stdout] | - ^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'__db` [INFO] [stdout] | [INFO] [stdout] 54 | pub(crate) fn root_scope(db: &dyn Db, file: VfsFile) -> ScopeId<'__db> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/red_knot_python_semantic/src/semantic_index.rs:149:37 [INFO] [stdout] | [INFO] [stdout] 149 | pub(crate) fn descendent_scopes(&self, scope: FileScopeId) -> DescendentsIter { [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] 149 | pub(crate) fn descendent_scopes(&self, scope: FileScopeId) -> DescendentsIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/red_knot_python_semantic/src/semantic_index.rs:155:32 [INFO] [stdout] | [INFO] [stdout] 155 | pub(crate) fn child_scopes(&self, scope: FileScopeId) -> ChildrenIter { [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] 155 | pub(crate) fn child_scopes(&self, scope: FileScopeId) -> ChildrenIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/red_knot_python_semantic/src/semantic_index.rs:160:35 [INFO] [stdout] | [INFO] [stdout] 160 | pub(crate) fn ancestor_scopes(&self, scope: FileScopeId) -> AncestorsIter { [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] 160 | pub(crate) fn ancestor_scopes(&self, scope: FileScopeId) -> AncestorsIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: for loop over a `&Option`. This is more readably written as an `if let` statement [INFO] [stdout] --> crates/red_knot_python_semantic/src/semantic_index/builder.rs:271:37 [INFO] [stdout] | [INFO] [stdout] 271 | for expr in &function_def.returns { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(for_loops_over_fallibles)]` on by default [INFO] [stdout] help: to check pattern in a loop use `while let` [INFO] [stdout] | [INFO] [stdout] 271 - for expr in &function_def.returns { [INFO] [stdout] 271 + while let Some(expr) = &function_def.returns { [INFO] [stdout] | [INFO] [stdout] help: consider using `if let` to clear intent [INFO] [stdout] | [INFO] [stdout] 271 - for expr in &function_def.returns { [INFO] [stdout] 271 + if let Some(expr) = &function_def.returns { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/red_knot_python_semantic/src/semantic_index/symbol.rs:61:24 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn definitions(&self) -> &[Definition] { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided 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] 61 | pub fn definitions(&self) -> &[Definition<'_>] { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/red_knot_python_semantic/src/semantic_index/symbol.rs:119:46 [INFO] [stdout] | [INFO] [stdout] 119 | pub(crate) fn to_public_symbol(self, db: &dyn Db, file: VfsFile) -> PublicSymbolId { [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] 119 | pub(crate) fn to_public_symbol(self, db: &dyn Db, file: VfsFile) -> PublicSymbolId<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> crates/red_knot_python_semantic/src/semantic_index/symbol.rs:126:82 [INFO] [stdout] | [INFO] [stdout] 126 | pub(crate) fn public_symbols_map(db: &dyn Db, file: VfsFile) -> PublicSymbolsMap<'_> { [INFO] [stdout] | - ^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'__db` [INFO] [stdout] | [INFO] [stdout] 126 | pub(crate) fn public_symbols_map(db: &dyn Db, file: VfsFile) -> PublicSymbolsMap<'__db> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> crates/red_knot_python_semantic/src/semantic_model.rs:36:29 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn public_symbol_ty(&self, symbol: PublicSymbolId<'db>) -> Type { [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] 36 | pub fn public_symbol_ty(&self, symbol: PublicSymbolId<'db>) -> Type<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling red_knot v0.0.0 (/opt/rustwide/workdir/crates/red_knot) [INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing` [INFO] [stdout] --> crates/ruff_linter/src/lib.rs:45:17 [INFO] [stdout] | [INFO] [stdout] 45 | #[cfg(any(test, fuzzing))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `lsp-types` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name lsp_types --edition=2018 /opt/rustwide/cargo-home/git/checkouts/lsp-types-00f0b207d7d3b3d9/3512a9f/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proposed"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proposed"))' -C metadata=0ed6425d9a64561e -C extra-filename=-d74df4a4a844372f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-dde12b0d7d495b50.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-adb5d8e620a4a4ac.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-0c0087fc6519e9db.rmeta --extern serde_repr=/opt/rustwide/target/debug/deps/libserde_repr-6447179f8fb2b282.so --extern url=/opt/rustwide/target/debug/deps/liburl-1d2a96fab147967a.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `ruff_linter` (lib); 1 warning emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name ruff_linter --edition=2021 crates/ruff_linter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::pedantic' --warn=unsafe_code --warn=unreachable_pub '--allow=clippy::too_many_lines' '--allow=clippy::similar_names' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::rc_mutex' '--warn=clippy::rc_buffer' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_same_arms' '--allow=clippy::map_unwrap_or' '--allow=clippy::implicit_hasher' '--warn=clippy::get_unwrap' '--warn=clippy::exit' '--warn=clippy::empty_structs_with_brackets' '--warn=clippy::empty_drop' '--warn=clippy::dbg_macro' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' '--allow=clippy::char_lit_as_u8' --cfg 'feature="clap"' --cfg 'feature="default"' --cfg 'feature="schemars"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "schemars", "test-rules"))' -C metadata=f79d8d83a01d3aa2 -C extra-filename=-33e9fba7989cfa12 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aho_corasick=/opt/rustwide/target/debug/deps/libaho_corasick-bc7b8202cc90b0c6.rmeta --extern annotate_snippets=/opt/rustwide/target/debug/deps/libannotate_snippets-9f21fe125ebba1fe.rmeta --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-bab7366809509fd1.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-c95e5b195a86a9bf.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-6a2eaf03e653c47c.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-320fa80a2ee98b6b.rmeta --extern colored=/opt/rustwide/target/debug/deps/libcolored-3a67c27a880bccf7.rmeta --extern fern=/opt/rustwide/target/debug/deps/libfern-692cbd78484701d2.rmeta --extern glob=/opt/rustwide/target/debug/deps/libglob-875e504a852a8844.rmeta --extern globset=/opt/rustwide/target/debug/deps/libglobset-31357a9ee6d0446a.rmeta --extern imperative=/opt/rustwide/target/debug/deps/libimperative-4163e9e081321184.rmeta --extern is_macro=/opt/rustwide/target/debug/deps/libis_macro-aafd1f60d3ec0289.so --extern is_wsl=/opt/rustwide/target/debug/deps/libis_wsl-e7ccb047d90d95e3.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-51d659d5ac5e1bc9.rmeta --extern libcst_native=/opt/rustwide/target/debug/deps/liblibcst_native-b615390d8fa85e09.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-368e05ac2c0115e3.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-08f38e9718637002.rmeta --extern natord=/opt/rustwide/target/debug/deps/libnatord-8bd723128042ef1e.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-a1d7742f74efe1da.rmeta --extern path_absolutize=/opt/rustwide/target/debug/deps/libpath_absolutize-81bb9322a77fb090.rmeta --extern pathdiff=/opt/rustwide/target/debug/deps/libpathdiff-6fb3cbd489750771.rmeta --extern pep440_rs=/opt/rustwide/target/debug/deps/libpep440_rs-81b9fc9b18cf7c67.rlib --extern pyproject_toml=/opt/rustwide/target/debug/deps/libpyproject_toml-9a4fb71d7ac234bd.rmeta --extern quick_junit=/opt/rustwide/target/debug/deps/libquick_junit-e0bdd4e34f13ca67.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-aa6c4f6e788e4ead.rmeta --extern ruff_cache=/opt/rustwide/target/debug/deps/libruff_cache-15f40b95e3829372.rmeta --extern ruff_diagnostics=/opt/rustwide/target/debug/deps/libruff_diagnostics-617e0ef2df940e00.rmeta --extern ruff_macros=/opt/rustwide/target/debug/deps/libruff_macros-5bd573edafeac069.so --extern ruff_notebook=/opt/rustwide/target/debug/deps/libruff_notebook-45690bbc33207ae7.rmeta --extern ruff_python_ast=/opt/rustwide/target/debug/deps/libruff_python_ast-b787847c2b9db18d.rmeta --extern ruff_python_codegen=/opt/rustwide/target/debug/deps/libruff_python_codegen-3d88187ca4a1fe41.rmeta --extern ruff_python_index=/opt/rustwide/target/debug/deps/libruff_python_index-18b4ffffbd3be99e.rmeta --extern ruff_python_literal=/opt/rustwide/target/debug/deps/libruff_python_literal-1a937789eb52ab0d.rmeta --extern ruff_python_parser=/opt/rustwide/target/debug/deps/libruff_python_parser-5c03750df740571b.rmeta --extern ruff_python_semantic=/opt/rustwide/target/debug/deps/libruff_python_semantic-5445e7ac5e0ca6ad.rmeta --extern ruff_python_stdlib=/opt/rustwide/target/debug/deps/libruff_python_stdlib-fbdf8d1377010e68.rmeta --extern ruff_python_trivia=/opt/rustwide/target/debug/deps/libruff_python_trivia-c381b8406bf0d45c.rmeta --extern ruff_source_file=/opt/rustwide/target/debug/deps/libruff_source_file-56b3222189f9c651.rmeta --extern ruff_text_size=/opt/rustwide/target/debug/deps/libruff_text_size-7cea9a46ef5c66c3.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-e3b2475bb0f9aa4f.rmeta --extern schemars=/opt/rustwide/target/debug/deps/libschemars-6f5d5a7d22ceb548.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-adb5d8e620a4a4ac.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-0c0087fc6519e9db.rmeta --extern similar=/opt/rustwide/target/debug/deps/libsimilar-48f120580386f1df.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-5dc15f12cdebef01.rmeta --extern strum=/opt/rustwide/target/debug/deps/libstrum-69e18f4a11d18e60.rmeta --extern strum_macros=/opt/rustwide/target/debug/deps/libstrum_macros-a4aa0023182eb385.so --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-4245ac10e4fc66b9.rmeta --extern toml=/opt/rustwide/target/debug/deps/libtoml-eef925f6b6d3353f.rmeta --extern typed_arena=/opt/rustwide/target/debug/deps/libtyped_arena-76aa4bfb127f070d.rmeta --extern unicode_width=/opt/rustwide/target/debug/deps/libunicode_width-f4d62659d7ec1731.rmeta --extern unicode_names2=/opt/rustwide/target/debug/deps/libunicode_names2-43df7aa5e27e67d5.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-1d2a96fab147967a.rmeta --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "a1bb6a25dbc44e117d001d1cfbfcdf01adab6c38f4a4602c4c2bc10884cb79a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a1bb6a25dbc44e117d001d1cfbfcdf01adab6c38f4a4602c4c2bc10884cb79a0", kill_on_drop: false }` [INFO] [stdout] a1bb6a25dbc44e117d001d1cfbfcdf01adab6c38f4a4602c4c2bc10884cb79a0