• Upgrade to rustc 1.0.0-dev (890293655 2015-02-28)

    Fixed error:
    ```
    src/parser.rs:308:39: 308:42 error: obsolete syntax: `:`, `&mut:`, or `&:`
    src/parser.rs:308     let first_non_slash = input.find(|&:c| !matches!(c, '/' | '\\')).unwrap_or(input.len());
                                                            ^~~
    note: rely on inference instead
    ```
    o01eg committed Mar 1, 2015