diff options
| author | Jonathan Turner <jturner@mozilla.com> | 2016-07-27 16:59:33 -0700 |
|---|---|---|
| committer | Jonathan Turner <jturner@mozilla.com> | 2016-07-28 08:58:25 -0700 |
| commit | cfdaca049a2451b62d3d403ef13b78d7a2f60816 (patch) | |
| tree | c76a2fddc209e5b0fa2871b707e0208128931cab /src/test/ui | |
| parent | cec262e55a92ad15196c4ea6d490fb6ef6bccab4 (diff) | |
| download | rust-cfdaca049a2451b62d3d403ef13b78d7a2f60816.tar.gz rust-cfdaca049a2451b62d3d403ef13b78d7a2f60816.zip | |
Rename _ to {numerics} for unknown numeric types
Diffstat (limited to 'src/test/ui')
| -rw-r--r-- | src/test/ui/mismatched_types/issue-26480.stderr | 2 |
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 ff6920d28cc..3a8d9a16398 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: `_` as `()` +error: non-scalar cast: `{numeric}` as `()` --> $DIR/issue-26480.rs:33:19 | 33 | ($x:expr) => ($x as ()) |
