mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 10:45:18 +00:00
0fa822dfe1
Fix signature help of methods from macros Currently the receiver type is copied from AST instead re-formatting through `HirDisplay`. Macro generated functions seem to have no spaces and their signature help are rendered like `fn foo(&'amutself)` instead of `fn foo(&'a mut self)`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |