]> git.lizzy.rs Git - rust.git/blobdiff - src/etc/test-float-parse/few-ones.rs
Rollup merge of #53093 - 0e4ef622:issue-52169-fix, r=petrochenkov
[rust.git] / src / etc / test-float-parse / few-ones.rs
index 390f4da6f63ae22967a567f8798e2becb0970118..2486df4446631858dab19c008b73cee3066f0a15 100644 (file)
@@ -20,7 +20,7 @@ fn main() {
     for a in &pow {
         for b in &pow {
             for c in &pow {
-                validate((a | b | c).to_string());
+                validate(&(a | b | c).to_string());
             }
         }
     }