about summary refs log tree commit diff
path: root/src/rt/rust_sched_loop.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-05-07 00:18:37 -0700
committerbors <bors@rust-lang.org>2013-05-07 00:18:37 -0700
commit7b2020f2c3f51de0dd4dcfe4a107673eda6f25e7 (patch)
tree75adf0b0609e8c8185568cd151b6b1ef3a745f74 /src/rt/rust_sched_loop.cpp
parent3225870191f7e6b601d70fa5aa08617eb04b170b (diff)
parentcb918e1a831782d6072a0b93dd57614cb9c2d961 (diff)
downloadrust-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