rust-lang / rust-analyzer

A Rust compiler front-end for IDEs
https://rust-analyzer.github.io/
Apache License 2.0
13.68k stars 1.5k forks source link

`rustc_skip_array_during_method_dispatch` -> `rustc_skip_during_method_dispatch` #17256

Open Veykril opened 2 weeks ago

Veykril commented 2 weeks ago

The attribute is being renamed and gains additional behavior in the 2024 edition: https://github.com/rust-lang/rust/pull/124097