[INFO] cloning repository https://github.com/koshin01/biome
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/koshin01/biome" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkoshin01%2Fbiome", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkoshin01%2Fbiome'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d876a385ca4270dd3a24d826a0ae266048619bbe
[INFO] checking koshin01/biome against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkoshin01%2Fbiome" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  59% (10665/17953)
Updating files:  60% (10772/17953)
Updating files:  61% (10952/17953)
Updating files:  62% (11131/17953)
Updating files:  63% (11311/17953)
Updating files:  64% (11490/17953)
Updating files:  65% (11670/17953)
Updating files:  66% (11849/17953)
Updating files:  67% (12029/17953)
Updating files:  68% (12209/17953)
Updating files:  69% (12388/17953)
Updating files:  70% (12568/17953)
Updating files:  71% (12747/17953)
Updating files:  72% (12927/17953)
Updating files:  73% (13106/17953)
Updating files:  74% (13286/17953)
Updating files:  75% (13465/17953)
Updating files:  76% (13645/17953)
Updating files:  77% (13824/17953)
Updating files:  78% (14004/17953)
Updating files:  79% (14183/17953)
Updating files:  80% (14363/17953)
Updating files:  81% (14542/17953)
Updating files:  82% (14722/17953)
Updating files:  83% (14901/17953)
Updating files:  84% (15081/17953)
Updating files:  85% (15261/17953)
Updating files:  86% (15440/17953)
Updating files:  87% (15620/17953)
Updating files:  88% (15799/17953)
Updating files:  89% (15979/17953)
Updating files:  90% (16158/17953)
Updating files:  91% (16338/17953)
Updating files:  92% (16517/17953)
Updating files:  93% (16697/17953)
Updating files:  94% (16876/17953)
Updating files:  95% (17056/17953)
Updating files:  96% (17235/17953)
Updating files:  97% (17415/17953)
Updating files:  98% (17594/17953)
Updating files:  99% (17774/17953)
Updating files: 100% (17953/17953)
Updating files: 100% (17953/17953), done.
[INFO] removed /workspace/builds/worker-6-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-6-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/koshin01/biome
[INFO] finished tweaking git repo https://github.com/koshin01/biome
[INFO] tweaked toml for git repo https://github.com/koshin01/biome written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/koshin01/biome on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/koshin01/biome 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: unused workspace dependency `biome_graphql_semantic`
[INFO] [stderr]    --> Cargo.toml:192:25
[INFO] [stderr]     |
[INFO] [stderr] 192 | [workspace.dependencies.biome_graphql_semantic]
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the workspace dependency `biome_graphql_semantic`
[INFO] [stderr] warning: unused workspace dependency `biome_markdown_parser`
[INFO] [stderr]    --> Cargo.toml:319:25
[INFO] [stderr]     |
[INFO] [stderr] 319 | [workspace.dependencies.biome_markdown_parser]
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the workspace dependency `biome_markdown_parser`
[INFO] [stderr] warning: unused workspace dependency `biome_tailwind_parser`
[INFO] [stderr]    --> Cargo.toml:385:25
[INFO] [stderr]     |
[INFO] [stderr] 385 | [workspace.dependencies.biome_tailwind_parser]
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the workspace dependency `biome_tailwind_parser`
[INFO] [stderr] warning: unused workspace dependency `biome_yaml_parser`
[INFO] [stderr]    --> Cargo.toml:416:25
[INFO] [stderr]     |
[INFO] [stderr] 416 | [workspace.dependencies.biome_yaml_parser]
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the workspace dependency `biome_yaml_parser`
[INFO] [stderr] warning: unused workspace dependency `xtask_codegen`
[INFO] [stderr]    --> Cargo.toml:468:25
[INFO] [stderr]     |
[INFO] [stderr] 468 | [workspace.dependencies.xtask_codegen]
[INFO] [stderr]     |                         ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the workspace dependency `xtask_codegen`
[INFO] [stderr] warning: unused workspace dependency `xtask_coverage`
[INFO] [stderr]    --> Cargo.toml:471:25
[INFO] [stderr]     |
[INFO] [stderr] 471 | [workspace.dependencies.xtask_coverage]
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the workspace dependency `xtask_coverage`
[INFO] [stderr] warning: workspace (manifest) generated 14 warnings
[INFO] [stderr] warning: crates/biome_graphql_analyze/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_analyze/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_analyze/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_analyze/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_analyze/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_analyze/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_analyze/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_analyze/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_graphql_analyze` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_graphql_factory/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_factory/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_factory/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_factory/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_factory/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_factory/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_factory/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_factory/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_graphql_factory` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_graphql_parser/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_parser/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_parser/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_parser/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_parser/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_parser/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_parser/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_parser/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_graphql_parser` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_flags/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_flags/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_flags/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_flags/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_flags/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_flags/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_flags/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_flags/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_flags` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_markdown_syntax/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markdown_syntax/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markdown_syntax/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markdown_syntax/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markdown_syntax/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markdown_syntax/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markdown_syntax/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markdown_syntax/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_markdown_syntax` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_migrate/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_migrate/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_migrate/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_migrate/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_migrate/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_migrate/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_migrate/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_migrate/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_migrate` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_ungrammar/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_ungrammar/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_ungrammar/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_ungrammar/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_ungrammar/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_ungrammar/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_ungrammar/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_ungrammar/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_ungrammar` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_css_analyze/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_analyze/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_analyze/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_analyze/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_analyze/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_analyze/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_analyze/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_analyze/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_css_analyze` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_tailwind_parser/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_tailwind_parser/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_tailwind_parser/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_tailwind_parser/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_tailwind_parser/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_tailwind_parser/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_tailwind_parser/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_tailwind_parser/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_tailwind_parser` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_js_syntax/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_syntax/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_syntax/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_syntax/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_syntax/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_syntax/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_syntax/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_syntax/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_js_syntax` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_wasm/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_wasm/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_wasm/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_wasm/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_wasm/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_wasm/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_wasm/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_wasm/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_wasm` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_yaml_parser/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_yaml_parser/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_yaml_parser/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_yaml_parser/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_yaml_parser/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_yaml_parser/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_yaml_parser/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_yaml_parser/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_yaml_parser` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_tailwind_factory/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_tailwind_factory/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_tailwind_factory/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_tailwind_factory/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_tailwind_factory/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_tailwind_factory/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_tailwind_factory/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_tailwind_factory/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_tailwind_factory` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_console/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_console/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_console/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_console/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_console/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_console/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_console/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_console/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_console` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_configuration_macros/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_configuration_macros/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_configuration_macros/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_configuration_macros/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_configuration_macros/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_configuration_macros/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_configuration_macros/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_configuration_macros/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_configuration_macros` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_grit_parser/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_parser/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_parser/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_parser/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_parser/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_parser/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_parser/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_parser/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_grit_parser` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_diagnostics_macros/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_diagnostics_macros/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_diagnostics_macros/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_diagnostics_macros/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_diagnostics_macros/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_diagnostics_macros/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_diagnostics_macros/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_diagnostics_macros/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_diagnostics_macros` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_css_syntax/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_syntax/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_syntax/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_syntax/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_syntax/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_syntax/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_syntax/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_syntax/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_css_syntax` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_glob/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_glob/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_glob/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_glob/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_glob/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_glob/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_glob/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_glob/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_glob` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_graphql_syntax/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_syntax/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_syntax/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_syntax/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_syntax/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_syntax/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_syntax/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_syntax/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_graphql_syntax` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_jsdoc_comment/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_jsdoc_comment/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_jsdoc_comment/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_jsdoc_comment/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_jsdoc_comment/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_jsdoc_comment/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_jsdoc_comment/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_jsdoc_comment/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_jsdoc_comment` (manifest) generated 8 warnings
[INFO] [stderr] warning: xtask/coverage/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: xtask/coverage/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: xtask/coverage/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: xtask/coverage/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: xtask/coverage/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: xtask/coverage/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: xtask/coverage/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: xtask/coverage/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: binary `xtask_coverage` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc1/source/target/.../xtask_coverage
[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 `xtask-coverage`, convert `package.name`
[INFO] [stderr]   --> xtask/coverage/Cargo.toml:2:11
[INFO] [stderr]    |
[INFO] [stderr]  2 - name    = "xtask_coverage"
[INFO] [stderr]  2 + name    = "xtask-coverage"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `xtask-coverage`, specify `bin.name`
[INFO] [stderr]   --> xtask/coverage/Cargo.toml:33:18
[INFO] [stderr]    |
[INFO] [stderr] 33 ~ workspace = true
[INFO] [stderr] 34 + [[bin]]
[INFO] [stderr] 35 + name = "xtask-coverage"
[INFO] [stderr] 36 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `xtask_coverage` (manifest) generated 9 warnings
[INFO] [stderr] warning: crates/biome_grit_factory/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_factory/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_factory/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_factory/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_factory/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_factory/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_factory/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_factory/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_grit_factory` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_js_runtime/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_runtime/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_runtime/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_runtime/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_runtime/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_runtime/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_runtime/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_runtime/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_js_runtime` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_graphql_semantic/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_semantic/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_semantic/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_semantic/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_semantic/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_semantic/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_semantic/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_semantic/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_graphql_semantic` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_suppression/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_suppression/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_suppression/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_suppression/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_suppression/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_suppression/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_suppression/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_suppression/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_suppression` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_deserialize_macros/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_deserialize_macros/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_deserialize_macros/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_deserialize_macros/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_deserialize_macros/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_deserialize_macros/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_deserialize_macros/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_deserialize_macros/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_deserialize_macros` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_js_factory/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_factory/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_factory/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_factory/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_factory/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_factory/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_factory/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_factory/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_js_factory` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_html_analyze/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_analyze/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_analyze/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_analyze/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_analyze/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_analyze/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_analyze/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_analyze/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_html_analyze` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_js_type_info/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_type_info/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_type_info/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_type_info/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_type_info/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_type_info/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_type_info/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_type_info/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_js_type_info` (manifest) generated 8 warnings
[INFO] [stderr] warning: xtask/codegen/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: xtask/codegen/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: xtask/codegen/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: xtask/codegen/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: xtask/codegen/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: xtask/codegen/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: xtask/codegen/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: xtask/codegen/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: binary `xtask_codegen` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc1/source/target/.../xtask_codegen
[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 `xtask-codegen`, convert `package.name`
[INFO] [stderr]   --> xtask/codegen/Cargo.toml:2:11
[INFO] [stderr]    |
[INFO] [stderr]  2 - name    = "xtask_codegen"
[INFO] [stderr]  2 + name    = "xtask-codegen"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `xtask-codegen`, specify `bin.name`
[INFO] [stderr]   --> xtask/codegen/Cargo.toml:81:18
[INFO] [stderr]    |
[INFO] [stderr] 81 ~ workspace = true
[INFO] [stderr] 82 + [[bin]]
[INFO] [stderr] 83 + name = "xtask-codegen"
[INFO] [stderr] 84 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `xtask_codegen` (manifest) generated 9 warnings
[INFO] [stderr] warning: xtask/rules_check/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: xtask/rules_check/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: xtask/rules_check/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: xtask/rules_check/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: xtask/rules_check/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: xtask/rules_check/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: xtask/rules_check/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: xtask/rules_check/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: binary `rules_check` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc1/source/target/.../rules_check
[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 `rules-check`, convert `package.name`
[INFO] [stderr]   --> xtask/rules_check/Cargo.toml:2:15
[INFO] [stderr]    |
[INFO] [stderr]  2 - name        = "rules_check"
[INFO] [stderr]  2 + name        = "rules-check"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `rules-check`, specify `bin.name`
[INFO] [stderr]   --> xtask/rules_check/Cargo.toml:42:18
[INFO] [stderr]    |
[INFO] [stderr] 42 ~ workspace = true
[INFO] [stderr] 43 + [[bin]]
[INFO] [stderr] 44 + name = "rules-check"
[INFO] [stderr] 45 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `rules_check` (manifest) generated 9 warnings
[INFO] [stderr] warning: crates/biome_html_parser/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_parser/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_parser/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_parser/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_parser/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_parser/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_parser/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_parser/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_html_parser` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_project_layout/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_project_layout/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_project_layout/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_project_layout/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_project_layout/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_project_layout/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_project_layout/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_project_layout/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_project_layout` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_deserialize/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_deserialize/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_deserialize/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_deserialize/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_deserialize/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_deserialize/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_deserialize/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_deserialize/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_deserialize` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_package/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_package/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_package/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_package/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_package/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_package/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_package/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_package/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_package` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_grit_patterns/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_patterns/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_patterns/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_patterns/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_patterns/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_patterns/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_patterns/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_patterns/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_grit_patterns` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_yaml_syntax/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_yaml_syntax/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_yaml_syntax/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_yaml_syntax/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_yaml_syntax/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_yaml_syntax/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_yaml_syntax/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_yaml_syntax/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_yaml_syntax` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_syntax_codegen/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_syntax_codegen/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_syntax_codegen/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_syntax_codegen/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_syntax_codegen/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_syntax_codegen/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_syntax_codegen/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_syntax_codegen/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_syntax_codegen` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_json_value/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_value/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_value/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_value/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_value/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_value/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_value/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_value/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_json_value` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_formatter/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_formatter/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_formatter/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_formatter/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_formatter/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_formatter/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_formatter/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_formatter/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_formatter` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_js_formatter/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_formatter/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_formatter/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_formatter/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_formatter/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_formatter/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_formatter/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_formatter/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_js_formatter` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_yaml_factory/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_yaml_factory/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_yaml_factory/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_yaml_factory/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_yaml_factory/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_yaml_factory/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_yaml_factory/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_yaml_factory/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_yaml_factory` (manifest) generated 8 warnings
[INFO] [stderr] warning: xtask/glue/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: xtask/glue/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: xtask/glue/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: xtask/glue/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: xtask/glue/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: xtask/glue/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: xtask/glue/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: xtask/glue/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `xtask_glue` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_html_syntax/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_syntax/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_syntax/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_syntax/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_syntax/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_syntax/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_syntax/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_syntax/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_html_syntax` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_lsp_converters/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_lsp_converters/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_lsp_converters/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_lsp_converters/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_lsp_converters/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_lsp_converters/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_lsp_converters/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_lsp_converters/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_lsp_converters` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_cli/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_cli/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_cli/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_cli/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_cli/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_cli/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_cli/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_cli/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_cli` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_js_transform/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_transform/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_transform/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_transform/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_transform/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_transform/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_transform/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_transform/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_js_transform` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_tailwind_syntax/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_tailwind_syntax/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_tailwind_syntax/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_tailwind_syntax/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_tailwind_syntax/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_tailwind_syntax/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_tailwind_syntax/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_tailwind_syntax/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_tailwind_syntax` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_html_formatter/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_formatter/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_formatter/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_formatter/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_formatter/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_formatter/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_formatter/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_formatter/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_html_formatter` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_json_factory/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_factory/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_factory/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_factory/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_factory/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_factory/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_factory/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_factory/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_json_factory` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_css_factory/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_factory/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_factory/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_factory/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_factory/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_factory/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_factory/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_factory/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_css_factory` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_html_factory/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_factory/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_factory/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_factory/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_factory/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_factory/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_factory/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_html_factory/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_html_factory` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_markdown_parser/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markdown_parser/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markdown_parser/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markdown_parser/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markdown_parser/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markdown_parser/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markdown_parser/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markdown_parser/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_markdown_parser` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_text_edit/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_text_edit/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_text_edit/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_text_edit/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_text_edit/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_text_edit/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_text_edit/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_text_edit/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_text_edit` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_aria_metadata/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_aria_metadata/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_aria_metadata/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_aria_metadata/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_aria_metadata/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_aria_metadata/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_aria_metadata/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_aria_metadata/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_aria_metadata` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_service/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_service/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_service/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_service/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_service/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_service/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_service/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_service/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_service` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_js_analyze/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_analyze/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_analyze/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_analyze/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_analyze/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_analyze/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_analyze/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_analyze/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_js_analyze` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_fs/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_fs/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_fs/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_fs/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_fs/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_fs/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_fs/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_fs/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_fs` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_js_semantic/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_semantic/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_semantic/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_semantic/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_semantic/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_semantic/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_semantic/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_semantic/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_js_semantic` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_rowan/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_rowan/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_rowan/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_rowan/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_rowan/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_rowan/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_rowan/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_rowan/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_rowan` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_rule_options/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_rule_options/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_rule_options/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_rule_options/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_rule_options/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_rule_options/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_rule_options/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_rule_options/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_rule_options` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_test_utils/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_test_utils/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_test_utils/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_test_utils/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_test_utils/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_test_utils/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_test_utils/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_test_utils/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_test_utils` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_markup/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markup/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markup/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markup/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markup/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markup/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markup/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markup/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_markup` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_grit_syntax/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_syntax/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_syntax/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_syntax/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_syntax/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_syntax/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_syntax/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_syntax/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_grit_syntax` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_js_type_info_macros/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_type_info_macros/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_type_info_macros/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_type_info_macros/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_type_info_macros/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_type_info_macros/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_type_info_macros/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_type_info_macros/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_js_type_info_macros` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_plugin_loader/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_plugin_loader/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_plugin_loader/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_plugin_loader/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_plugin_loader/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_plugin_loader/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_plugin_loader/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_plugin_loader/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_plugin_loader` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_text_size/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_text_size/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_text_size/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_text_size/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_text_size/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_text_size/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_text_size/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_text_size/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_text_size` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_configuration/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_configuration/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_configuration/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_configuration/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_configuration/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_configuration/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_configuration/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_configuration/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_configuration` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_resolver/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_resolver/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_resolver/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_resolver/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_resolver/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_resolver/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_resolver/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_resolver/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_resolver` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_analyze/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_analyze/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_analyze/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_analyze/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_analyze/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_analyze/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_analyze/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_analyze/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_analyze` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_analyze_macros/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_analyze_macros/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_analyze_macros/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_analyze_macros/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_analyze_macros/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_analyze_macros/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_analyze_macros/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_analyze_macros/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_analyze_macros` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_diagnostics_categories/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_diagnostics_categories/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_diagnostics_categories/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_diagnostics_categories/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_diagnostics_categories/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_diagnostics_categories/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_diagnostics_categories/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_diagnostics_categories/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_diagnostics_categories` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_grit_formatter/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_formatter/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_formatter/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_formatter/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_formatter/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_formatter/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_formatter/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_grit_formatter/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_grit_formatter` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_diagnostics/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_diagnostics/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_diagnostics/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_diagnostics/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_diagnostics/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_diagnostics/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_diagnostics/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_diagnostics/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_diagnostics` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_css_parser/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_parser/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_parser/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_parser/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_parser/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_parser/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_parser/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_parser/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_css_parser` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_unicode_table/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_unicode_table/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_unicode_table/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_unicode_table/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_unicode_table/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_unicode_table/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_unicode_table/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_unicode_table/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_unicode_table` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_string_case/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_string_case/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_string_case/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_string_case/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_string_case/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_string_case/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_string_case/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_string_case/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_string_case` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_js_parser/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_parser/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_parser/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_parser/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_parser/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_parser/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_parser/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_js_parser/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_js_parser` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_css_semantic/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_semantic/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_semantic/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_semantic/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_semantic/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_semantic/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_semantic/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_semantic/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_css_semantic` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_json_parser/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_parser/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_parser/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_parser/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_parser/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_parser/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_parser/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_parser/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_json_parser` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_json_syntax/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_syntax/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_syntax/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_syntax/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_syntax/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_syntax/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_syntax/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_syntax/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_json_syntax` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_graphql_formatter/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_formatter/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_formatter/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_formatter/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_formatter/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_formatter/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_formatter/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_graphql_formatter/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_graphql_formatter` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_parser/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_parser/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_parser/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_parser/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_parser/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_parser/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_parser/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_parser/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_parser` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_module_graph/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_module_graph/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_module_graph/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_module_graph/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_module_graph/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_module_graph/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_module_graph/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_module_graph/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_module_graph` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_json_analyze/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_analyze/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_analyze/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_analyze/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_analyze/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_analyze/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_analyze/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_analyze/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_json_analyze` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_aria/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_aria/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_aria/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_aria/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_aria/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_aria/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_aria/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_aria/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_aria` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_json_formatter/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_formatter/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_formatter/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_formatter/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_formatter/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_formatter/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_formatter/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_json_formatter/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_json_formatter` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_lsp/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_lsp/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_lsp/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_lsp/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_lsp/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_lsp/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_lsp/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_lsp/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_lsp` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_control_flow/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_control_flow/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_control_flow/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_control_flow/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_control_flow/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_control_flow/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_control_flow/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_control_flow/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_control_flow` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_ruledoc_utils/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_ruledoc_utils/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_ruledoc_utils/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_ruledoc_utils/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_ruledoc_utils/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_ruledoc_utils/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_ruledoc_utils/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_ruledoc_utils/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_ruledoc_utils` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_css_formatter/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_formatter/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_formatter/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_formatter/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_formatter/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_formatter/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_formatter/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_css_formatter/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_css_formatter` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_markdown_factory/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markdown_factory/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markdown_factory/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markdown_factory/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markdown_factory/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markdown_factory/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markdown_factory/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_markdown_factory/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_markdown_factory` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_line_index/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_line_index/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_line_index/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_line_index/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_line_index/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_line_index/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_line_index/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_line_index/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_line_index` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/biome_formatter_test/Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_formatter_test/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_formatter_test/Cargo.toml: `lints.rust.impl-trait-overcaptures` is deprecated in favor of `lints.rust.impl_trait_overcaptures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_formatter_test/Cargo.toml: `lints.rust.impl-trait-redundant-captures` is deprecated in favor of `lints.rust.impl_trait_redundant_captures` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_formatter_test/Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_formatter_test/Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_formatter_test/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: crates/biome_formatter_test/Cargo.toml: `lints.rust.unsafe-attr-outside-unsafe` is deprecated in favor of `lints.rust.unsafe_attr_outside_unsafe` and will not work in a future edition
[INFO] [stderr] warning: `biome_formatter_test` (manifest) generated 8 warnings
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> crates/tests_macros/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] 23 ~ syn               = "2.0.59"
[INFO] [stderr] 24 + [lints]
[INFO] [stderr] 25 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 23 ~ syn               = "2.0.59"
[INFO] [stderr] 24 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `tests_macros` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[ERROR] error running command: no output for 300 seconds


overridden task result to prepare-fail:timeout

Caused by:
    0: uncategorized prepare error
    1: no output for 300 seconds