From b85c64c3ea147cadc6014fdea710718a8a153b6b Mon Sep 17 00:00:00 2001 From: RoccoDev Date: Wed, 11 Mar 2020 16:30:09 +0100 Subject: rustc: Add a warning count upon completion --- src/test/ui/array-slice-vec/match_arr_unknown_len.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/ui/array-slice-vec') diff --git a/src/test/ui/array-slice-vec/match_arr_unknown_len.stderr b/src/test/ui/array-slice-vec/match_arr_unknown_len.stderr index 9edb139028b..09f65f6acd0 100644 --- a/src/test/ui/array-slice-vec/match_arr_unknown_len.stderr +++ b/src/test/ui/array-slice-vec/match_arr_unknown_len.stderr @@ -15,6 +15,6 @@ LL | [1, 2] => true, = note: expected array `[u32; 2]` found array `[u32; _]` -error: aborting due to previous error +error: aborting due to previous error; 1 warning emitted For more information about this error, try `rustc --explain E0308`. -- cgit 1.4.1-3-g733a5