diff options
| author | bors <bors@rust-lang.org> | 2013-05-07 00:18:37 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-05-07 00:18:37 -0700 |
| commit | 7b2020f2c3f51de0dd4dcfe4a107673eda6f25e7 (patch) | |
| tree | 75adf0b0609e8c8185568cd151b6b1ef3a745f74 /src/rt/rust_sched_loop.cpp | |
| parent | 3225870191f7e6b601d70fa5aa08617eb04b170b (diff) | |
| parent | cb918e1a831782d6072a0b93dd57614cb9c2d961 (diff) | |
| download | rust-7b2020f2c3f51de0dd4dcfe4a107673eda6f25e7.tar.gz rust-7b2020f2c3f51de0dd4dcfe4a107673eda6f25e7.zip | |
auto merge of #6245 : youknowone/rust/match-range-static, r=graydon
Fix unintended error problem of:
````
static s: int = 1;
static e: int = 42;
fn main() {
match 7 {
s..e => (),
^~ error: expected `=>` but found `..`
_ => (),
}
}
````
Diffstat (limited to 'src/rt/rust_sched_loop.cpp')
0 files changed, 0 insertions, 0 deletions
