Skip to content

Commit 89a639e

Browse files
committed
---
yaml --- r: 216662 b: refs/heads/stable c: 4420f31 h: refs/heads/master v: v3
1 parent a58d745 commit 89a639e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ refs/heads/tmp: 378a370ff2057afeb1eae86eb6e78c476866a4a6
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3030
refs/tags/homu-tmp: a5286998df566e736b32f6795bfc3803bdaf453d
3131
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32-
refs/heads/stable: 99d2552c4ef409dc7232a47fbd92bb9df8c98cdc
32+
refs/heads/stable: 4420f318080e116dc4bf75a1a3568fe8bf4157b7
3333
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375

branches/stable/src/librustc/diagnostics.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,15 +303,15 @@ number cannot be negative.
303303
E0307: r##"
304304
The length of an array is part of its type. For this reason, this length must be
305305
a compile-time constant.
306-
"##,
306+
"##,
307307

308308
E0308: r##"
309309
This error occurs when the compiler was unable to infer the concrete type of a
310310
variable. This error can occur for several cases, the most common of which is
311311
that there is a mismatch in the expected type that the compiler inferred, and
312312
the actual type that the user defined a variable as.
313313
314-
let a: char = 7; // An integral type can't be contained in a character, so
314+
let a: char = 7; // An integral type can't be contained in a character, so
315315
// there is a mismatch.
316316
317317
let b: u32 = 7; // Either use the right type...

0 commit comments

Comments
 (0)