about summary refs log tree commit diff
path: root/src/test/ui
diff options
context:
space:
mode:
authorJonathan Turner <jturner@mozilla.com>2016-07-28 09:49:31 -0700
committerJonathan Turner <jturner@mozilla.com>2016-07-28 09:49:31 -0700
commitea77049cfa72358d6a2d6370a3f7a6a70d93b8e8 (patch)
tree0c9d5e13db06f1613f88a5447d42b1de96ac0469 /src/test/ui
parentcfdaca049a2451b62d3d403ef13b78d7a2f60816 (diff)
Move to {integer} and {float}
Diffstat (limited to 'src/test/ui')
-rw-r--r--src/test/ui/mismatched_types/issue-26480.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/mismatched_types/issue-26480.stderr b/src/test/ui/mismatched_types/issue-26480.stderr
index 3a8d9a16398..45638a65915 100644
--- a/src/test/ui/mismatched_types/issue-26480.stderr
+++ b/src/test/ui/mismatched_types/issue-26480.stderr
@@ -5,7 +5,7 @@ error[E0308]: mismatched types
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected u64, found usize
 $DIR/issue-26480.rs:38:5: 38:19 note: in this expansion of write! (defined in $DIR/issue-26480.rs)
 
-error: non-scalar cast: `{numeric}` as `()`
+error: non-scalar cast: `{integer}` as `()`
   --> $DIR/issue-26480.rs:33:19
    |
 33 |     ($x:expr) => ($x as ())