From d13af87d8a5786c26ab8c497079a248115cead95 Mon Sep 17 00:00:00 2001 From: Michael Wright Date: Thu, 18 Jan 2018 07:48:03 +0200 Subject: [PATCH] Fixed tests --- tests/ui/option_option.stderr | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/ui/option_option.stderr b/tests/ui/option_option.stderr index 91f686288..ebdc4fe92 100644 --- a/tests/ui/option_option.stderr +++ b/tests/ui/option_option.stderr @@ -42,3 +42,5 @@ error: consider using `Option` instead of `Option>` or a custom enu 23 | Struct{x: Option>}, | ^^^^^^^^^^^^^^^^^^ +error: aborting due to 7 previous errors +