diff options
| author | bors <bors@rust-lang.org> | 2013-09-08 07:45:57 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-09-08 07:45:57 -0700 |
| commit | d36612d65b67e18c7f8d247055f83b28a602e875 (patch) | |
| tree | da8753d901a569992bf4ee1a30c016b377221485 /src/rustllvm/RustWrapper.cpp | |
| parent | b609d022c4df307e4d68499b063c81a9ecb1e9cf (diff) | |
| parent | 14183114e1048097869a5c56ebfa4a6d71e1a492 (diff) | |
| download | rust-d36612d65b67e18c7f8d247055f83b28a602e875.tar.gz rust-d36612d65b67e18c7f8d247055f83b28a602e875.zip | |
auto merge of #9054 : huonw/rust/labelled-for, r=thestinger
The following parses and works as expected with this change:
```rust
'foo: for i in range(0, 10) {
for j in range(0, 10) {
if i + j == 15 { break 'foo; }
}
}
```
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
