mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-28 18:43:01 +00:00
Fix few bugs in closure capture computation, and add tests
Also create a test infrastructure for capture computation.
This commit is contained in:
parent
9b724459b5
commit
da931e7398
4 changed files with 291 additions and 3 deletions
|
|
@ -1,3 +1,4 @@
|
|||
mod closure_captures;
|
||||
mod coercion;
|
||||
mod diagnostics;
|
||||
mod display_source_code;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue