lrh2000 cda90f5541 Store names of captured variables in optimized_mir
- Closures in external crates may get compiled in because of
  monomorphization. We should store names of captured variables
  in `optimized_mir`, so that they are written into the metadata
  file and we can use them to generate debuginfo.

- If there are breakpoints inside closures, the names of captured
  variables stored in `optimized_mir` can be used to print them.
  Now the name is more precise when disjoint fields are captured.
2021-07-09 23:09:48 +08:00
..
2021-06-23 16:26:46 -04:00
2021-02-17 11:25:55 +01:00
2021-05-23 18:03:27 +10:00
2021-06-01 21:12:27 +02:00
2021-06-23 16:26:46 -04:00
2021-01-23 17:19:49 -05:00