#![feature(plugin)] #![plugin(clippy_mini_macro_test)] #[deny(warnings)] fn main() { let _ = mini_macro!(); }