about summary refs log tree commit diff
path: root/src/test/codegen/stack-alloc-string-slice.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-04-15 21:05:16 +0000
committerbors <bors@rust-lang.org>2015-04-15 21:05:16 +0000
commit07f807d01f191ced1d7f4857c73fc57fbe31f421 (patch)
treeaef3faf7fd71fc8001954d0bf3f11f11ddc04685 /src/test/codegen/stack-alloc-string-slice.rs
parentce27d024ff16d297ce5e5bfb7cce11810e9c9b5e (diff)
parent77bf827968d90594643ad0641161540ed1763730 (diff)
downloadrust-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