diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2023-06-18 07:55:04 +0000 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2023-06-19 16:50:52 +0000 |
| commit | 7d5b2e4926385bb247c4e1f2480258ca3faf4f10 (patch) | |
| tree | 85e99f40424b734d6e516026b3184c3d5c4034ec /compiler/rustc_metadata/src/rmeta/decoder | |
| parent | 18a6d911caba59605eb03db1452848a85d2e5879 (diff) | |
| download | rust-7d5b2e4926385bb247c4e1f2480258ca3faf4f10.tar.gz rust-7d5b2e4926385bb247c4e1f2480258ca3faf4f10.zip | |
Make closure_saved_names_of_captured_variables a query.
Diffstat (limited to 'compiler/rustc_metadata/src/rmeta/decoder')
| -rw-r--r-- | compiler/rustc_metadata/src/rmeta/decoder/cstore_impl.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_metadata/src/rmeta/decoder/cstore_impl.rs b/compiler/rustc_metadata/src/rmeta/decoder/cstore_impl.rs index 77f9fcfc5e6..848535fb395 100644 --- a/compiler/rustc_metadata/src/rmeta/decoder/cstore_impl.rs +++ b/compiler/rustc_metadata/src/rmeta/decoder/cstore_impl.rs @@ -218,6 +218,7 @@ provide! { tcx, def_id, other, cdata, thir_abstract_const => { table } optimized_mir => { table } mir_for_ctfe => { table } + closure_saved_names_of_captured_variables => { table } mir_generator_witnesses => { table } promoted_mir => { table } def_span => { table } |
