rust/src/test/compile-fail
Felix S. Klock II a076fef2b6 Add new lint: non_uppercase_pattern_statics, for #7526.
This tries to warn about code like:
    ```rust
    match (0,0) {
        (0, aha) => { ... },
        ...
    }
    ```
where `aha` is actually a static constant, not a binding.
2013-10-01 01:44:25 +02:00
..
2013-09-16 22:19:23 -04:00
2013-09-23 18:23:22 -07:00
2013-09-16 22:19:23 -04:00
2013-09-23 18:23:22 -07:00
2013-09-23 18:23:22 -07:00
2013-09-23 18:23:22 -07:00
2013-09-16 22:19:23 -04:00
2013-09-16 22:19:23 -04:00
2013-09-16 22:19:23 -04:00
2013-09-16 22:19:23 -04:00
2013-09-16 22:19:23 -04:00
2013-09-23 18:23:22 -07:00
2013-09-16 22:19:23 -04:00
2013-09-16 22:19:23 -04:00