diff options
| author | bors <bors@rust-lang.org> | 2015-04-15 21:05:16 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-04-15 21:05:16 +0000 |
| commit | 07f807d01f191ced1d7f4857c73fc57fbe31f421 (patch) | |
| tree | aef3faf7fd71fc8001954d0bf3f11f11ddc04685 /src/test/codegen/stack-alloc-string-slice.rs | |
| parent | ce27d024ff16d297ce5e5bfb7cce11810e9c9b5e (diff) | |
| parent | 77bf827968d90594643ad0641161540ed1763730 (diff) | |
| download | rust-07f807d01f191ced1d7f4857c73fc57fbe31f421.tar.gz rust-07f807d01f191ced1d7f4857c73fc57fbe31f421.zip | |
Auto merge of #24330 - pnkfelix:issue-24267, r=nikomatsakis
Extend rustc::middle::dataflow to allow filtering kills from flow-exits.
Fix borrowck analysis so that it will not treat a break that pops through an assignment
```rust
x = { ... break; ... }
```
as a kill of the "moved-out" bit for `x`.
Fix #24267.
[breaking-change], but really, its only breaking code that was already buggy.
Diffstat (limited to 'src/test/codegen/stack-alloc-string-slice.rs')
0 files changed, 0 insertions, 0 deletions
