]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/expr-block-generic-unique2.rs
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / expr-block-generic-unique2.rs
index 90ebc02931ad1a7e7ca90e565a1b16d99678eee2..9362eb86fc30976dd713c7a408d70c05469bce09 100644 (file)
@@ -1,5 +1,5 @@
 // run-pass
-
+#![allow(unused_braces)]
 #![feature(box_syntax)]
 
 fn test_generic<T, F>(expected: T, eq: F) where T: Clone, F: FnOnce(T, T) -> bool {