]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/numeric/len.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / numeric / len.stderr
index 1e8bff7f04aabbefc0b620f86ed11c8f21b63607..dba6c723829dc4c9e1545806ac16e72a011b7e64 100644 (file)
@@ -2,7 +2,7 @@ error[E0308]: mismatched types
   --> $DIR/len.rs:3:10
    |
 LL |     test(array.len());
-   |          ^^^^^^^^^^^ expected u32, found usize
+   |          ^^^^^^^^^^^ expected `u32`, found `usize`
    |
 help: you can convert an `usize` to `u32` and panic if the converted value wouldn't fit
    |