]> git.proxmox.com Git - rustc.git/blame - src/test/ui/json-bom-plus-crlf.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / json-bom-plus-crlf.stderr
CommitLineData
ba9703b0 1{"message":"mismatched types","code":{"code":"E0308","explanation":"Expected type did not match the received type.
e74abb32 2
ba9703b0 3Erroneous code example:
e74abb32
XL
4
5```compile_fail,E0308
6let 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```
ba9703b0
XL
14
15This error occurs when the compiler was unable to infer the concrete type of a
16variable. It can happen in several cases, the most common being a mismatch
17between the type that the compiler inferred for a variable based on its
18initializing expression, on the one hand, and the type the author explicitly
19assigned to the variable, on the other hand.
dfeec247 20"},"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 `std::string::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
e74abb32 21"}
ba9703b0 22{"message":"mismatched types","code":{"code":"E0308","explanation":"Expected type did not match the received type.
e74abb32 23
ba9703b0 24Erroneous code example:
e74abb32
XL
25
26```compile_fail,E0308
27let x: i32 = \"I am not a number!\";
28// ~~~ ~~~~~~~~~~~~~~~~~~~~
29// | |
30// | initializing expression;
31// | compiler infers type `&str`
32// |
33// type `i32` assigned to variable `x`
34```
ba9703b0
XL
35
36This error occurs when the compiler was unable to infer the concrete type of a
37variable. It can happen in several cases, the most common being a mismatch
38between the type that the compiler inferred for a variable based on its
39initializing expression, on the one hand, and the type the author explicitly
40assigned to the variable, on the other hand.
dfeec247 41"},"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 `std::string::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
e74abb32 42"}
ba9703b0 43{"message":"mismatched types","code":{"code":"E0308","explanation":"Expected type did not match the received type.
e74abb32 44
ba9703b0 45Erroneous code example:
e74abb32
XL
46
47```compile_fail,E0308
48let x: i32 = \"I am not a number!\";
49// ~~~ ~~~~~~~~~~~~~~~~~~~~
50// | |
51// | initializing expression;
52// | compiler infers type `&str`
53// |
54// type `i32` assigned to variable `x`
55```
ba9703b0
XL
56
57This error occurs when the compiler was unable to infer the concrete type of a
58variable. It can happen in several cases, the most common being a mismatch
59between the type that the compiler inferred for a variable based on its
60initializing expression, on the one hand, and the type the author explicitly
61assigned to the variable, on the other hand.
dfeec247 62"},"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 `std::string::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
e74abb32 63"}
ba9703b0 64{"message":"mismatched types","code":{"code":"E0308","explanation":"Expected type did not match the received type.
e74abb32 65
ba9703b0 66Erroneous code example:
e74abb32
XL
67
68```compile_fail,E0308
69let x: i32 = \"I am not a number!\";
70// ~~~ ~~~~~~~~~~~~~~~~~~~~
71// | |
72// | initializing expression;
73// | compiler infers type `&str`
74// |
75// type `i32` assigned to variable `x`
76```
ba9703b0
XL
77
78This error occurs when the compiler was unable to infer the concrete type of a
79variable. It can happen in several cases, the most common being a mismatch
80between the type that the compiler inferred for a variable based on its
81initializing expression, on the one hand, and the type the author explicitly
82assigned to the variable, on the other hand.
dfeec247 83"},"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 `std::string::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
e74abb32
XL
84"}
85{"message":"aborting due to 4 previous errors","code":null,"level":"error","spans":[],"children":[],"rendered":"error: aborting due to 4 previous errors
86"}