diff options
| author | bors <bors@rust-lang.org> | 2020-01-21 15:29:18 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-01-21 15:29:18 +0000 |
| commit | 2cf24ab89123532f0e84995301ee734a88bf4701 (patch) | |
| tree | a5a5ecd488d56781a4e3ff1634545444ec2f4b47 /src/librustc_span | |
| parent | ce361fb24f0896bf7d983549117cbe1f70f32dcf (diff) | |
| parent | 7b4dca282a0bfad265238d04b22f7bdb0d498d74 (diff) | |
| download | rust-2cf24ab89123532f0e84995301ee734a88bf4701.tar.gz rust-2cf24ab89123532f0e84995301ee734a88bf4701.zip | |
Auto merge of #65672 - ecstatic-morse:unified-dataflow-proto, r=pnkfelix
A single framework for gen-kill and generic dataflow problems This is the prototype implementation discussed in rust-lang/compiler-team#202. You can read a high-level description of it in [the proposal](https://hackmd.io/@39Qr_z9cQhasi25sGjmFnA/Skvd9rztS) for that design meeting. This would eventually supersede the existing `BitDenotation` interface. r? @ghost cc @rust-lang/compiler (esp. @eddyb and @pnkfelix)
Diffstat (limited to 'src/librustc_span')
| -rw-r--r-- | src/librustc_span/symbol.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/librustc_span/symbol.rs b/src/librustc_span/symbol.rs index 889f6099070..e4f8b5a0143 100644 --- a/src/librustc_span/symbol.rs +++ b/src/librustc_span/symbol.rs @@ -167,6 +167,7 @@ symbols! { bindings_after_at, block, bool, + borrowck_graphviz_format, borrowck_graphviz_postflow, borrowck_graphviz_preflow, box_patterns, @@ -337,6 +338,7 @@ symbols! { FxHashSet, FxHashMap, gen_future, + gen_kill, generators, generic_associated_types, generic_param_attrs, @@ -735,6 +737,7 @@ symbols! { try_trait, tt, tuple_indexing, + two_phase, Ty, ty, type_alias_impl_trait, |
