]> git.proxmox.com Git - rustc.git/blob - src/test/ui/json-bom-plus-crlf.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / json-bom-plus-crlf.stderr
1 {"message":"mismatched types","code":{"code":"E0308","explanation":"Expected type did not match the received type.
2
3 Erroneous code example:
4
5 ```compile_fail,E0308
6 let x: i32 = \"I am not a number!\";
7 // ~~~ ~~~~~~~~~~~~~~~~~~~~
8 // | |
9 // | initializing expression;
10 // | compiler infers type `&str`
11 // |
12 // type `i32` assigned to variable `x`
13 ```
14
15 This error occurs when the compiler is unable to infer the concrete type of a
16 variable. It can occur in several cases, the most common being a mismatch
17 between two types: the type the author explicitly assigned, and the type the
18 compiler inferred.
19 "},"level":"error","spans":[{"file_name":"$DIR/json-bom-plus-crlf.rs","byte_start":606,"byte_end":607,"line_start":16,"line_end":16,"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 `String`, found integer","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"$DIR/json-bom-plus-crlf.rs","byte_start":597,"byte_end":603,"line_start":16,"line_end":16,"column_start":13,"column_end":19,"is_primary":false,"text":[{"text":" let s : String = 1; // Error in the middle of line.","highlight_start":13,"highlight_end":19}],"label":"expected due to this","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"try using a conversion method","code":null,"level":"help","spans":[{"file_name":"$DIR/json-bom-plus-crlf.rs","byte_start":606,"byte_end":607,"line_start":16,"line_end":16,"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:16:22: error[E0308]: mismatched types
20 "}
21 {"message":"mismatched types","code":{"code":"E0308","explanation":"Expected type did not match the received type.
22
23 Erroneous code example:
24
25 ```compile_fail,E0308
26 let x: i32 = \"I am not a number!\";
27 // ~~~ ~~~~~~~~~~~~~~~~~~~~
28 // | |
29 // | initializing expression;
30 // | compiler infers type `&str`
31 // |
32 // type `i32` assigned to variable `x`
33 ```
34
35 This error occurs when the compiler is unable to infer the concrete type of a
36 variable. It can occur in several cases, the most common being a mismatch
37 between two types: the type the author explicitly assigned, and the type the
38 compiler inferred.
39 "},"level":"error","spans":[{"file_name":"$DIR/json-bom-plus-crlf.rs","byte_start":666,"byte_end":667,"line_start":18,"line_end":18,"column_start":22,"column_end":23,"is_primary":true,"text":[{"text":" let s : String = 1","highlight_start":22,"highlight_end":23}],"label":"expected struct `String`, found integer","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"$DIR/json-bom-plus-crlf.rs","byte_start":657,"byte_end":663,"line_start":18,"line_end":18,"column_start":13,"column_end":19,"is_primary":false,"text":[{"text":" let s : String = 1","highlight_start":13,"highlight_end":19}],"label":"expected due to this","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"try using a conversion method","code":null,"level":"help","spans":[{"file_name":"$DIR/json-bom-plus-crlf.rs","byte_start":666,"byte_end":667,"line_start":18,"line_end":18,"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:18:22: error[E0308]: mismatched types
40 "}
41 {"message":"mismatched types","code":{"code":"E0308","explanation":"Expected type did not match the received type.
42
43 Erroneous code example:
44
45 ```compile_fail,E0308
46 let x: i32 = \"I am not a number!\";
47 // ~~~ ~~~~~~~~~~~~~~~~~~~~
48 // | |
49 // | initializing expression;
50 // | compiler infers type `&str`
51 // |
52 // type `i32` assigned to variable `x`
53 ```
54
55 This error occurs when the compiler is unable to infer the concrete type of a
56 variable. It can occur in several cases, the most common being a mismatch
57 between two types: the type the author explicitly assigned, and the type the
58 compiler inferred.
59 "},"level":"error","spans":[{"file_name":"$DIR/json-bom-plus-crlf.rs","byte_start":730,"byte_end":731,"line_start":22,"line_end":22,"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 `String`, found integer","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"$DIR/json-bom-plus-crlf.rs","byte_start":720,"byte_end":726,"line_start":21,"line_end":21,"column_start":13,"column_end":19,"is_primary":false,"text":[{"text":" let s : String =","highlight_start":13,"highlight_end":19}],"label":"expected due to this","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"try using a conversion method","code":null,"level":"help","spans":[{"file_name":"$DIR/json-bom-plus-crlf.rs","byte_start":730,"byte_end":731,"line_start":22,"line_end":22,"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:22:1: error[E0308]: mismatched types
60 "}
61 {"message":"mismatched types","code":{"code":"E0308","explanation":"Expected type did not match the received type.
62
63 Erroneous code example:
64
65 ```compile_fail,E0308
66 let x: i32 = \"I am not a number!\";
67 // ~~~ ~~~~~~~~~~~~~~~~~~~~
68 // | |
69 // | initializing expression;
70 // | compiler infers type `&str`
71 // |
72 // type `i32` assigned to variable `x`
73 ```
74
75 This error occurs when the compiler is unable to infer the concrete type of a
76 variable. It can occur in several cases, the most common being a mismatch
77 between two types: the type the author explicitly assigned, and the type the
78 compiler inferred.
79 "},"level":"error","spans":[{"file_name":"$DIR/json-bom-plus-crlf.rs","byte_start":786,"byte_end":794,"line_start":24,"line_end":25,"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 `String`, found `()`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"$DIR/json-bom-plus-crlf.rs","byte_start":777,"byte_end":783,"line_start":24,"line_end":24,"column_start":13,"column_end":19,"is_primary":false,"text":[{"text":" let s : String = (","highlight_start":13,"highlight_end":19}],"label":"expected due to this","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"$DIR/json-bom-plus-crlf.rs:24: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 "}