]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/expr-block.rs
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / expr-block.rs
index 549ccf9774f43b956191efe6949605b02bc382ad..ff87595c934e9cca9375284d7df9bb88d4ab3168 100644 (file)
@@ -1,10 +1,7 @@
 // run-pass
-
+#![allow(unused_braces)]
 #![allow(dead_code)]
 
-
-
-
 // Tests for standalone blocks as expressions
 
 fn test_basic() { let rs: bool = { true }; assert!((rs)); }