]> git.lizzy.rs Git - rust.git/blob - src/test/ui/json-bom-plus-crlf.stderr
a9c3ae4795d20a2a02aacd7ddccc4b4c1d6f3297
[rust.git] / src / test / ui / json-bom-plus-crlf.stderr
1 {"message":"mismatched types","code":{"code":"E0308","explanation":"This error occurs when the compiler was unable to infer the concrete type of a
2 variable. It can occur for several cases, the most common of which is a
3 mismatch in the expected type that the compiler inferred for a variable's
4 initializing expression, and the actual type explicitly assigned to the
5 variable.
6
7 For example:
8
9 ```compile_fail,E0308
10 let x: i32 = \"I am not a number!\";
11 //     ~~~   ~~~~~~~~~~~~~~~~~~~~
12 //      |             |
13 //      |    initializing expression;
14 //      |    compiler infers type `&str`
15 //      |
16 //    type `i32` assigned to variable `x`
17 ```
18 "},"level":"error","spans":[{"file_name":"$DIR/json-bom-plus-crlf.rs","byte_start":621,"byte_end":622,"line_start":17,"line_end":17,"column_start":22,"column_end":23,"is_primary":true,"text":[{"text":"    let s : String = 1;  // Error in the middle of line.","highlight_start":22,"highlight_end":23}],"label":"expected struct `std::string::String`, found integer","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"expected struct `std::string::String`
19      found type `{integer}`","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"try using a conversion method","code":null,"level":"help","spans":[{"file_name":"$DIR/json-bom-plus-crlf.rs","byte_start":621,"byte_end":622,"line_start":17,"line_end":17,"column_start":22,"column_end":23,"is_primary":true,"text":[{"text":"    let s : String = 1;  // Error in the middle of line.","highlight_start":22,"highlight_end":23}],"label":null,"suggested_replacement":"1.to_string()","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"$DIR/json-bom-plus-crlf.rs:17:22: error[E0308]: mismatched types
20 "}
21 {"message":"mismatched types","code":{"code":"E0308","explanation":"This error occurs when the compiler was unable to infer the concrete type of a
22 variable. It can occur for several cases, the most common of which is a
23 mismatch in the expected type that the compiler inferred for a variable's
24 initializing expression, and the actual type explicitly assigned to the
25 variable.
26
27 For example:
28
29 ```compile_fail,E0308
30 let x: i32 = \"I am not a number!\";
31 //     ~~~   ~~~~~~~~~~~~~~~~~~~~
32 //      |             |
33 //      |    initializing expression;
34 //      |    compiler infers type `&str`
35 //      |
36 //    type `i32` assigned to variable `x`
37 ```
38 "},"level":"error","spans":[{"file_name":"$DIR/json-bom-plus-crlf.rs","byte_start":681,"byte_end":682,"line_start":19,"line_end":19,"column_start":22,"column_end":23,"is_primary":true,"text":[{"text":"    let s : String = 1","highlight_start":22,"highlight_end":23}],"label":"expected struct `std::string::String`, found integer","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"expected struct `std::string::String`
39      found type `{integer}`","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"try using a conversion method","code":null,"level":"help","spans":[{"file_name":"$DIR/json-bom-plus-crlf.rs","byte_start":681,"byte_end":682,"line_start":19,"line_end":19,"column_start":22,"column_end":23,"is_primary":true,"text":[{"text":"    let s : String = 1","highlight_start":22,"highlight_end":23}],"label":null,"suggested_replacement":"1.to_string()","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"$DIR/json-bom-plus-crlf.rs:19:22: error[E0308]: mismatched types
40 "}
41 {"message":"mismatched types","code":{"code":"E0308","explanation":"This error occurs when the compiler was unable to infer the concrete type of a
42 variable. It can occur for several cases, the most common of which is a
43 mismatch in the expected type that the compiler inferred for a variable's
44 initializing expression, and the actual type explicitly assigned to the
45 variable.
46
47 For example:
48
49 ```compile_fail,E0308
50 let x: i32 = \"I am not a number!\";
51 //     ~~~   ~~~~~~~~~~~~~~~~~~~~
52 //      |             |
53 //      |    initializing expression;
54 //      |    compiler infers type `&str`
55 //      |
56 //    type `i32` assigned to variable `x`
57 ```
58 "},"level":"error","spans":[{"file_name":"$DIR/json-bom-plus-crlf.rs","byte_start":745,"byte_end":746,"line_start":23,"line_end":23,"column_start":1,"column_end":2,"is_primary":true,"text":[{"text":"1;  // Error after the newline.","highlight_start":1,"highlight_end":2}],"label":"expected struct `std::string::String`, found integer","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"expected struct `std::string::String`
59      found type `{integer}`","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"try using a conversion method","code":null,"level":"help","spans":[{"file_name":"$DIR/json-bom-plus-crlf.rs","byte_start":745,"byte_end":746,"line_start":23,"line_end":23,"column_start":1,"column_end":2,"is_primary":true,"text":[{"text":"1;  // Error after the newline.","highlight_start":1,"highlight_end":2}],"label":null,"suggested_replacement":"1.to_string()","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"$DIR/json-bom-plus-crlf.rs:23:1: error[E0308]: mismatched types
60 "}
61 {"message":"mismatched types","code":{"code":"E0308","explanation":"This error occurs when the compiler was unable to infer the concrete type of a
62 variable. It can occur for several cases, the most common of which is a
63 mismatch in the expected type that the compiler inferred for a variable's
64 initializing expression, and the actual type explicitly assigned to the
65 variable.
66
67 For example:
68
69 ```compile_fail,E0308
70 let x: i32 = \"I am not a number!\";
71 //     ~~~   ~~~~~~~~~~~~~~~~~~~~
72 //      |             |
73 //      |    initializing expression;
74 //      |    compiler infers type `&str`
75 //      |
76 //    type `i32` assigned to variable `x`
77 ```
78 "},"level":"error","spans":[{"file_name":"$DIR/json-bom-plus-crlf.rs","byte_start":801,"byte_end":809,"line_start":25,"line_end":26,"column_start":22,"column_end":6,"is_primary":true,"text":[{"text":"    let s : String = (","highlight_start":22,"highlight_end":23},{"text":"    );  // Error spanning the newline.","highlight_start":1,"highlight_end":6}],"label":"expected struct `std::string::String`, found ()","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"expected struct `std::string::String`
79 found unit type `()`","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"$DIR/json-bom-plus-crlf.rs:25:22: error[E0308]: mismatched types
80 "}
81 {"message":"aborting due to 4 previous errors","code":null,"level":"error","spans":[],"children":[],"rendered":"error: aborting due to 4 previous errors
82 "}