]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/types.stderr
iterate List by value
[rust.git] / tests / ui / types.stderr
index 3b4f57a7a431b32a2ccca8f47d88cc6b2e2d058d..59c3e05a1aa3ce9bf94ffc9cc87f4088275868b9 100644 (file)
@@ -1,5 +1,5 @@
-error: casting i32 to i64 may become silently lossy if you later change the type
-  --> $DIR/types.rs:13:22
+error: casting `i32` to `i64` may become silently lossy if you later change the type
+  --> $DIR/types.rs:14:22
    |
 LL |     let c_i64: i64 = c as i64;
    |                      ^^^^^^^^ help: try: `i64::from(c)`