about summary refs log tree commit diff
path: root/library/std/src/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-05-29 20:21:22 +0200
committerGitHub <noreply@github.com>2020-05-29 20:21:22 +0200
commited80e8e3e0d042dbcb5c24ef3593acab55d862e2 (patch)
tree2475c33ad1ea62c5d77862ba466ac05d27e8e9d6 /library/std/src/sys/unix/stack_overflow.rs
parent89cb4d75a104d772e8f40e43eabb0122e71eacb1 (diff)
parentc3dc8c455cee65db8928913da029725046c14a1b (diff)
downloadrust-ed80e8e3e0d042dbcb5c24ef3593acab55d862e2.tar.gz
rust-ed80e8e3e0d042dbcb5c24ef3593acab55d862e2.zip
Rollup merge of #72591 - sexxi-goose:rename_upvar_list-to-closure_captures, r=matthewjasper
librustc_middle: Rename upvar_list to closure_captures

As part of supporting RFC 2229, we will be capturing all the places that
are mentioned in a closure. Currently the `upvar_list` field gives access to a `FxIndexMap<HirId, Upvar>` map. Eventually this will change, with the `upvar_list` having a more general structure that expresses captured paths, not just the mentioned `upvars`. We will make those changes in subsequent PRs.

This commit modifies the name of the `upvar_list` map to `closure_captures` in `TypeckTables`.

r? @matthewjasper
Diffstat (limited to 'library/std/src/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions