]> git.lizzy.rs Git - rust.git/commit
Add lint and test for malformed but unused #[on_unimplemented] attributes
authorManish Goregaokar <manishsmail@gmail.com>
Sun, 11 Jan 2015 04:19:39 +0000 (09:49 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Sun, 11 Jan 2015 04:21:09 +0000 (09:51 +0530)
commitdc0de42035dc5c71e47ded2968fc6fd7c76641c6
treea41d9bc0c5cc6e40fd93a7d58e4eadafcc033c31
parent4d17fbaf37a0641894317f016244943af66ce87b
Add lint and test for malformed but unused #[on_unimplemented] attributes
src/librustc/lint/builtin.rs
src/librustc/lint/context.rs
src/test/compile-fail/on-unimplemented-bad-anno.rs [new file with mode: 0644]