[INFO] cloning repository https://github.com/alfasec77/ruff
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alfasec77/ruff" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falfasec77%2Fruff", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falfasec77%2Fruff'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 947e1a4e4dd8a0c7fe5dafe2e67a4e10e1e92059
[INFO] checking alfasec77/ruff/947e1a4e4dd8a0c7fe5dafe2e67a4e10e1e92059 against 656a9da186dacaf3bf8f7f7296a825d256cb4ae3 for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falfasec77%2Fruff" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-5-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/alfasec77/ruff
[INFO] finished tweaking git repo https://github.com/alfasec77/ruff
[INFO] tweaked toml for git repo https://github.com/alfasec77/ruff written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/alfasec77/ruff on toolchain 656a9da186dacaf3bf8f7f7296a825d256cb4ae3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+656a9da186dacaf3bf8f7f7296a825d256cb4ae3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/alfasec77/ruff 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" "+656a9da186dacaf3bf8f7f7296a825d256cb4ae3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_cache/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_cache` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_python_trivia/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_python_trivia` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_formatter/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_formatter` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_python_codegen/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_python_codegen` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]   --> crates/ruff_benchmark/Cargo.toml:9:12
[INFO] [stderr]    |
[INFO] [stderr]  9 | homepage = { workspace = true }
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 10 | documentation = { workspace = true }
[INFO] [stderr]    |                 --------------------
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_benchmark` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `red_knot` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-5-tc1/source/target/.../red_knot
[INFO] [stderr]    |                                                  ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `red-knot`, convert `package.name`
[INFO] [stderr]   --> crates/red_knot/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "red_knot"
[INFO] [stderr]  2 + name = "red-knot"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `red-knot`, specify `bin.name`
[INFO] [stderr]   --> crates/red_knot/Cargo.toml:39:18
[INFO] [stderr]    |
[INFO] [stderr] 39 ~ workspace = true
[INFO] [stderr] 40 + [[bin]]
[INFO] [stderr] 41 + name = "red-knot"
[INFO] [stderr] 42 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/red_knot/Cargo.toml:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | homepage.workspace = true
[INFO] [stderr]   | ^^^^^^^^
[INFO] [stderr] 7 | documentation.workspace = true
[INFO] [stderr]   | -------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `red_knot` (manifest) generated 2 warnings
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_python_trivia_integration_tests/Cargo.toml:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | homepage.workspace = true
[INFO] [stderr]   | ^^^^^^^^
[INFO] [stderr] 7 | documentation.workspace = true
[INFO] [stderr]   | -------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_python_trivia_integration_tests` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/red_knot_workspace/Cargo.toml:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | homepage.workspace = true
[INFO] [stderr]   | ^^^^^^^^
[INFO] [stderr] 7 | documentation.workspace = true
[INFO] [stderr]   | -------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `red_knot_workspace` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_macros/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_macros` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_python_ast/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_python_ast` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]   --> crates/ruff_python_resolver/Cargo.toml:9:12
[INFO] [stderr]    |
[INFO] [stderr]  9 | homepage = { workspace = true }
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 10 | documentation = { workspace = true }
[INFO] [stderr]    |                 --------------------
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_python_resolver` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_notebook/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_notebook` (manifest) generated 1 warning
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> crates/ruff_diagnostics/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 22 ~ serde = { workspace = true, optional = true, features = [] }
[INFO] [stderr] 23 + [lints]
[INFO] [stderr] 24 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 22 ~ serde = { workspace = true, optional = true, features = [] }
[INFO] [stderr] 23 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_diagnostics/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_diagnostics` (manifest) generated 2 warnings
[INFO] [stderr] warning: binary `ruff_dev` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-5-tc1/source/target/.../ruff_dev
[INFO] [stderr]    |                                                  ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ruff-dev`, convert `package.name`
[INFO] [stderr]   --> crates/ruff_dev/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "ruff_dev"
[INFO] [stderr]  2 + name = "ruff-dev"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `ruff-dev`, specify `bin.name`
[INFO] [stderr]   --> crates/ruff_dev/Cargo.toml:55:18
[INFO] [stderr]    |
[INFO] [stderr] 55 ~ workspace = true
[INFO] [stderr] 56 + [[bin]]
[INFO] [stderr] 57 + name = "ruff-dev"
[INFO] [stderr] 58 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_dev/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_dev` (manifest) generated 2 warnings
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_index/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_index` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `ruff_python_formatter` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-5-tc1/source/target/.../ruff_python_formatter
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ruff-python-formatter`, convert `package.name`
[INFO] [stderr]   --> crates/ruff_python_formatter/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "ruff_python_formatter"
[INFO] [stderr]  2 + name = "ruff-python-formatter"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `ruff-python-formatter`, specify `bin.name`
[INFO] [stderr]   --> crates/ruff_python_formatter/Cargo.toml:65:18
[INFO] [stderr]    |
[INFO] [stderr] 65 ~ workspace = true
[INFO] [stderr] 66 + [[bin]]
[INFO] [stderr] 67 + name = "ruff-python-formatter"
[INFO] [stderr] 68 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_python_formatter/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_python_formatter` (manifest) generated 2 warnings
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_linter/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_linter` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/red_knot_test/Cargo.toml:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | homepage.workspace = true
[INFO] [stderr]   | ^^^^^^^^
[INFO] [stderr] 8 | documentation.workspace = true
[INFO] [stderr]   | -------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `red_knot_test` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_source_file/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_source_file` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_python_parser/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_python_parser` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/red_knot_server/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `red_knot_server` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_python_index/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_python_index` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]   --> crates/ruff_python_literal/Cargo.toml:9:12
[INFO] [stderr]    |
[INFO] [stderr]  9 | homepage = { workspace = true }
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 10 | documentation = { workspace = true }
[INFO] [stderr]    |                 --------------------
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_python_literal` (manifest) generated 1 warning
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> crates/ruff_db/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 51 ~ testing = ["tracing-subscriber", "tracing-tree"]
[INFO] [stderr] 52 + [lints]
[INFO] [stderr] 53 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 51 ~ testing = ["tracing-subscriber", "tracing-tree"]
[INFO] [stderr] 52 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_db/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_db` (manifest) generated 2 warnings
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/red_knot_vendored/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `red_knot_vendored` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/red_knot_wasm/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `red_knot_wasm` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_wasm/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_wasm` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/red_knot_python_semantic/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `red_knot_python_semantic` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_python_stdlib/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_python_stdlib` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_server/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_server` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_workspace/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_workspace` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_graph/Cargo.toml:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | homepage.workspace = true
[INFO] [stderr]   | ^^^^^^^^
[INFO] [stderr] 7 | documentation.workspace = true
[INFO] [stderr]   | -------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_graph` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_python_semantic/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_python_semantic` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_python_ast_integration_tests/Cargo.toml:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | homepage.workspace = true
[INFO] [stderr]   | ^^^^^^^^
[INFO] [stderr] 7 | documentation.workspace = true
[INFO] [stderr]   | -------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_python_ast_integration_tests` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/salsa-rs/salsa.git`
[INFO] [stderr]     Updating git repository `https://github.com/astral-sh/lsp-types.git`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.45
[INFO] [stderr]   Downloaded wasm-bindgen-test-macro v0.3.45
[INFO] [stderr]   Downloaded wasm-bindgen-test v0.3.45
[INFO] [stderr]   Downloaded proc-macro2 v1.0.89
[INFO] [stderr]   Downloaded redox_users v0.4.5
[INFO] [stderr]   Downloaded drop_bomb v0.1.5
[INFO] [stderr]   Downloaded terminal_size v0.4.0
[INFO] [stderr]   Downloaded rustc-hash v2.0.0
[INFO] [stderr]   Downloaded uuid-macro-internal v1.11.0
[INFO] [stderr]   Downloaded is-macro v0.3.6
[INFO] [stderr]   Downloaded append-only-vec v0.1.5
[INFO] [stderr]   Downloaded unscanny v0.1.0
[INFO] [stderr]   Downloaded chic v1.2.2
[INFO] [stderr]   Downloaded fastrand v2.1.1
[INFO] [stderr]   Downloaded hashlink v0.9.1
[INFO] [stderr]   Downloaded imperative v1.0.6
[INFO] [stderr]   Downloaded libcst_derive v1.4.0
[INFO] [stderr]   Downloaded annotate-snippets v0.6.1
[INFO] [stderr]   Downloaded unicode_names2_generator v1.3.0
[INFO] [stderr]   Downloaded rustversion v1.0.15
[INFO] [stderr]   Downloaded thiserror-impl v1.0.67
[INFO] [stderr]   Downloaded glob v0.3.1
[INFO] [stderr]   Downloaded wild v2.2.1
[INFO] [stderr]   Downloaded autocfg v1.2.0
[INFO] [stderr]   Downloaded crossbeam v0.8.4
[INFO] [stderr]   Downloaded castaway v0.2.3
[INFO] [stderr]   Downloaded env_logger v0.11.5
[INFO] [stderr]   Downloaded yansi-term v0.1.2
[INFO] [stderr]   Downloaded typed-arena v2.0.2
[INFO] [stderr]   Downloaded test-case v3.3.1
[INFO] [stderr]   Downloaded test-case-core v3.3.1
[INFO] [stderr]   Downloaded vte_generate_state_changes v0.1.1
[INFO] [stderr]   Downloaded codspeed-criterion-compat v2.7.2
[INFO] [stderr]   Downloaded countme v3.0.1
[INFO] [stderr]   Downloaded test-case-macros v3.3.1
[INFO] [stderr]   Downloaded filetime v0.2.25
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.95
[INFO] [stderr]   Downloaded jod-thread v0.1.2
[INFO] [stderr]   Downloaded os_str_bytes v7.0.0
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.95
[INFO] [stderr]   Downloaded darling_macro v0.20.8
[INFO] [stderr]   Downloaded pyproject-toml v0.9.0
[INFO] [stderr]   Downloaded cpufeatures v0.2.13
[INFO] [stderr]   Downloaded strip-ansi-escapes v0.2.0
[INFO] [stderr]   Downloaded newtype-uuid v1.1.0
[INFO] [stderr]   Downloaded shellexpand v3.1.0
[INFO] [stderr]   Downloaded thiserror v1.0.67
[INFO] [stderr]   Downloaded redox_syscall v0.5.3
[INFO] [stderr]   Downloaded schemars_derive v0.8.21
[INFO] [stderr]   Downloaded serde_derive_internals v0.29.0
[INFO] [stderr]   Downloaded serde_test v1.0.177
[INFO] [stderr]   Downloaded getopts v0.2.21
[INFO] [stderr]   Downloaded either v1.11.0
[INFO] [stderr]   Downloaded valuable v0.1.0
[INFO] [stderr]   Downloaded dashmap v6.1.0
[INFO] [stderr]   Downloaded annotate-snippets v0.9.2
[INFO] [stderr]   Downloaded pathdiff v0.2.2
[INFO] [stderr]   Downloaded minicov v0.3.5
[INFO] [stderr]   Downloaded notify v7.0.0
[INFO] [stderr]   Downloaded notify-types v1.0.0
[INFO] [stderr]   Downloaded kqueue v1.0.8
[INFO] [stderr]   Downloaded serde-wasm-bindgen v0.6.5
[INFO] [stderr]   Downloaded dyn-clone v1.0.17
[INFO] [stderr]   Downloaded pin-project-lite v0.2.14
[INFO] [stderr]   Downloaded crossbeam-queue v0.3.11
[INFO] [stderr]   Downloaded pest_generator v2.7.11
[INFO] [stderr]   Downloaded dashmap v5.5.3
[INFO] [stderr]   Downloaded anstream v0.6.13
[INFO] [stderr]   Downloaded unic-ucd-category v0.9.0
[INFO] [stderr]   Downloaded serde_with_macros v3.11.0
[INFO] [stderr]   Downloaded darling v0.20.8
[INFO] [stderr]   Downloaded quick-junit v0.5.0
[INFO] [stderr]   Downloaded pep440_rs v0.4.0
[INFO] [stderr]   Downloaded path-absolutize v3.1.1
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.95
[INFO] [stderr]   Downloaded wasm-bindgen-backend v0.2.95
[INFO] [stderr]   Downloaded console v0.15.8
[INFO] [stderr]   Downloaded pep508_rs v0.3.0
[INFO] [stderr]   Downloaded peg-runtime v0.8.3
[INFO] [stderr]   Downloaded getrandom v0.2.14
[INFO] [stderr]   Downloaded tikv-jemallocator v0.6.0
[INFO] [stderr]   Downloaded predicates-core v1.0.8
[INFO] [stderr]   Downloaded oorandom v11.1.3
[INFO] [stderr]   Downloaded kqueue-sys v1.0.4
[INFO] [stderr]   Downloaded tempfile v3.13.0
[INFO] [stderr]   Downloaded pest_derive v2.7.11
[INFO] [stderr]   Downloaded uuid v1.11.0
[INFO] [stderr]   Downloaded dir-test v0.3.0
[INFO] [stderr]   Downloaded schemars v0.8.21
[INFO] [stderr]   Downloaded pep440_rs v0.7.2
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.95
[INFO] [stderr]   Downloaded pest_meta v2.7.11
[INFO] [stderr]   Downloaded clap v4.5.20
[INFO] [stderr]   Downloaded vte v0.11.1
[INFO] [stderr]   Downloaded home v0.5.9
[INFO] [stderr]   Downloaded fsevent-sys v4.1.0
[INFO] [stderr]   Downloaded indoc v2.0.5
[INFO] [stderr]   Downloaded cachedir v0.3.1
[INFO] [stderr]   Downloaded argfile v0.2.1
[INFO] [stderr]   Downloaded is-terminal v0.4.12
[INFO] [stderr]   Downloaded js-sys v0.3.72
[INFO] [stderr]   Downloaded serde_derive v1.0.214
[INFO] [stderr]   Downloaded natord v1.0.9
[INFO] [stderr]   Downloaded similar v2.5.0
[INFO] [stderr]   Downloaded anyhow v1.0.92
[INFO] [stderr]   Downloaded path-dedot v3.1.1
[INFO] [stderr]   Downloaded dir-test-macros v0.3.0
[INFO] [stderr]   Downloaded clap_complete_command v0.6.1
[INFO] [stderr]   Downloaded predicates-tree v1.0.11
[INFO] [stderr]   Downloaded termtree v0.4.1
[INFO] [stderr]   Downloaded url v2.5.2
[INFO] [stderr]   Downloaded serde v1.0.214
[INFO] [stderr]   Downloaded darling_core v0.20.8
[INFO] [stderr]   Downloaded cc v1.0.95
[INFO] [stderr]   Downloaded crossbeam-channel v0.5.12
[INFO] [stderr]   Downloaded arc-swap v1.7.1
[INFO] [stderr]   Downloaded tracing-flame v0.2.0
[INFO] [stderr]   Downloaded indexmap v2.6.0
[INFO] [stderr]   Downloaded insta v1.41.1
[INFO] [stderr]   Downloaded compact_str v0.8.0
[INFO] [stderr]   Downloaded pest v2.7.11
[INFO] [stderr]   Downloaded toml_edit v0.22.20
[INFO] [stderr]   Downloaded codspeed v2.7.2
[INFO] [stderr]   Downloaded libcst v1.5.0
[INFO] [stderr]   Downloaded serde_with v3.11.0
[INFO] [stderr]   Downloaded serde_json v1.0.132
[INFO] [stderr]   Downloaded vt100 v0.15.2
[INFO] [stderr]   Downloaded serde_repr v0.1.19
[INFO] [stderr]   Downloaded lsp-server v0.7.7
[INFO] [stderr]   Downloaded inotify v0.10.2
[INFO] [stderr]   Downloaded mimalloc v0.1.43
[INFO] [stderr]   Downloaded insta-cmd v0.6.0
[INFO] [stderr]   Downloaded assert_fs v1.1.2
[INFO] [stderr]   Downloaded predicates v3.1.2
[INFO] [stderr]   Downloaded rustls-pki-types v1.7.0
[INFO] [stderr]   Downloaded clap_builder v4.5.20
[INFO] [stderr]   Downloaded quick-xml v0.36.1
[INFO] [stderr]   Downloaded peg-macros v0.8.4
[INFO] [stderr]   Downloaded tracing-tree v0.4.0
[INFO] [stderr]   Downloaded console_log v1.0.0
[INFO] [stderr]   Downloaded syn v2.0.87
[INFO] [stderr]   Downloaded tracing-indicatif v0.3.6
[INFO] [stderr]   Downloaded unicode_names2 v1.3.0
[INFO] [stderr]   Downloaded which v6.0.1
[INFO] [stderr]   Downloaded clap_complete_nushell v4.5.2
[INFO] [stderr]   Downloaded diff v0.1.13
[INFO] [stderr]   Downloaded rustix v0.38.37
[INFO] [stderr]   Downloaded peg v0.8.4
[INFO] [stderr]   Downloaded clap_complete v4.5.2
[INFO] [stderr]   Downloaded unicode-width v0.1.13
[INFO] [stderr]   Downloaded regex-automata v0.4.8
[INFO] [stderr]   Downloaded indicatif v0.17.8
[INFO] [stderr]   Downloaded terminfo v0.8.0
[INFO] [stderr]   Downloaded ordermap v0.5.3
[INFO] [stderr]   Downloaded web-sys v0.3.69
[INFO] [stderr]   Downloaded libc v0.2.161
[INFO] [stderr]   Downloaded linux-raw-sys v0.4.14
[INFO] [stderr]   Downloaded mio v1.0.2
[INFO] [stderr]   Downloaded yansi v1.0.1
[INFO] [stderr]   Downloaded base64 v0.22.0
[INFO] [stderr]   Downloaded pretty_assertions v1.4.1
[INFO] [stderr]   Downloaded clearscreen v3.0.0
[INFO] [stderr]   Downloaded ureq v2.10.1
[INFO] [stderr]   Downloaded portable-atomic v1.6.0
[INFO] [stderr]   Downloaded imara-diff v0.1.7
[INFO] [stderr]   Downloaded rustls-webpki v0.102.5
[INFO] [stderr]   Downloaded tracing-subscriber v0.3.18
[INFO] [stderr]   Downloaded libmimalloc-sys v0.1.39
[INFO] [stderr]   Downloaded webpki-roots v0.26.1
[INFO] [stderr]   Downloaded fern v0.7.0
[INFO] [stderr]   Downloaded rustls v0.23.10
[INFO] [stderr]   Downloaded zstd-sys v2.0.11+zstd.1.5.6
[INFO] [stderr]   Downloaded tikv-jemalloc-sys v0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7
[INFO] [stderr]   Downloaded rust-stemmers v1.2.0
[INFO] [stderr]   Downloaded ring v0.17.8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a8760a4f1c234028d4d2e26b5cd915f370a4f03daea503c62d213ae9de0d9cf9
[INFO] running `Command { std: "docker" "start" "a8760a4f1c234028d4d2e26b5cd915f370a4f03daea503c62d213ae9de0d9cf9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a8760a4f1c234028d4d2e26b5cd915f370a4f03daea503c62d213ae9de0d9cf9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a8760a4f1c234028d4d2e26b5cd915f370a4f03daea503c62d213ae9de0d9cf9" "/opt/rustwide/cargo-home/bin/cargo" "+656a9da186dacaf3bf8f7f7296a825d256cb4ae3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a8760a4f1c234028d4d2e26b5cd915f370a4f03daea503c62d213ae9de0d9cf9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a8760a4f1c234028d4d2e26b5cd915f370a4f03daea503c62d213ae9de0d9cf9" "/opt/rustwide/cargo-home/bin/cargo" "+656a9da186dacaf3bf8f7f7296a825d256cb4ae3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/red_knot_python_semantic/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `red_knot_python_semantic` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_server/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_server` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_graph/Cargo.toml:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | homepage.workspace = true
[INFO] [stderr]   | ^^^^^^^^
[INFO] [stderr] 7 | documentation.workspace = true
[INFO] [stderr]   | -------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_graph` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_python_semantic/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_python_semantic` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_workspace/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_workspace` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_python_ast_integration_tests/Cargo.toml:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | homepage.workspace = true
[INFO] [stderr]   | ^^^^^^^^
[INFO] [stderr] 7 | documentation.workspace = true
[INFO] [stderr]   | -------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_python_ast_integration_tests` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_cache/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_cache` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_python_trivia/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_python_trivia` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_formatter/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_formatter` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_python_codegen/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_python_codegen` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]   --> crates/ruff_benchmark/Cargo.toml:9:12
[INFO] [stderr]    |
[INFO] [stderr]  9 | homepage = { workspace = true }
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 10 | documentation = { workspace = true }
[INFO] [stderr]    |                 --------------------
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_benchmark` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_python_trivia_integration_tests/Cargo.toml:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | homepage.workspace = true
[INFO] [stderr]   | ^^^^^^^^
[INFO] [stderr] 7 | documentation.workspace = true
[INFO] [stderr]   | -------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_python_trivia_integration_tests` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `red_knot` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../red_knot
[INFO] [stderr]    |                          ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `red-knot`, convert `package.name`
[INFO] [stderr]   --> crates/red_knot/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "red_knot"
[INFO] [stderr]  2 + name = "red-knot"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `red-knot`, specify `bin.name`
[INFO] [stderr]   --> crates/red_knot/Cargo.toml:39:18
[INFO] [stderr]    |
[INFO] [stderr] 39 ~ workspace = true
[INFO] [stderr] 40 + [[bin]]
[INFO] [stderr] 41 + name = "red-knot"
[INFO] [stderr] 42 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/red_knot/Cargo.toml:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | homepage.workspace = true
[INFO] [stderr]   | ^^^^^^^^
[INFO] [stderr] 7 | documentation.workspace = true
[INFO] [stderr]   | -------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `red_knot` (manifest) generated 2 warnings
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/red_knot_workspace/Cargo.toml:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | homepage.workspace = true
[INFO] [stderr]   | ^^^^^^^^
[INFO] [stderr] 7 | documentation.workspace = true
[INFO] [stderr]   | -------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `red_knot_workspace` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_macros/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_macros` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_python_ast/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_python_ast` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]   --> crates/ruff_python_resolver/Cargo.toml:9:12
[INFO] [stderr]    |
[INFO] [stderr]  9 | homepage = { workspace = true }
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 10 | documentation = { workspace = true }
[INFO] [stderr]    |                 --------------------
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_python_resolver` (manifest) generated 1 warning
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> crates/ruff_diagnostics/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 22 ~ serde = { workspace = true, optional = true, features = [] }
[INFO] [stderr] 23 + [lints]
[INFO] [stderr] 24 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 22 ~ serde = { workspace = true, optional = true, features = [] }
[INFO] [stderr] 23 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_diagnostics/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_diagnostics` (manifest) generated 2 warnings
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_notebook/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_notebook` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `ruff_dev` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../ruff_dev
[INFO] [stderr]    |                          ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ruff-dev`, convert `package.name`
[INFO] [stderr]   --> crates/ruff_dev/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "ruff_dev"
[INFO] [stderr]  2 + name = "ruff-dev"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `ruff-dev`, specify `bin.name`
[INFO] [stderr]   --> crates/ruff_dev/Cargo.toml:55:18
[INFO] [stderr]    |
[INFO] [stderr] 55 ~ workspace = true
[INFO] [stderr] 56 + [[bin]]
[INFO] [stderr] 57 + name = "ruff-dev"
[INFO] [stderr] 58 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_dev/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_dev` (manifest) generated 2 warnings
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_index/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_index` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `ruff_python_formatter` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../ruff_python_formatter
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ruff-python-formatter`, convert `package.name`
[INFO] [stderr]   --> crates/ruff_python_formatter/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "ruff_python_formatter"
[INFO] [stderr]  2 + name = "ruff-python-formatter"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `ruff-python-formatter`, specify `bin.name`
[INFO] [stderr]   --> crates/ruff_python_formatter/Cargo.toml:65:18
[INFO] [stderr]    |
[INFO] [stderr] 65 ~ workspace = true
[INFO] [stderr] 66 + [[bin]]
[INFO] [stderr] 67 + name = "ruff-python-formatter"
[INFO] [stderr] 68 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_python_formatter/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_python_formatter` (manifest) generated 2 warnings
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/red_knot_test/Cargo.toml:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | homepage.workspace = true
[INFO] [stderr]   | ^^^^^^^^
[INFO] [stderr] 8 | documentation.workspace = true
[INFO] [stderr]   | -------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `red_knot_test` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_linter/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_linter` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_source_file/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_source_file` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_python_parser/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_python_parser` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/red_knot_server/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `red_knot_server` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_python_index/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_python_index` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]   --> crates/ruff_python_literal/Cargo.toml:9:12
[INFO] [stderr]    |
[INFO] [stderr]  9 | homepage = { workspace = true }
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 10 | documentation = { workspace = true }
[INFO] [stderr]    |                 --------------------
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_python_literal` (manifest) generated 1 warning
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> crates/ruff_db/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 51 ~ testing = ["tracing-subscriber", "tracing-tree"]
[INFO] [stderr] 52 + [lints]
[INFO] [stderr] 53 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 51 ~ testing = ["tracing-subscriber", "tracing-tree"]
[INFO] [stderr] 52 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_db/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_db` (manifest) generated 2 warnings
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/red_knot_vendored/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `red_knot_vendored` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/red_knot_wasm/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `red_knot_wasm` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_wasm/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_wasm` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation`
[INFO] [stderr]  --> crates/ruff_python_stdlib/Cargo.toml:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | homepage = { workspace = true }
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 9 | documentation = { workspace = true }
[INFO] [stderr]   |                 --------------------
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `ruff_python_stdlib` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]    Compiling serde v1.0.214
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking ryu v1.0.17
[INFO] [stderr]    Compiling serde_json v1.0.132
[INFO] [stderr]    Compiling schemars v0.8.21
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]     Checking dyn-clone v1.0.17
[INFO] [stderr]     Checking either v1.11.0
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]     Checking pin-project-lite v0.2.14
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]     Checking unicode-ident v1.0.13
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling ruff_text_size v0.0.0 (/opt/rustwide/workdir/crates/ruff_text_size)
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling ruff_source_file v0.0.0 (/opt/rustwide/workdir/crates/ruff_source_file)
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[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]     |                           ^^^^^     ^^^^^^^^^^ the same lifetimes are 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] 181 |     pub fn to_source_code(&self) -> SourceCode<'_, '_> {
[INFO] [stdout]     |                                               ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling getrandom v0.2.14
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]     Checking zerocopy v0.7.32
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]     Checking hashbrown v0.15.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling thiserror v1.0.67
[INFO] [stderr]     Checking filetime v0.2.25
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rustversion v1.0.15
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking glob v0.3.1
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]     Checking regex-automata v0.4.8
[INFO] [stderr]     Checking seahash v4.1.0
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]     Checking rustc-hash v2.0.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.12
[INFO] [stderr]     Checking crossbeam-queue v0.3.11
[INFO] [stderr]     Checking phf_shared v0.11.2
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]     Checking castaway v0.2.3
[INFO] [stderr]    Compiling ruff_python_trivia v0.0.0 (/opt/rustwide/workdir/crates/ruff_python_trivia)
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking append-only-vec v0.1.5
[INFO] [stderr]     Checking arc-swap v1.7.1
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]     Checking salsa-macro-rules v0.1.0 (https://github.com/salsa-rs/salsa.git?rev=254c749b02cde2fd29852a7463a33e800b771758#254c749b)
[INFO] [stderr]    Compiling unicode-width v0.1.13
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling getopts v0.2.21
[INFO] [stderr]    Compiling anyhow v1.0.92
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]    Compiling cc v1.0.95
[INFO] [stderr]    Compiling crc32fast v1.4.0
[INFO] [stderr]    Compiling unicode_names2_generator v1.3.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking similar v2.5.0
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking countme v3.0.1
[INFO] [stderr]    Compiling unicode_names2 v1.3.0
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking bstr v1.10.0
[INFO] [stderr]     Checking miniz_oxide v0.7.2
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking globset v0.4.15
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking matches v0.1.10
[INFO] [stderr]     Checking unic-ucd-category v0.9.0
[INFO] [stderr]    Compiling zstd-sys v2.0.11+zstd.1.5.6
[INFO] [stderr]     Checking ruff_cache v0.0.0 (/opt/rustwide/workdir/crates/ruff_cache)
[INFO] [stderr]     Checking ignore v0.4.23
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]     Checking anstyle-parse v0.2.3
[INFO] [stderr]     Checking nu-ansi-term v0.50.1
[INFO] [stderr]     Checking colorchoice v1.0.0
[INFO] [stderr]     Checking anstyle-query v1.0.2
[INFO] [stderr]     Checking ruff_python_stdlib v0.0.0 (/opt/rustwide/workdir/crates/ruff_python_stdlib)
[INFO] [stderr]     Checking path-slash v0.2.1
[INFO] [stderr]    Compiling serde_derive_internals v0.29.0
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling darling_core v0.20.8
[INFO] [stderr]     Checking anstream v0.6.13
[INFO] [stderr]    Compiling test-case-core v3.3.1
[INFO] [stderr]     Checking terminal_size v0.4.0
[INFO] [stderr]     Checking clap_lex v0.7.0
[INFO] [stderr]     Checking clap_builder v4.5.20
[INFO] [stderr]    Compiling red_knot_python_semantic v0.0.0 (/opt/rustwide/workdir/crates/red_knot_python_semantic)
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking console v0.15.8
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]     Checking colored v2.1.0
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.1
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]     Checking iana-time-zone v0.1.60
[INFO] [stderr]     Checking vte v0.11.1
[INFO] [stderr]     Checking yansi-term v0.1.2
[INFO] [stderr]     Checking drop_bomb v0.1.5
[INFO] [stderr]     Checking annotate-snippets v0.9.2
[INFO] [stderr]    Compiling serde_derive v1.0.214
[INFO] [stderr]    Compiling schemars_derive v0.8.21
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.67
[INFO] [stderr]    Compiling ruff_macros v0.0.0 (/opt/rustwide/workdir/crates/ruff_macros)
[INFO] [stdout] warning: there exists a built-in attribute with the same name
[INFO] [stdout]   --> crates/ruff_macros/src/lib.rs:18:57
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[proc_macro_derive(OptionsMetadata, attributes(option, doc, option_group))]
[INFO] [stdout]    |                                                         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #151276 <https://github.com/rust-lang/rust/issues/151276>
[INFO] [stdout]    = note: `#[warn(ambiguous_derive_helpers)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling is-macro v0.3.6
[INFO] [stderr]    Compiling salsa-macros v0.18.0 (https://github.com/salsa-rs/salsa.git?rev=254c749b02cde2fd29852a7463a33e800b771758#254c749b)
[INFO] [stderr]    Compiling darling_macro v0.20.8
[INFO] [stderr]    Compiling uuid-macro-internal v1.11.0
[INFO] [stderr]    Compiling darling v0.20.8
[INFO] [stderr]    Compiling serde_with_macros v3.11.0
[INFO] [stderr]    Compiling test-case-macros v3.3.1
[INFO] [stderr]     Checking uuid v1.11.0
[INFO] [stderr]     Checking test-case v3.3.1
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling pest v2.7.11
[INFO] [stderr]     Checking ruff_index v0.0.0 (/opt/rustwide/workdir/crates/ruff_index)
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]    Compiling peg-runtime v0.8.3
[INFO] [stderr]    Compiling peg-macros v0.8.4
[INFO] [stderr]     Checking tracing-tree v0.4.0
[INFO] [stderr]    Compiling pest_meta v2.7.11
[INFO] [stderr]     Checking annotate-snippets v0.6.1
[INFO] [stderr]     Checking newtype-uuid v1.1.0
[INFO] [stderr]     Checking strip-ansi-escapes v0.2.0
[INFO] [stderr]    Compiling libcst_derive v1.4.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking chic v1.2.2
[INFO] [stderr]     Checking is-docker v0.2.0
[INFO] [stderr]     Checking path-dedot v3.1.1
[INFO] [stderr]     Checking quick-xml v0.36.1
[INFO] [stderr]     Checking clap v4.5.20
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking unscanny v0.1.0
[INFO] [stderr]     Checking path-absolutize v3.1.1
[INFO] [stderr]     Checking is-wsl v0.4.0
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking fern v0.7.0
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking pathdiff v0.2.2
[INFO] [stderr]     Checking peg v0.8.4
[INFO] [stderr]     Checking typed-arena v2.0.2
[INFO] [stderr]     Checking libcst v1.5.0
[INFO] [stderr]    Compiling pest_generator v2.7.11
[INFO] [stderr]     Checking natord v1.0.9
[INFO] [stderr]     Checking notify-types v1.0.0
[INFO] [stderr]     Checking inotify v0.10.2
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking notify v7.0.0
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking shellexpand v3.1.0
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking fastrand v2.1.1
[INFO] [stderr]     Checking home v0.5.9
[INFO] [stderr]     Checking tempfile v3.13.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling pest_derive v2.7.11
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling serde_repr v0.1.19
[INFO] [stderr]     Checking etcetera v0.8.0
[INFO] [stderr]     Checking jod-thread v0.1.2
[INFO] [stderr]    Compiling tikv-jemalloc-sys v0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.95
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling terminfo v0.8.0
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]    Compiling fs-err v2.11.0
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling bumpalo v3.16.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking dirs v4.0.0
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.95
[INFO] [stderr]     Checking clap_complete v4.5.2
[INFO] [stderr]     Checking indexmap v2.6.0
[INFO] [stderr]     Checking compact_str v0.8.0
[INFO] [stderr]     Checking salsa v0.18.0 (https://github.com/salsa-rs/salsa.git?rev=254c749b02cde2fd29852a7463a33e800b771758#254c749b)
[INFO] [stderr]     Checking serde_with v3.11.0
[INFO] [stderr]     Checking ordermap v0.5.3
[INFO] [stderr]     Checking url v2.5.2
[INFO] [stderr]     Checking ruff_diagnostics v0.0.0 (/opt/rustwide/workdir/crates/ruff_diagnostics)
[INFO] [stderr]     Checking insta v1.41.1
[INFO] [stderr]     Checking serde_spanned v0.6.7
[INFO] [stderr]     Checking toml_datetime v0.6.8
[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]     |                           ^^^^^     ^^^^^^^^^^ the same lifetimes are 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] 181 |     pub fn to_source_code(&self) -> SourceCode<'_, '_> {
[INFO] [stdout]     |                                               ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking toml_edit v0.22.20
[INFO] [stderr]     Checking ruff_notebook v0.0.0 (/opt/rustwide/workdir/crates/ruff_notebook)
[INFO] [stderr]     Checking ruff_formatter v0.0.0 (/opt/rustwide/workdir/crates/ruff_formatter)
[INFO] [stderr]     Checking ruff_python_ast v0.0.0 (/opt/rustwide/workdir/crates/ruff_python_ast)
[INFO] [stderr]     Checking pep440_rs v0.4.0
[INFO] [stderr]     Checking rust-stemmers v1.2.0
[INFO] [stderr]     Checking pep508_rs v0.3.0
[INFO] [stderr]     Checking quick-junit v0.5.0
[INFO] [stderr]     Checking pep440_rs v0.7.2
[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<F>(&mut self, inspector: F) -> Inspect<Self::Context, F>
[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<F>(&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<Self> {
[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<Content, Context>(inner: &Content, reserved_width: u32) -> LineSuffix<Context>
[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<Content, Context>(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<Content, Context>(label_id: LabelId, content: &Content) -> FormatLabelled<Context>
[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<Content, Context>(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, Context>(content: &Content) -> Indent<Context>
[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, Context>(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, Context>(content: &Content) -> Dedent<Context>
[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, Context>(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, Context>(content: &Content) -> Dedent<Context>
[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, Context>(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<Content, Context>(count: u8, content: &Content) -> Align<Context>
[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<Content, Context>(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<Context>(content: &impl Format<Context>) -> BlockIndent<Context> {
[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<Context>(content: &impl Format<Context>) -> 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<Context>(content: &impl Format<Context>) -> BlockIndent<Context> {
[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<Context>(content: &impl Format<Context>) -> 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<Context>(content: &impl Format<Context>) -> BlockIndent<Context> {
[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<Context>(content: &impl Format<Context>) -> 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<Context>(content: &impl Format<Context>) -> BlockIndent<Context> {
[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<Context>(content: &impl Format<Context>) -> 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<Context>(content: &impl Format<Context>) -> Group<Context> {
[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<Context>(content: &impl Format<Context>) -> 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<Context>,
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 1551 | ) -> BestFitParenthesize<Context> {
[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<Context>
[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, Context>(content: &Content) -> IfGroupBreaks<Context>
[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, Context>(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<Content, Context>(flat_content: &Content) -> IfGroupBreaks<Context>
[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<Content, Context>(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<Context>
[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, Context>(content: &Content) -> FitsExpanded<Context>
[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, Context>(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<const N: usize>(text: &str, terminators: [char; N]) -> Cow<str> {
[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<const N: usize>(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]     Checking lsp-types v0.95.1 (https://github.com/astral-sh/lsp-types.git?rev=3512a9f#3512a9f3)
[INFO] [stderr]     Checking lsp-server v0.7.7
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.95
[INFO] [stderr]     Checking imperative v1.0.6
[INFO] [stderr]     Checking clap_complete_nushell v4.5.2
[INFO] [stderr]     Checking toml v0.8.19
[INFO] [stderr]     Checking zstd v0.11.2+zstd.1.5.2
[INFO] [stderr]     Checking zip v0.6.6
[INFO] [stderr]     Checking pyproject-toml v0.9.0
[INFO] [stderr]     Checking which v6.0.1
[INFO] [stderr]     Checking globwalk v0.9.1
[INFO] [stderr]     Checking os_str_bytes v7.0.0
[INFO] [stderr]    Compiling ruff v0.7.3 (/opt/rustwide/workdir/crates/ruff)
[INFO] [stderr]    Compiling wasm-bindgen v0.2.95
[INFO] [stderr]     Checking argfile v0.2.1
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.95
[INFO] [stderr]     Checking clap_complete_command v0.6.1
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking cachedir v0.3.1
[INFO] [stderr]     Checking wild v2.2.1
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]     Checking predicates-core v1.0.8
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/ruff_python_ast/src/comparable.rs:1711:30
[INFO] [stdout]      |
[INFO] [stdout] 1711 |         fn as_hashable(expr: &Expr) -> ComparableExpr {
[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] 1711 |         fn as_hashable(expr: &Expr) -> ComparableExpr<'_> {
[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/helpers.rs:715:54
[INFO] [stdout]     |
[INFO] [stdout] 715 | pub fn format_import_from(level: u32, module: Option<&str>) -> Cow<str> {
[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 | 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:549:25
[INFO] [stdout]     |
[INFO] [stdout] 549 |     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] 549 |     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:666:23
[INFO] [stdout]     |
[INFO] [stdout] 666 |     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] 666 |     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:678:24
[INFO] [stdout]     |
[INFO] [stdout] 678 |     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] 678 |     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:709:23
[INFO] [stdout]     |
[INFO] [stdout] 709 |     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] 709 |     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:721:24
[INFO] [stdout]     |
[INFO] [stdout] 721 |     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] 721 |     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:751:23
[INFO] [stdout]     |
[INFO] [stdout] 751 |     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] 751 |     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:763:24
[INFO] [stdout]     |
[INFO] [stdout] 763 |     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] 763 |     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:815:23
[INFO] [stdout]     |
[INFO] [stdout] 815 |     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] 815 |     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:827:24
[INFO] [stdout]     |
[INFO] [stdout] 827 |     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] 827 |     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:875:23
[INFO] [stdout]     |
[INFO] [stdout] 875 |     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] 875 |     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:887:24
[INFO] [stdout]     |
[INFO] [stdout] 887 |     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] 887 |     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:918:23
[INFO] [stdout]     |
[INFO] [stdout] 918 |     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] 918 |     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:930:24
[INFO] [stdout]     |
[INFO] [stdout] 930 |     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] 930 |     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:961:23
[INFO] [stdout]     |
[INFO] [stdout] 961 |     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] 961 |     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:973:24
[INFO] [stdout]     |
[INFO] [stdout] 973 |     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] 973 |     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:1012:23
[INFO] [stdout]      |
[INFO] [stdout] 1012 |     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] 1012 |     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:1024:24
[INFO] [stdout]      |
[INFO] [stdout] 1024 |     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] 1024 |     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:1062:23
[INFO] [stdout]      |
[INFO] [stdout] 1062 |     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] 1062 |     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:1074:24
[INFO] [stdout]      |
[INFO] [stdout] 1074 |     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] 1074 |     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:1111:23
[INFO] [stdout]      |
[INFO] [stdout] 1111 |     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] 1111 |     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:1123:24
[INFO] [stdout]      |
[INFO] [stdout] 1123 |     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] 1123 |     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:1163:23
[INFO] [stdout]      |
[INFO] [stdout] 1163 |     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] 1163 |     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:1175:24
[INFO] [stdout]      |
[INFO] [stdout] 1175 |     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] 1175 |     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:1214:23
[INFO] [stdout]      |
[INFO] [stdout] 1214 |     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] 1214 |     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:1226:24
[INFO] [stdout]      |
[INFO] [stdout] 1226 |     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] 1226 |     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:1263:23
[INFO] [stdout]      |
[INFO] [stdout] 1263 |     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] 1263 |     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:1275:24
[INFO] [stdout]      |
[INFO] [stdout] 1275 |     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] 1275 |     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:1314:23
[INFO] [stdout]      |
[INFO] [stdout] 1314 |     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] 1314 |     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:1326:24
[INFO] [stdout]      |
[INFO] [stdout] 1326 |     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] 1326 |     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:1362:23
[INFO] [stdout]      |
[INFO] [stdout] 1362 |     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] 1362 |     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:1374:24
[INFO] [stdout]      |
[INFO] [stdout] 1374 |     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] 1374 |     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:1412:23
[INFO] [stdout]      |
[INFO] [stdout] 1412 |     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] 1412 |     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:1424:24
[INFO] [stdout]      |
[INFO] [stdout] 1424 |     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] 1424 |     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:1461:23
[INFO] [stdout]      |
[INFO] [stdout] 1461 |     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] 1461 |     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:1473:24
[INFO] [stdout]      |
[INFO] [stdout] 1473 |     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] 1473 |     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:1512:23
[INFO] [stdout]      |
[INFO] [stdout] 1512 |     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] 1512 |     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:1524:24
[INFO] [stdout]      |
[INFO] [stdout] 1524 |     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] 1524 |     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:1566:23
[INFO] [stdout]      |
[INFO] [stdout] 1566 |     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] 1566 |     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:1578:24
[INFO] [stdout]      |
[INFO] [stdout] 1578 |     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] 1578 |     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:1614:23
[INFO] [stdout]      |
[INFO] [stdout] 1614 |     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] 1614 |     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:1626:24
[INFO] [stdout]      |
[INFO] [stdout] 1626 |     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] 1626 |     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:1658:23
[INFO] [stdout]      |
[INFO] [stdout] 1658 |     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] 1658 |     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:1670:24
[INFO] [stdout]      |
[INFO] [stdout] 1670 |     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] 1670 |     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:1707:23
[INFO] [stdout]      |
[INFO] [stdout] 1707 |     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] 1707 |     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:1719:24
[INFO] [stdout]      |
[INFO] [stdout] 1719 |     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] 1719 |     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:1747:23
[INFO] [stdout]      |
[INFO] [stdout] 1747 |     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] 1747 |     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:1759:24
[INFO] [stdout]      |
[INFO] [stdout] 1759 |     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] 1759 |     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:1787:23
[INFO] [stdout]      |
[INFO] [stdout] 1787 |     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] 1787 |     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:1799:24
[INFO] [stdout]      |
[INFO] [stdout] 1799 |     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] 1799 |     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:1829:23
[INFO] [stdout]      |
[INFO] [stdout] 1829 |     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] 1829 |     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:1841:24
[INFO] [stdout]      |
[INFO] [stdout] 1841 |     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] 1841 |     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:1869:23
[INFO] [stdout]      |
[INFO] [stdout] 1869 |     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] 1869 |     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:1881:24
[INFO] [stdout]      |
[INFO] [stdout] 1881 |     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] 1881 |     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:1909:23
[INFO] [stdout]      |
[INFO] [stdout] 1909 |     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] 1909 |     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:1921:24
[INFO] [stdout]      |
[INFO] [stdout] 1921 |     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] 1921 |     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:1949:23
[INFO] [stdout]      |
[INFO] [stdout] 1949 |     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] 1949 |     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:1961:24
[INFO] [stdout]      |
[INFO] [stdout] 1961 |     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] 1961 |     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:1989:23
[INFO] [stdout]      |
[INFO] [stdout] 1989 |     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] 1989 |     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:2001:24
[INFO] [stdout]      |
[INFO] [stdout] 2001 |     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] 2001 |     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:2045:23
[INFO] [stdout]      |
[INFO] [stdout] 2045 |     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] 2045 |     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:2057:24
[INFO] [stdout]      |
[INFO] [stdout] 2057 |     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] 2057 |     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:2091:23
[INFO] [stdout]      |
[INFO] [stdout] 2091 |     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] 2091 |     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:2103:24
[INFO] [stdout]      |
[INFO] [stdout] 2103 |     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] 2103 |     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:2139:23
[INFO] [stdout]      |
[INFO] [stdout] 2139 |     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] 2139 |     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:2151:24
[INFO] [stdout]      |
[INFO] [stdout] 2151 |     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] 2151 |     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:2187:23
[INFO] [stdout]      |
[INFO] [stdout] 2187 |     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] 2187 |     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:2199:24
[INFO] [stdout]      |
[INFO] [stdout] 2199 |     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] 2199 |     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:2236:23
[INFO] [stdout]      |
[INFO] [stdout] 2236 |     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] 2236 |     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:2248:24
[INFO] [stdout]      |
[INFO] [stdout] 2248 |     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] 2248 |     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:2286:23
[INFO] [stdout]      |
[INFO] [stdout] 2286 |     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] 2286 |     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:2298:24
[INFO] [stdout]      |
[INFO] [stdout] 2298 |     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] 2298 |     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:2333:23
[INFO] [stdout]      |
[INFO] [stdout] 2333 |     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] 2333 |     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:2345:24
[INFO] [stdout]      |
[INFO] [stdout] 2345 |     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] 2345 |     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:2377:23
[INFO] [stdout]      |
[INFO] [stdout] 2377 |     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] 2377 |     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:2389:24
[INFO] [stdout]      |
[INFO] [stdout] 2389 |     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] 2389 |     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:2426:23
[INFO] [stdout]      |
[INFO] [stdout] 2426 |     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] 2426 |     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:2438:24
[INFO] [stdout]      |
[INFO] [stdout] 2438 |     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] 2438 |     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:2475:23
[INFO] [stdout]      |
[INFO] [stdout] 2475 |     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] 2475 |     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:2487:24
[INFO] [stdout]      |
[INFO] [stdout] 2487 |     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] 2487 |     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:2527:23
[INFO] [stdout]      |
[INFO] [stdout] 2527 |     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] 2527 |     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:2539:24
[INFO] [stdout]      |
[INFO] [stdout] 2539 |     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] 2539 |     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:2576:23
[INFO] [stdout]      |
[INFO] [stdout] 2576 |     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] 2576 |     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:2588:24
[INFO] [stdout]      |
[INFO] [stdout] 2588 |     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] 2588 |     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:2617:23
[INFO] [stdout]      |
[INFO] [stdout] 2617 |     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] 2617 |     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:2629:24
[INFO] [stdout]      |
[INFO] [stdout] 2629 |     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] 2629 |     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:2660:23
[INFO] [stdout]      |
[INFO] [stdout] 2660 |     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] 2660 |     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:2672:24
[INFO] [stdout]      |
[INFO] [stdout] 2672 |     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] 2672 |     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:2701:23
[INFO] [stdout]      |
[INFO] [stdout] 2701 |     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] 2701 |     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:2713:24
[INFO] [stdout]      |
[INFO] [stdout] 2713 |     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] 2713 |     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:2753:23
[INFO] [stdout]      |
[INFO] [stdout] 2753 |     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] 2753 |     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:2765:24
[INFO] [stdout]      |
[INFO] [stdout] 2765 |     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] 2765 |     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:2799:23
[INFO] [stdout]      |
[INFO] [stdout] 2799 |     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] 2799 |     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:2811:24
[INFO] [stdout]      |
[INFO] [stdout] 2811 |     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] 2811 |     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:2841:23
[INFO] [stdout]      |
[INFO] [stdout] 2841 |     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] 2841 |     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:2853:24
[INFO] [stdout]      |
[INFO] [stdout] 2853 |     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] 2853 |     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:2892:23
[INFO] [stdout]      |
[INFO] [stdout] 2892 |     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] 2892 |     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:2904:24
[INFO] [stdout]      |
[INFO] [stdout] 2904 |     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] 2904 |     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:2931:23
[INFO] [stdout]      |
[INFO] [stdout] 2931 |     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] 2931 |     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:2943:24
[INFO] [stdout]      |
[INFO] [stdout] 2943 |     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] 2943 |     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:2982:23
[INFO] [stdout]      |
[INFO] [stdout] 2982 |     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] 2982 |     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:2994:24
[INFO] [stdout]      |
[INFO] [stdout] 2994 |     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] 2994 |     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:3026:23
[INFO] [stdout]      |
[INFO] [stdout] 3026 |     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] 3026 |     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:3038:24
[INFO] [stdout]      |
[INFO] [stdout] 3038 |     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] 3038 |     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:3070:23
[INFO] [stdout]      |
[INFO] [stdout] 3070 |     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] 3070 |     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:3082:24
[INFO] [stdout]      |
[INFO] [stdout] 3082 |     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] 3082 |     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:3109:23
[INFO] [stdout]      |
[INFO] [stdout] 3109 |     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] 3109 |     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:3121:24
[INFO] [stdout]      |
[INFO] [stdout] 3121 |     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] 3121 |     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:3148:23
[INFO] [stdout]      |
[INFO] [stdout] 3148 |     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] 3148 |     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:3160:24
[INFO] [stdout]      |
[INFO] [stdout] 3160 |     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] 3160 |     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:3187:23
[INFO] [stdout]      |
[INFO] [stdout] 3187 |     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] 3187 |     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:3199:24
[INFO] [stdout]      |
[INFO] [stdout] 3199 |     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] 3199 |     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:3226:23
[INFO] [stdout]      |
[INFO] [stdout] 3226 |     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] 3226 |     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:3238:24
[INFO] [stdout]      |
[INFO] [stdout] 3238 |     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] 3238 |     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:3273:23
[INFO] [stdout]      |
[INFO] [stdout] 3273 |     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] 3273 |     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:3285:24
[INFO] [stdout]      |
[INFO] [stdout] 3285 |     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] 3285 |     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:3320:23
[INFO] [stdout]      |
[INFO] [stdout] 3320 |     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] 3320 |     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:3332:24
[INFO] [stdout]      |
[INFO] [stdout] 3332 |     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] 3332 |     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:3366:23
[INFO] [stdout]      |
[INFO] [stdout] 3366 |     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] 3366 |     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:3378:24
[INFO] [stdout]      |
[INFO] [stdout] 3378 |     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] 3378 |     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:3411:23
[INFO] [stdout]      |
[INFO] [stdout] 3411 |     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] 3411 |     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:3423:24
[INFO] [stdout]      |
[INFO] [stdout] 3423 |     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] 3423 |     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:3459:23
[INFO] [stdout]      |
[INFO] [stdout] 3459 |     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] 3459 |     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:3471:24
[INFO] [stdout]      |
[INFO] [stdout] 3471 |     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] 3471 |     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:3508:23
[INFO] [stdout]      |
[INFO] [stdout] 3508 |     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] 3508 |     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:3520:24
[INFO] [stdout]      |
[INFO] [stdout] 3520 |     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] 3520 |     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:3562:23
[INFO] [stdout]      |
[INFO] [stdout] 3562 |     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] 3562 |     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:3574:24
[INFO] [stdout]      |
[INFO] [stdout] 3574 |     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] 3574 |     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:3607:23
[INFO] [stdout]      |
[INFO] [stdout] 3607 |     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] 3607 |     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:3619:24
[INFO] [stdout]      |
[INFO] [stdout] 3619 |     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] 3619 |     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:3656:23
[INFO] [stdout]      |
[INFO] [stdout] 3656 |     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] 3656 |     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:3668:24
[INFO] [stdout]      |
[INFO] [stdout] 3668 |     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] 3668 |     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:3697:23
[INFO] [stdout]      |
[INFO] [stdout] 3697 |     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] 3697 |     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:3709:24
[INFO] [stdout]      |
[INFO] [stdout] 3709 |     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] 3709 |     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:3738:23
[INFO] [stdout]      |
[INFO] [stdout] 3738 |     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] 3738 |     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:3750:24
[INFO] [stdout]      |
[INFO] [stdout] 3750 |     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] 3750 |     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:3781:23
[INFO] [stdout]      |
[INFO] [stdout] 3781 |     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] 3781 |     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:3793:24
[INFO] [stdout]      |
[INFO] [stdout] 3793 |     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] 3793 |     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:3830:23
[INFO] [stdout]      |
[INFO] [stdout] 3830 |     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] 3830 |     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:3842:24
[INFO] [stdout]      |
[INFO] [stdout] 3842 |     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] 3842 |     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:3876:23
[INFO] [stdout]      |
[INFO] [stdout] 3876 |     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] 3876 |     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:3888:24
[INFO] [stdout]      |
[INFO] [stdout] 3888 |     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] 3888 |     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:3917:23
[INFO] [stdout]      |
[INFO] [stdout] 3917 |     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] 3917 |     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:3929:24
[INFO] [stdout]      |
[INFO] [stdout] 3929 |     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] 3929 |     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:3964:23
[INFO] [stdout]      |
[INFO] [stdout] 3964 |     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] 3964 |     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:3976:24
[INFO] [stdout]      |
[INFO] [stdout] 3976 |     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] 3976 |     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:4007:23
[INFO] [stdout]      |
[INFO] [stdout] 4007 |     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] 4007 |     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:4019:24
[INFO] [stdout]      |
[INFO] [stdout] 4019 |     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] 4019 |     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:4059:23
[INFO] [stdout]      |
[INFO] [stdout] 4059 |     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] 4059 |     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:4071:24
[INFO] [stdout]      |
[INFO] [stdout] 4071 |     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] 4071 |     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:4106:23
[INFO] [stdout]      |
[INFO] [stdout] 4106 |     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] 4106 |     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:4118:24
[INFO] [stdout]      |
[INFO] [stdout] 4118 |     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] 4118 |     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:4158:23
[INFO] [stdout]      |
[INFO] [stdout] 4158 |     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] 4158 |     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:4170:24
[INFO] [stdout]      |
[INFO] [stdout] 4170 |     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] 4170 |     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:4203:23
[INFO] [stdout]      |
[INFO] [stdout] 4203 |     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] 4203 |     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:4215:24
[INFO] [stdout]      |
[INFO] [stdout] 4215 |     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] 4215 |     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:4250:23
[INFO] [stdout]      |
[INFO] [stdout] 4250 |     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] 4250 |     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:4262:24
[INFO] [stdout]      |
[INFO] [stdout] 4262 |     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] 4262 |     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:4298:23
[INFO] [stdout]      |
[INFO] [stdout] 4298 |     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] 4298 |     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:4310:24
[INFO] [stdout]      |
[INFO] [stdout] 4310 |     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] 4310 |     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:4346:23
[INFO] [stdout]      |
[INFO] [stdout] 4346 |     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] 4346 |     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:4358:24
[INFO] [stdout]      |
[INFO] [stdout] 4358 |     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] 4358 |     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:4392:23
[INFO] [stdout]      |
[INFO] [stdout] 4392 |     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] 4392 |     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:4404:24
[INFO] [stdout]      |
[INFO] [stdout] 4404 |     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] 4404 |     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:4437:23
[INFO] [stdout]      |
[INFO] [stdout] 4437 |     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] 4437 |     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:4449:24
[INFO] [stdout]      |
[INFO] [stdout] 4449 |     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] 4449 |     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:4487:23
[INFO] [stdout]      |
[INFO] [stdout] 4487 |     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] 4487 |     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:4499:24
[INFO] [stdout]      |
[INFO] [stdout] 4499 |     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] 4499 |     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:4539:23
[INFO] [stdout]      |
[INFO] [stdout] 4539 |     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] 4539 |     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:4551:24
[INFO] [stdout]      |
[INFO] [stdout] 4551 |     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] 4551 |     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:4584:23
[INFO] [stdout]      |
[INFO] [stdout] 4584 |     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] 4584 |     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:4596:24
[INFO] [stdout]      |
[INFO] [stdout] 4596 |     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] 4596 |     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:4631:23
[INFO] [stdout]      |
[INFO] [stdout] 4631 |     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] 4631 |     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:4643:24
[INFO] [stdout]      |
[INFO] [stdout] 4643 |     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] 4643 |     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:4683:23
[INFO] [stdout]      |
[INFO] [stdout] 4683 |     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] 4683 |     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:4695:24
[INFO] [stdout]      |
[INFO] [stdout] 4695 |     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] 4695 |     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:4731:23
[INFO] [stdout]      |
[INFO] [stdout] 4731 |     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] 4731 |     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:4743:24
[INFO] [stdout]      |
[INFO] [stdout] 4743 |     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] 4743 |     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:4779:23
[INFO] [stdout]      |
[INFO] [stdout] 4779 |     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] 4779 |     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:4791:24
[INFO] [stdout]      |
[INFO] [stdout] 4791 |     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] 4791 |     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:4827:23
[INFO] [stdout]      |
[INFO] [stdout] 4827 |     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] 4827 |     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:4839:24
[INFO] [stdout]      |
[INFO] [stdout] 4839 |     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] 4839 |     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:4866:23
[INFO] [stdout]      |
[INFO] [stdout] 4866 |     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] 4866 |     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:4878:24
[INFO] [stdout]      |
[INFO] [stdout] 4878 |     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] 4878 |     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:4919:24
[INFO] [stdout]      |
[INFO] [stdout] 4919 |     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] 4919 |     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:5035:23
[INFO] [stdout]      |
[INFO] [stdout] 5035 |     fn cast_ref(kind: AnyNodeRef) -> Option<Self::Ref<'_>> {
[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] 5035 |     fn cast_ref(kind: AnyNodeRef<'_>) -> Option<Self::Ref<'_>> {
[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:5234:24
[INFO] [stdout]      |
[INFO] [stdout] 5234 |     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] 5234 |     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:5343:23
[INFO] [stdout]      |
[INFO] [stdout] 5343 |     fn cast_ref(kind: AnyNodeRef) -> Option<Self::Ref<'_>> {
[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] 5343 |     fn cast_ref(kind: AnyNodeRef<'_>) -> Option<Self::Ref<'_>> {
[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:5361:24
[INFO] [stdout]      |
[INFO] [stdout] 5361 |     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] 5361 |     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:835:22
[INFO] [stdout]     |
[INFO] [stdout] 835 |     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] 835 |     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:841:24
[INFO] [stdout]     |
[INFO] [stdout] 841 |     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] 841 |     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:1293:17
[INFO] [stdout]      |
[INFO] [stdout] 1293 |     pub fn iter(&self) -> Iter<FStringPart> {
[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] 1293 |     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:1299:21
[INFO] [stdout]      |
[INFO] [stdout] 1299 |     pub fn iter_mut(&mut self) -> IterMut<FStringPart> {
[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] 1299 |     pub 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:1746:17
[INFO] [stdout]      |
[INFO] [stdout] 1746 |     pub fn iter(&self) -> Iter<StringLiteral> {
[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] 1746 |     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:1752:21
[INFO] [stdout]      |
[INFO] [stdout] 1752 |     pub fn iter_mut(&mut self) -> IterMut<StringLiteral> {
[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] 1752 |     pub 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:2135:17
[INFO] [stdout]      |
[INFO] [stdout] 2135 |     pub fn iter(&self) -> Iter<BytesLiteral> {
[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] 2135 |     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:2141:21
[INFO] [stdout]      |
[INFO] [stdout] 2141 |     pub fn iter_mut(&mut self) -> IterMut<BytesLiteral> {
[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] 2141 |     pub 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:3526:17
[INFO] [stdout]      |
[INFO] [stdout] 3526 |     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] 3526 |     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<Item = IfElifBranch> {
[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<Item = IfElifBranch<'_>> {
[INFO] [stdout]    |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling red_knot_vendored v0.0.0 (/opt/rustwide/workdir/crates/red_knot_vendored)
[INFO] [stderr]     Checking termtree v0.4.1
[INFO] [stderr]     Checking ruff_python_parser v0.0.0 (/opt/rustwide/workdir/crates/ruff_python_parser)
[INFO] [stderr]     Checking ruff_python_literal v0.0.0 (/opt/rustwide/workdir/crates/ruff_python_literal)
[INFO] [stdout] warning: use of deprecated constant `std::f64::EPSILON`: replaced by the `EPSILON` associated constant on `f64`
[INFO] [stdout]  --> crates/ruff_python_literal/src/float.rs:4:34
[INFO] [stdout]   |
[INFO] [stdout] 4 |     (v - v.round()).abs() < f64::EPSILON
[INFO] [stdout]   |                                  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking difflib v0.4.0
[INFO] [stderr]     Checking js-sys v0.3.72
[INFO] [stderr]     Checking predicates-tree v1.0.11
[INFO] [stderr]     Checking clearscreen v3.0.0
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]     Checking predicates v3.1.2
[INFO] [stderr]     Checking insta-cmd v0.6.0
[INFO] [stderr]     Checking rustls-pki-types v1.7.0
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking assert_fs v1.1.2
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]    Compiling rustls v0.23.10
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[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:1662:20
[INFO] [stdout]      |
[INFO] [stdout] 1662 | 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] 1662 | pub fn lex(source: &str, mode: Mode) -> Lexer<'_> {
[INFO] [stdout]      |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]     Checking ruff_db v0.0.0 (/opt/rustwide/workdir/crates/ruff_db)
[INFO] [stderr]     Checking ruff_python_semantic v0.0.0 (/opt/rustwide/workdir/crates/ruff_python_semantic)
[INFO] [stderr]     Checking ruff_python_index v0.0.0 (/opt/rustwide/workdir/crates/ruff_python_index)
[INFO] [stderr]     Checking ruff_python_formatter v0.0.0 (/opt/rustwide/workdir/crates/ruff_python_formatter)
[INFO] [stdout] warning: unused import: `command`
[INFO] [stdout]  --> crates/ruff_python_formatter/src/cli.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | use clap::{command, Parser, ValueEnum};
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/ruff_db/src/diagnostic.rs:13:16
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn message(&self) -> std::borrow::Cow<str>;
[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] 13 |     fn message(&self) -> std::borrow::Cow<'_, str>;
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/ruff_db/src/diagnostic.rs:84:16
[INFO] [stdout]    |
[INFO] [stdout] 84 |     fn message(&self) -> Cow<str> {
[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 message(&self) -> Cow<'_, str> {
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_db/src/diagnostic.rs:109:16
[INFO] [stdout]     |
[INFO] [stdout] 109 |     fn message(&self) -> std::borrow::Cow<str> {
[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] 109 |     fn message(&self) -> std::borrow::Cow<'_, str> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_db/src/diagnostic.rs:131:16
[INFO] [stdout]     |
[INFO] [stdout] 131 |     fn message(&self) -> Cow<str> {
[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] 131 |     fn message(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_db/src/diagnostic.rs:165:16
[INFO] [stdout]     |
[INFO] [stdout] 165 |     fn message(&self) -> Cow<str> {
[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] 165 |     fn message(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_db/src/system/path.rs:160:23
[INFO] [stdout]     |
[INFO] [stdout] 160 |     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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 160 |     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:123:21
[INFO] [stdout]     |
[INFO] [stdout] 123 |     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] 123 |     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:256:20
[INFO] [stdout]     |
[INFO] [stdout] 256 |     fn lookup_path(&mut self, path: &NormalizedVendoredPath) -> Result<ZipFile> {
[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] 256 |     fn lookup_path(&mut self, path: &NormalizedVendoredPath) -> Result<ZipFile<'_>> {
[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:36:23
[INFO] [stdout]    |
[INFO] [stdout] 36 |     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] 36 |     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/ruff_python_semantic/src/imports.rs:60:23
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn qualified_name(&self) -> QualifiedName {
[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] 60 |     fn qualified_name(&self) -> QualifiedName<'_> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking ruff_python_codegen v0.0.0 (/opt/rustwide/workdir/crates/ruff_python_codegen)
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking ruff_linter v0.7.3 (/opt/rustwide/workdir/crates/ruff_linter)
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking web-sys v0.3.69
[INFO] [stderr]     Checking webpki-roots v0.26.1
[INFO] [stderr]     Checking console_error_panic_hook v0.1.7
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking is-terminal v0.4.12
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking base64 v0.22.0
[INFO] [stderr]     Checking ruff_python_ast_integration_tests v0.0.0 (/opt/rustwide/workdir/crates/ruff_python_ast_integration_tests)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_python_formatter/src/comments/mod.rs:361:48
[INFO] [stdout]     |
[INFO] [stdout] 361 |     pub(crate) fn leading_dangling_trailing<T>(&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] 361 |     pub(crate) fn leading_dangling_trailing<T>(&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<T>(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<T>(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<T>(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<T>(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<V> {
[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:122:20
[INFO] [stdout]     |
[INFO] [stdout] 122 |     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] 122 |     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:65:29
[INFO] [stdout]    |
[INFO] [stdout] 65 | fn normalize_integer(input: &str) -> Cow<str> {
[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] 65 | 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:110:37
[INFO] [stdout]     |
[INFO] [stdout] 110 | fn normalize_floating_number(input: &str) -> Cow<str> {
[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] 110 | 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:1029:58
[INFO] [stdout]      |
[INFO] [stdout] 1029 |     fn new(original: InputDocstringLine<'src>) -> Option<CodeExampleRst> {
[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] 1029 |     fn new(original: InputDocstringLine<'src>) -> Option<CodeExampleRst<'src>> {
[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:1064:69
[INFO] [stdout]      |
[INFO] [stdout] 1064 |     fn new_code_block(original: InputDocstringLine<'src>) -> Option<CodeExampleRst> {
[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] 1064 |     fn new_code_block(original: InputDocstringLine<'src>) -> Option<CodeExampleRst<'src>> {
[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:603:12
[INFO] [stdout]     |
[INFO] [stdout] 603 |     input: &str,
[INFO] [stdout]     |            ^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 609 | ) -> Cow<str> {
[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] 609 | ) -> 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:788:31
[INFO] [stdout]     |
[INFO] [stdout] 788 |     fn normalize(self, input: &str) -> Option<Cow<str>> {
[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] 788 |     fn normalize(self, input: &str) -> Option<Cow<'_, str>> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]     Checking oorandom v11.1.3
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking console_log v1.0.0
[INFO] [stderr]     Checking serde_test v1.0.177
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling portable-atomic v1.6.0
[INFO] [stderr]     Checking wasm-bindgen-futures v0.4.45
[INFO] [stderr]    Compiling wasm-bindgen-test-macro v0.3.45
[INFO] [stderr]     Checking rustls-webpki v0.102.5
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/red_knot_python_semantic/src/module_resolver/mod.rs:21:39
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub fn system_module_search_paths(db: &dyn Db) -> SystemModuleSearchPathsIter {
[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] 21 | pub fn system_module_search_paths(db: &dyn Db) -> SystemModuleSearchPathsIter<'_> {
[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/module_resolver/resolver.rs:122:32
[INFO] [stdout]     |
[INFO] [stdout] 122 | pub(crate) fn search_paths(db: &dyn Db) -> SearchPathIterator {
[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] 122 | pub(crate) fn search_paths(db: &dyn Db) -> SearchPathIterator<'_> {
[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:138:31
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub(super) fn use_def_map(&self, scope_id: FileScopeId) -> Arc<UseDefMap> {
[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] 138 |     pub(super) fn use_def_map(&self, scope_id: FileScopeId) -> Arc<UseDefMap<'_>> {
[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:169:29
[INFO] [stdout]     |
[INFO] [stdout] 169 |     pub(crate) fn scope_ids(&self) -> impl Iterator<Item = ScopeId> {
[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] 169 |     pub(crate) fn scope_ids(&self) -> impl Iterator<Item = ScopeId<'_>> {
[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:188:37
[INFO] [stdout]     |
[INFO] [stdout] 188 |     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] 188 |     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:194:32
[INFO] [stdout]     |
[INFO] [stdout] 194 |     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] 194 |     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:200:35
[INFO] [stdout]     |
[INFO] [stdout] 200 |     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] 200 |     pub(crate) fn ancestor_scopes(&self, scope: FileScopeId) -> AncestorsIter<'_> {
[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/use_def/symbol_state.rs:114:24
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub(super) fn iter(&self) -> DeclarationIdIterator {
[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] 114 |     pub(super) fn iter(&self) -> DeclarationIdIterator<'_> {
[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/use_def/symbol_state.rs:177:24
[INFO] [stdout]     |
[INFO] [stdout] 177 |     pub(super) fn iter(&self) -> BindingIdWithConstraintsIterator {
[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] 177 |     pub(super) fn iter(&self) -> BindingIdWithConstraintsIterator<'_> {
[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/types.rs:1666:40
[INFO] [stdout]      |
[INFO] [stdout] 1666 |     pub fn instance_fallback(self, db: &dyn Db) -> Type {
[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] 1666 |     pub fn instance_fallback(self, db: &dyn Db) -> Type<'_> {
[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/types.rs:2047:28
[INFO] [stdout]      |
[INFO] [stdout] 2047 |     fn into_type(self, db: &dyn Db) -> Type {
[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] 2047 |     fn into_type(self, db: &dyn Db) -> Type<'_> {
[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/types.rs:2209:49
[INFO] [stdout]      |
[INFO] [stdout] 2209 |     fn explicit_bases(self, db: &'db dyn Db) -> &[Type<'db>] {
[INFO] [stdout]      |                                  ---            ^^^^^^^---^^
[INFO] [stdout]      |                                  |              |      |
[INFO] [stdout]      |                                  |              |      the same lifetime is named here
[INFO] [stdout]      |                                  |              the same lifetime is elided here
[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 `'db`
[INFO] [stdout]      |
[INFO] [stdout] 2209 |     fn explicit_bases(self, db: &'db dyn Db) -> &'db [Type<'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/types/diagnostic.rs:40:16
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn message(&self) -> Cow<str> {
[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] 40 |     fn message(&self) -> Cow<'_, str> {
[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/types/display.rs:16:20
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub fn display(&self, db: &'db dyn Db) -> DisplayType {
[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 fn display(&self, db: &'db dyn Db) -> DisplayType<'_> {
[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/types/display.rs:301:16
[INFO] [stdout]     |
[INFO] [stdout] 301 |     fn display(&self, db: &'db dyn Db) -> DisplayTypeArray;
[INFO] [stdout]     |                ^^^^^                      ^^^^^^^^^^^^^^^^ the same lifetimes are 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] 301 |     fn display(&self, db: &'db dyn Db) -> DisplayTypeArray<'_, '_>;
[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/types/display.rs:305:16
[INFO] [stdout]     |
[INFO] [stdout] 305 |     fn display(&self, db: &'db dyn Db) -> DisplayTypeArray {
[INFO] [stdout]     |                ^^^^^                      ^^^^^^^^^^^^^^^^ the same lifetimes are 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] 305 |     fn display(&self, db: &'db dyn Db) -> DisplayTypeArray<'_, '_> {
[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/types/display.rs:311:16
[INFO] [stdout]     |
[INFO] [stdout] 311 |     fn display(&self, db: &'db dyn Db) -> DisplayTypeArray {
[INFO] [stdout]     |                ^^^^^                      ^^^^^^^^^^^^^^^^ the same lifetimes are 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] 311 |     fn display(&self, db: &'db dyn Db) -> DisplayTypeArray<'_, '_> {
[INFO] [stdout]     |                                                           ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking wasm-bindgen-test v0.3.45
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/red_knot_python_semantic/src/types/infer.rs:4461:21
[INFO] [stdout]      |
[INFO] [stdout] 4461 |     fn ty(self, db: &dyn Db) -> Type {
[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] 4461 |     fn ty(self, db: &dyn Db) -> Type<'_> {
[INFO] [stdout]      |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking red_knot_workspace v0.0.0 (/opt/rustwide/workdir/crates/red_knot_workspace)
[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/656a9da186dacaf3bf8f7f7296a825d256cb4ae3/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,unused-externs-silent --crate-type lib --emit=dep-info,metadata -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=94a1390080f6734c -C extra-filename=-57ce70cbb1b28fd2 --out-dir /opt/rustwide/target/debug/build/lsp-types/57ce70cbb1b28fd2/out -L dependency=/opt/rustwide/target/debug/build/form_urlencoded/3c676194eacaa68c/out -L dependency=/opt/rustwide/target/debug/build/idna/097de1a422ac5890/out -L dependency=/opt/rustwide/target/debug/build/itoa/7ce56ce506ff1e6f/out -L dependency=/opt/rustwide/target/debug/build/memchr/a8313380c25031b5/out -L dependency=/opt/rustwide/target/debug/build/percent-encoding/70e4695576ffb191/out -L dependency=/opt/rustwide/target/debug/build/ryu/59d36dda483fee43/out -L dependency=/opt/rustwide/target/debug/build/serde/9d5cb40224a7f0b2/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/2e24dab2a52f818a/out -L dependency=/opt/rustwide/target/debug/build/tinyvec/592b78aeffe2f5b3/out -L dependency=/opt/rustwide/target/debug/build/tinyvec_macros/8f2743a6fdad0226/out -L dependency=/opt/rustwide/target/debug/build/unicode-bidi/c2154a6878c7f3ce/out -L dependency=/opt/rustwide/target/debug/build/unicode-normalization/278b0f1091a372b0/out --extern bitflags=/opt/rustwide/target/debug/build/bitflags/6dcfbc6bad33d8b2/out/libbitflags-6dcfbc6bad33d8b2.rmeta --extern serde=/opt/rustwide/target/debug/build/serde/9d5cb40224a7f0b2/out/libserde-9d5cb40224a7f0b2.rmeta --extern serde_json=/opt/rustwide/target/debug/build/serde_json/1e06fe377423a78f/out/libserde_json-1e06fe377423a78f.rmeta --extern serde_repr=/opt/rustwide/target/debug/build/serde_repr/6e33d7d92d1351f5/out/libserde_repr-6e33d7d92d1351f5.so --extern url=/opt/rustwide/target/debug/build/url/f67864e1e0a273d6/out/liburl-f67864e1e0a273d6.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/red_knot_workspace/src/workspace.rs:531:16
[INFO] [stdout]     |
[INFO] [stdout] 531 |     fn message(&self) -> Cow<str> {
[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] 531 |     fn message(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/red_knot_workspace/src/workspace/files.rs:44:23
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub(super) fn get(&self) -> Index {
[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] 44 |     pub(super) fn get(&self) -> Index<'_> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/red_knot_workspace/src/workspace/files.rs:63:35
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub(super) fn indexed_mut(db: &mut dyn Db, package: Package) -> Option<IndexedMut> {
[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] 63 |     pub(super) fn indexed_mut(db: &mut dyn Db, package: Package) -> Option<IndexedMut<'_>> {
[INFO] [stdout]    |                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_linter/src/checkers/ast/mod.rs:295:29
[INFO] [stdout]     |
[INFO] [stdout] 295 |     pub(crate) fn generator(&self) -> Generator {
[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] 295 |     pub(crate) fn generator(&self) -> Generator<'_> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/ruff_linter/src/cst/matchers.rs:11:41
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub(crate) fn match_module(module_text: &str) -> Result<Module> {
[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] 11 | pub(crate) fn match_module(module_text: &str) -> Result<Module<'_>> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/ruff_linter/src/cst/matchers.rs:18:47
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub(crate) fn match_statement(statement_text: &str) -> Result<Statement> {
[INFO] [stdout]    |                                               ^^^^            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                               |
[INFO] [stdout]    |                                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub(crate) fn match_statement(statement_text: &str) -> Result<Statement<'_>> {
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_linter/src/cst/matchers.rs:231:49
[INFO] [stdout]     |
[INFO] [stdout] 231 | pub(crate) fn match_expression(expression_text: &str) -> Result<Expression> {
[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] 231 | pub(crate) fn match_expression(expression_text: &str) -> Result<Expression<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/ruff_linter/src/doc_lines.rs:16:45
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub(crate) fn doc_lines_from_tokens(tokens: &Tokens) -> DocLines {
[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 doc_lines_from_tokens(tokens: &Tokens) -> DocLines<'_> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/ruff_linter/src/docstrings/mod.rs:27:24
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub(crate) fn body(&self) -> DocstringBody {
[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] 27 |     pub(crate) fn body(&self) -> DocstringBody<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_linter/src/docstrings/sections.rs:237:24
[INFO] [stdout]     |
[INFO] [stdout] 237 |     pub(crate) fn iter(&self) -> SectionContextsIter {
[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] 237 |     pub(crate) fn iter(&self) -> SectionContextsIter<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/ruff_linter/src/locator.rs:52:27
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn to_source_code(&self) -> SourceCode {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^ the same lifetimes are 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] 52 |     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_linter/src/message/mod.rs:259:41
[INFO] [stdout]     |
[INFO] [stdout] 259 | fn group_messages_by_filename(messages: &[Message]) -> BTreeMap<&str, Vec<MessageWithLocation>> {
[INFO] [stdout]     |                                         ^^^^^^^^^^              ^^^^      ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                         |                       |
[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] 259 | fn group_messages_by_filename(messages: &[Message]) -> BTreeMap<&str, Vec<MessageWithLocation<'_>>> {
[INFO] [stdout]     |                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> crates/ruff_linter/src/message/diff.rs:29:64
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub(crate) fn from_message(message: &'a Message) -> Option<Diff> {
[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 `'a`
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub(crate) fn from_message(message: &'a Message) -> Option<Diff<'a>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_linter/src/message/text.rs:308:31
[INFO] [stdout]     |
[INFO] [stdout] 308 | fn replace_whitespace(source: &str, annotation_range: TextRange) -> SourceCode {
[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] 308 | fn replace_whitespace(source: &str, annotation_range: TextRange) -> SourceCode<'_> {
[INFO] [stdout]     |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_linter/src/noqa.rs:243:24
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub(crate) fn iter(&self) -> std::slice::Iter<Code> {
[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] 243 |     pub(crate) fn iter(&self) -> std::slice::Iter<'_, Code<'_>> {
[INFO] [stdout]     |                                                   +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_linter/src/noqa.rs:417:25
[INFO] [stdout]     |
[INFO] [stdout] 417 |     pub(crate) fn lines(&self) -> &[FileNoqaDirectiveLine] {
[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] 417 |     pub(crate) fn lines(&self) -> &[FileNoqaDirectiveLine<'_>] {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_linter/src/noqa.rs:947:44
[INFO] [stdout]     |
[INFO] [stdout] 947 |     pub(crate) fn find_line_with_directive(&self, offset: TextSize) -> Option<&NoqaDirectiveLine> {
[INFO] [stdout]     |                                            ^^^^^                              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |                                  ||
[INFO] [stdout]     |                                            |                                  |the same lifetime is hidden here
[INFO] [stdout]     |                                            the lifetime is elided here        the same 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] 947 |     pub(crate) fn find_line_with_directive(&self, offset: TextSize) -> Option<&NoqaDirectiveLine<'_>> {
[INFO] [stdout]     |                                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_linter/src/noqa.rs:980:25
[INFO] [stdout]     |
[INFO] [stdout] 980 |     pub(crate) fn lines(&self) -> &[NoqaDirectiveLine] {
[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] 980 |     pub(crate) fn lines(&self) -> &[NoqaDirectiveLine<'_>] {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_linter/src/rules/flake8_simplify/rules/collapsible_if.rs:179:28
[INFO] [stdout]     |
[INFO] [stdout] 179 | fn nested_if_body(stmt_if: &ast::StmtIf) -> Option<NestedIf> {
[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] 179 | fn nested_if_body(stmt_if: &ast::StmtIf) -> Option<NestedIf<'_>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_linter/src/rules/flake8_simplify/rules/reimplemented_builtin.rs:261:21
[INFO] [stdout]     |
[INFO] [stdout] 261 | fn match_loop(stmt: &Stmt) -> Option<Loop> {
[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] 261 | fn match_loop(stmt: &Stmt) -> Option<Loop<'_>> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_linter/src/rules/flake8_simplify/rules/reimplemented_builtin.rs:312:28
[INFO] [stdout]     |
[INFO] [stdout] 312 | fn match_else_return(stmt: &Stmt) -> Option<Terminal> {
[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] 312 | fn match_else_return(stmt: &Stmt) -> Option<Terminal<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_linter/src/rules/isort/categorize.rs:339:19
[INFO] [stdout]     |
[INFO] [stdout] 339 |     fn categorize(&self, module_name: &str) -> Option<(&ImportSection, Reason)> {
[INFO] [stdout]     |                   ^^^^^                                ^^^^^^^^^^^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                                    |
[INFO] [stdout]     |                   the lifetime is elided here          the same 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] 339 |     fn categorize(&self, module_name: &str) -> Option<(&ImportSection, Reason<'_>)> {
[INFO] [stdout]     |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_linter/src/rules/isort/categorize.rs:363:29
[INFO] [stdout]     |
[INFO] [stdout] 363 |     fn categorize_submodule(&self, submodule: &str) -> Option<(&ImportSection, Reason)> {
[INFO] [stdout]     |                             ^^^^^                              ^^^^^^^^^^^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                                  |
[INFO] [stdout]     |                             the lifetime is elided here        the same 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] 363 |     fn categorize_submodule(&self, submodule: &str) -> Option<(&ImportSection, Reason<'_>)> {
[INFO] [stdout]     |                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_linter/src/rules/pydoclint/rules/check_docstring.rs:438:27
[INFO] [stdout]     |
[INFO] [stdout] 438 | fn parse_entries(content: &str, style: Option<SectionStyle>) -> Vec<QualifiedName> {
[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] 438 | fn parse_entries(content: &str, style: Option<SectionStyle>) -> Vec<QualifiedName<'_>> {
[INFO] [stdout]     |                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_linter/src/rules/pydoclint/rules/check_docstring.rs:460:34
[INFO] [stdout]     |
[INFO] [stdout] 460 | fn parse_entries_google(content: &str) -> Vec<QualifiedName> {
[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] 460 | fn parse_entries_google(content: &str) -> Vec<QualifiedName<'_>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_linter/src/rules/pydoclint/rules/check_docstring.rs:482:33
[INFO] [stdout]     |
[INFO] [stdout] 482 | fn parse_entries_numpy(content: &str) -> Vec<QualifiedName> {
[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] 482 | fn parse_entries_numpy(content: &str) -> Vec<QualifiedName<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_linter/src/rules/pydocstyle/settings.rs:113:30
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn ignore_decorators(&self) -> DecoratorIterator {
[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] 113 |     pub fn ignore_decorators(&self) -> DecoratorIterator<'_> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_linter/src/rules/pydocstyle/settings.rs:117:32
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub fn property_decorators(&self) -> DecoratorIterator {
[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] 117 |     pub fn property_decorators(&self) -> DecoratorIterator<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_linter/src/rules/pylint/rules/non_slot_assignment.rs:103:37
[INFO] [stdout]     |
[INFO] [stdout] 103 | fn is_attributes_not_in_slots(body: &[Stmt]) -> Vec<AttributeAssignment> {
[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] 103 | fn is_attributes_not_in_slots(body: &[Stmt]) -> Vec<AttributeAssignment<'_>> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/ruff_linter/src/rules/pyupgrade/rules/unnecessary_encode_utf8.rs:97:34
[INFO] [stdout]    |
[INFO] [stdout] 97 | fn match_encoding_arg(arguments: &Arguments) -> Option<EncodingArg> {
[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] 97 | fn match_encoding_arg(arguments: &Arguments) -> Option<EncodingArg<'_>> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_linter/src/rules/pyupgrade/rules/yield_in_for_loop.rs:152:65
[INFO] [stdout]     |
[INFO] [stdout] 152 | fn collect_names<'a>(expr: &'a Expr) -> Box<dyn Iterator<Item = &ast::ExprName> + 'a> {
[INFO] [stdout]     |                             -- the lifetime is named here       ^^^^^^^^^^^^^^ the same 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 152 | fn collect_names<'a>(expr: &'a Expr) -> Box<dyn Iterator<Item = &'a ast::ExprName> + 'a> {
[INFO] [stdout]     |                                                                  ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_linter/src/rules/refurb/rules/reimplemented_starmap.rs:360:46
[INFO] [stdout]     |
[INFO] [stdout] 360 | fn match_comprehension_target(comprehension: &ast::Comprehension) -> Option<ComprehensionTarget> {
[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] 360 | fn match_comprehension_target(comprehension: &ast::Comprehension) -> Option<ComprehensionTarget<'_>> {
[INFO] [stdout]     |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_linter/src/rules/refurb/rules/slice_to_remove_prefix_or_suffix.rs:145:37
[INFO] [stdout]     |
[INFO] [stdout] 145 | fn affix_removal_data_expr(if_expr: &ast::ExprIf) -> Option<RemoveAffixData> {
[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] 145 | fn affix_removal_data_expr(if_expr: &ast::ExprIf) -> Option<RemoveAffixData<'_>> {
[INFO] [stdout]     |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/ruff_linter/src/rules/refurb/rules/slice_to_remove_prefix_or_suffix.rs:171:37
[INFO] [stdout]     |
[INFO] [stdout] 171 | fn affix_removal_data_stmt(if_stmt: &ast::StmtIf) -> Option<RemoveAffixData> {
[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] 171 | fn affix_removal_data_stmt(if_stmt: &ast::StmtIf) -> Option<RemoveAffixData<'_>> {
[INFO] [stdout]     |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a8760a4f1c234028d4d2e26b5cd915f370a4f03daea503c62d213ae9de0d9cf9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a8760a4f1c234028d4d2e26b5cd915f370a4f03daea503c62d213ae9de0d9cf9", kill_on_drop: false }`
[INFO] [stdout] a8760a4f1c234028d4d2e26b5cd915f370a4f03daea503c62d213ae9de0d9cf9
