about summary refs log tree commit diff
path: root/src/rt/sync/rust_thread.cpp
diff options
context:
space:
mode:
authorFelix S. Klock II <pnkfelix@pnkfx.org>2013-09-30 17:44:58 +0200
committerFelix S. Klock II <pnkfelix@pnkfx.org>2013-10-01 01:44:25 +0200
commita076fef2b647399f2fb0575830fb07320fb3b6f5 (patch)
tree714c1b311605131ae37b75c6248c93368d2be82c /src/rt/sync/rust_thread.cpp
parent8174618a05c44a9b90806aa7b848cb9b7ab62d25 (diff)
downloadrust-a076fef2b647399f2fb0575830fb07320fb3b6f5.tar.gz
rust-a076fef2b647399f2fb0575830fb07320fb3b6f5.zip
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.
Diffstat (limited to 'src/rt/sync/rust_thread.cpp')
0 files changed, 0 insertions, 0 deletions