diff options
| author | bors <bors@rust-lang.org> | 2014-10-01 03:17:24 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-10-01 03:17:24 +0000 |
| commit | 2f15dcd4d3865f9cc466637027eb02d5607b2bb7 (patch) | |
| tree | 1a4d8526c45a53753c612bcbb6d283928c927cbc /src/rustllvm/PassWrapper.cpp | |
| parent | 57a05cf49b3149427e3fe190c07f8343a29ad86c (diff) | |
| parent | 416144b8279fbffceacea6d0fd90e0fd1f8ce53d (diff) | |
| download | rust-2f15dcd4d3865f9cc466637027eb02d5607b2bb7.tar.gz rust-2f15dcd4d3865f9cc466637027eb02d5607b2bb7.zip | |
auto merge of #17584 : pcwalton/rust/range-patterns-dotdotdot, r=nick29581
This breaks code that looks like:
match foo {
1..3 => { ... }
}
Instead, write:
match foo {
1...3 => { ... }
}
Closes #17295.
r? @nick29581
Diffstat (limited to 'src/rustllvm/PassWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
