]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/binop/binop-typeck.rs
Update tests
[rust.git] / src / test / ui / binop / binop-typeck.rs
index e1185cfba266cb14d854430028a176546ef05a98..812fe95db4e57dcf045135cb6e144ca38058277c 100644 (file)
@@ -4,5 +4,5 @@ fn main() {
     let x = true;
     let y = 1;
     let z = x + y;
-    //~^ ERROR binary operation `+` cannot be applied to type `bool`
+    //~^ ERROR cannot add `{integer}` to `bool`
 }