mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-17 13:58:44 +00:00
![]() Example --- ```rust trait A { fn foo(file_id: usize) {} fn new($0) {} } ``` **Before this PR**: ```text bn file_id: usize kw mut kw ref ``` **After this PR**: ```text bn &mut self bn &self bn file_id: usize bn mut self bn self kw mut kw ref ``` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |