diff options
| author | bors <bors@rust-lang.org> | 2020-04-12 00:31:11 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-04-12 00:31:11 +0000 |
| commit | 941d4352d75bf5c8b509ac4a8c30f5e1e7bf8b8a (patch) | |
| tree | 9fbf839de02435cea4e0b849bd3086e60f754e52 /src/test/ui/array-slice-vec | |
| parent | 378901d988cd59d29b3643ab6e9cba8a31421271 (diff) | |
| parent | b85c64c3ea147cadc6014fdea710718a8a153b6b (diff) | |
| download | rust-941d4352d75bf5c8b509ac4a8c30f5e1e7bf8b8a.tar.gz rust-941d4352d75bf5c8b509ac4a8c30f5e1e7bf8b8a.zip | |
Auto merge of #69926 - RoccoDev:master, r=estebank,varkor
rustc: Add a warning count upon completion This adds a `build completed with one warning/x warnings` message, similar to the already present `aborted due to previous error` message.
Diffstat (limited to 'src/test/ui/array-slice-vec')
| -rw-r--r-- | src/test/ui/array-slice-vec/match_arr_unknown_len.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
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`. |
