mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
early tests
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
|
||||
#![feature(plugin)]
|
||||
#[plugin(clippy)]
|
||||
#[warn(unit_expr)]
|
||||
#[allow(unused_variables)]
|
||||
#[allow(no_effect)]
|
||||
|
||||
fn main() {
|
||||
let x = {
|
||||
"foo";
|
||||
"baz";
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user