summaryrefslogtreecommitdiffstats
path: root/tests/ui/nonscalar-cast.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/nonscalar-cast.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/nonscalar-cast.stderr b/tests/ui/nonscalar-cast.stderr
index 2a7037121..01b4a9a7c 100644
--- a/tests/ui/nonscalar-cast.stderr
+++ b/tests/ui/nonscalar-cast.stderr
@@ -6,6 +6,6 @@ LL | println!("{}", Foo { x: 1 } as isize);
|
= note: an `as` expression can only be used to convert between primitive types or to coerce to a specific trait object
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0605`.