diff options
author | Laurențiu Nicola <[email protected]> | 2021-05-24 14:59:06 +0100 |
---|---|---|
committer | Laurențiu Nicola <[email protected]> | 2021-05-24 16:18:05 +0100 |
commit | 741f47f208e7b471c1b03b3b09317612b3f9dd85 (patch) | |
tree | d3290c91e06e397cbd2b62de0d74ebe8abed18ee /crates | |
parent | b43bc61981302aea67ed806ce5669df8dacf6227 (diff) |
Update test fixtures
Diffstat (limited to 'crates')
11 files changed, 57 insertions, 1 deletions
diff --git a/crates/proc_macro_srv/src/tests/fixtures/test_serialize_proc_macro.txt b/crates/proc_macro_srv/src/tests/fixtures/test_serialize_proc_macro.txt index fa581f110..eb67c7134 100644 --- a/crates/proc_macro_srv/src/tests/fixtures/test_serialize_proc_macro.txt +++ b/crates/proc_macro_srv/src/tests/fixtures/test_serialize_proc_macro.txt | |||
@@ -23,7 +23,7 @@ SUBTREE $ | |||
23 | SUBTREE [] 4294967295 | 23 | SUBTREE [] 4294967295 |
24 | IDENT allow 4294967295 | 24 | IDENT allow 4294967295 |
25 | SUBTREE () 4294967295 | 25 | SUBTREE () 4294967295 |
26 | IDENT rust_2018_idioms 4294967295 | 26 | IDENT unused_extern_crates 4294967295 |
27 | PUNCH , [alone] 4294967295 | 27 | PUNCH , [alone] 4294967295 |
28 | IDENT clippy 4294967295 | 28 | IDENT clippy 4294967295 |
29 | PUNCH : [joint] 4294967295 | 29 | PUNCH : [joint] 4294967295 |
diff --git a/crates/rust-analyzer/src/diagnostics/test_data/clippy_pass_by_ref.txt b/crates/rust-analyzer/src/diagnostics/test_data/clippy_pass_by_ref.txt index 227d96d51..bcc889681 100644 --- a/crates/rust-analyzer/src/diagnostics/test_data/clippy_pass_by_ref.txt +++ b/crates/rust-analyzer/src/diagnostics/test_data/clippy_pass_by_ref.txt | |||
@@ -2,6 +2,7 @@ | |||
2 | MappedRustDiagnostic { | 2 | MappedRustDiagnostic { |
3 | url: Url { | 3 | url: Url { |
4 | scheme: "file", | 4 | scheme: "file", |
5 | cannot_be_a_base: false, | ||
5 | username: "", | 6 | username: "", |
6 | password: None, | 7 | password: None, |
7 | host: None, | 8 | host: None, |
@@ -33,6 +34,7 @@ | |||
33 | CodeDescription { | 34 | CodeDescription { |
34 | href: Url { | 35 | href: Url { |
35 | scheme: "https", | 36 | scheme: "https", |
37 | cannot_be_a_base: false, | ||
36 | username: "", | 38 | username: "", |
37 | password: None, | 39 | password: None, |
38 | host: Some( | 40 | host: Some( |
@@ -59,6 +61,7 @@ | |||
59 | location: Location { | 61 | location: Location { |
60 | uri: Url { | 62 | uri: Url { |
61 | scheme: "file", | 63 | scheme: "file", |
64 | cannot_be_a_base: false, | ||
62 | username: "", | 65 | username: "", |
63 | password: None, | 66 | password: None, |
64 | host: None, | 67 | host: None, |
@@ -84,6 +87,7 @@ | |||
84 | location: Location { | 87 | location: Location { |
85 | uri: Url { | 88 | uri: Url { |
86 | scheme: "file", | 89 | scheme: "file", |
90 | cannot_be_a_base: false, | ||
87 | username: "", | 91 | username: "", |
88 | password: None, | 92 | password: None, |
89 | host: None, | 93 | host: None, |
@@ -115,6 +119,7 @@ | |||
115 | MappedRustDiagnostic { | 119 | MappedRustDiagnostic { |
116 | url: Url { | 120 | url: Url { |
117 | scheme: "file", | 121 | scheme: "file", |
122 | cannot_be_a_base: false, | ||
118 | username: "", | 123 | username: "", |
119 | password: None, | 124 | password: None, |
120 | host: None, | 125 | host: None, |
@@ -146,6 +151,7 @@ | |||
146 | CodeDescription { | 151 | CodeDescription { |
147 | href: Url { | 152 | href: Url { |
148 | scheme: "https", | 153 | scheme: "https", |
154 | cannot_be_a_base: false, | ||
149 | username: "", | 155 | username: "", |
150 | password: None, | 156 | password: None, |
151 | host: Some( | 157 | host: Some( |
@@ -172,6 +178,7 @@ | |||
172 | location: Location { | 178 | location: Location { |
173 | uri: Url { | 179 | uri: Url { |
174 | scheme: "file", | 180 | scheme: "file", |
181 | cannot_be_a_base: false, | ||
175 | username: "", | 182 | username: "", |
176 | password: None, | 183 | password: None, |
177 | host: None, | 184 | host: None, |
@@ -203,6 +210,7 @@ | |||
203 | MappedRustDiagnostic { | 210 | MappedRustDiagnostic { |
204 | url: Url { | 211 | url: Url { |
205 | scheme: "file", | 212 | scheme: "file", |
213 | cannot_be_a_base: false, | ||
206 | username: "", | 214 | username: "", |
207 | password: None, | 215 | password: None, |
208 | host: None, | 216 | host: None, |
@@ -234,6 +242,7 @@ | |||
234 | CodeDescription { | 242 | CodeDescription { |
235 | href: Url { | 243 | href: Url { |
236 | scheme: "https", | 244 | scheme: "https", |
245 | cannot_be_a_base: false, | ||
237 | username: "", | 246 | username: "", |
238 | password: None, | 247 | password: None, |
239 | host: Some( | 248 | host: Some( |
@@ -260,6 +269,7 @@ | |||
260 | location: Location { | 269 | location: Location { |
261 | uri: Url { | 270 | uri: Url { |
262 | scheme: "file", | 271 | scheme: "file", |
272 | cannot_be_a_base: false, | ||
263 | username: "", | 273 | username: "", |
264 | password: None, | 274 | password: None, |
265 | host: None, | 275 | host: None, |
@@ -301,6 +311,7 @@ | |||
301 | { | 311 | { |
302 | Url { | 312 | Url { |
303 | scheme: "file", | 313 | scheme: "file", |
314 | cannot_be_a_base: false, | ||
304 | username: "", | 315 | username: "", |
305 | password: None, | 316 | password: None, |
306 | host: None, | 317 | host: None, |
diff --git a/crates/rust-analyzer/src/diagnostics/test_data/handles_macro_location.txt b/crates/rust-analyzer/src/diagnostics/test_data/handles_macro_location.txt index e5f01fb33..d5ab03576 100644 --- a/crates/rust-analyzer/src/diagnostics/test_data/handles_macro_location.txt +++ b/crates/rust-analyzer/src/diagnostics/test_data/handles_macro_location.txt | |||
@@ -2,6 +2,7 @@ | |||
2 | MappedRustDiagnostic { | 2 | MappedRustDiagnostic { |
3 | url: Url { | 3 | url: Url { |
4 | scheme: "file", | 4 | scheme: "file", |
5 | cannot_be_a_base: false, | ||
5 | username: "", | 6 | username: "", |
6 | password: None, | 7 | password: None, |
7 | host: None, | 8 | host: None, |
@@ -33,6 +34,7 @@ | |||
33 | CodeDescription { | 34 | CodeDescription { |
34 | href: Url { | 35 | href: Url { |
35 | scheme: "https", | 36 | scheme: "https", |
37 | cannot_be_a_base: false, | ||
36 | username: "", | 38 | username: "", |
37 | password: None, | 39 | password: None, |
38 | host: Some( | 40 | host: Some( |
diff --git a/crates/rust-analyzer/src/diagnostics/test_data/macro_compiler_error.txt b/crates/rust-analyzer/src/diagnostics/test_data/macro_compiler_error.txt index c847bbb35..8bee4cfe1 100644 --- a/crates/rust-analyzer/src/diagnostics/test_data/macro_compiler_error.txt +++ b/crates/rust-analyzer/src/diagnostics/test_data/macro_compiler_error.txt | |||
@@ -2,6 +2,7 @@ | |||
2 | MappedRustDiagnostic { | 2 | MappedRustDiagnostic { |
3 | url: Url { | 3 | url: Url { |
4 | scheme: "file", | 4 | scheme: "file", |
5 | cannot_be_a_base: false, | ||
5 | username: "", | 6 | username: "", |
6 | password: None, | 7 | password: None, |
7 | host: None, | 8 | host: None, |
@@ -36,6 +37,7 @@ | |||
36 | location: Location { | 37 | location: Location { |
37 | uri: Url { | 38 | uri: Url { |
38 | scheme: "file", | 39 | scheme: "file", |
40 | cannot_be_a_base: false, | ||
39 | username: "", | 41 | username: "", |
40 | password: None, | 42 | password: None, |
41 | host: None, | 43 | host: None, |
@@ -67,6 +69,7 @@ | |||
67 | MappedRustDiagnostic { | 69 | MappedRustDiagnostic { |
68 | url: Url { | 70 | url: Url { |
69 | scheme: "file", | 71 | scheme: "file", |
72 | cannot_be_a_base: false, | ||
70 | username: "", | 73 | username: "", |
71 | password: None, | 74 | password: None, |
72 | host: None, | 75 | host: None, |
@@ -101,6 +104,7 @@ | |||
101 | location: Location { | 104 | location: Location { |
102 | uri: Url { | 105 | uri: Url { |
103 | scheme: "file", | 106 | scheme: "file", |
107 | cannot_be_a_base: false, | ||
104 | username: "", | 108 | username: "", |
105 | password: None, | 109 | password: None, |
106 | host: None, | 110 | host: None, |
@@ -132,6 +136,7 @@ | |||
132 | MappedRustDiagnostic { | 136 | MappedRustDiagnostic { |
133 | url: Url { | 137 | url: Url { |
134 | scheme: "file", | 138 | scheme: "file", |
139 | cannot_be_a_base: false, | ||
135 | username: "", | 140 | username: "", |
136 | password: None, | 141 | password: None, |
137 | host: None, | 142 | host: None, |
@@ -166,6 +171,7 @@ | |||
166 | location: Location { | 171 | location: Location { |
167 | uri: Url { | 172 | uri: Url { |
168 | scheme: "file", | 173 | scheme: "file", |
174 | cannot_be_a_base: false, | ||
169 | username: "", | 175 | username: "", |
170 | password: None, | 176 | password: None, |
171 | host: None, | 177 | host: None, |
@@ -191,6 +197,7 @@ | |||
191 | location: Location { | 197 | location: Location { |
192 | uri: Url { | 198 | uri: Url { |
193 | scheme: "file", | 199 | scheme: "file", |
200 | cannot_be_a_base: false, | ||
194 | username: "", | 201 | username: "", |
195 | password: None, | 202 | password: None, |
196 | host: None, | 203 | host: None, |
diff --git a/crates/rust-analyzer/src/diagnostics/test_data/rustc_incompatible_type_for_trait.txt b/crates/rust-analyzer/src/diagnostics/test_data/rustc_incompatible_type_for_trait.txt index 0d16af232..ada540ea6 100644 --- a/crates/rust-analyzer/src/diagnostics/test_data/rustc_incompatible_type_for_trait.txt +++ b/crates/rust-analyzer/src/diagnostics/test_data/rustc_incompatible_type_for_trait.txt | |||
@@ -2,6 +2,7 @@ | |||
2 | MappedRustDiagnostic { | 2 | MappedRustDiagnostic { |
3 | url: Url { | 3 | url: Url { |
4 | scheme: "file", | 4 | scheme: "file", |
5 | cannot_be_a_base: false, | ||
5 | username: "", | 6 | username: "", |
6 | password: None, | 7 | password: None, |
7 | host: None, | 8 | host: None, |
@@ -33,6 +34,7 @@ | |||
33 | CodeDescription { | 34 | CodeDescription { |
34 | href: Url { | 35 | href: Url { |
35 | scheme: "https", | 36 | scheme: "https", |
37 | cannot_be_a_base: false, | ||
36 | username: "", | 38 | username: "", |
37 | password: None, | 39 | password: None, |
38 | host: Some( | 40 | host: Some( |
diff --git a/crates/rust-analyzer/src/diagnostics/test_data/rustc_mismatched_type.txt b/crates/rust-analyzer/src/diagnostics/test_data/rustc_mismatched_type.txt index 31b6a12ce..05074a914 100644 --- a/crates/rust-analyzer/src/diagnostics/test_data/rustc_mismatched_type.txt +++ b/crates/rust-analyzer/src/diagnostics/test_data/rustc_mismatched_type.txt | |||
@@ -2,6 +2,7 @@ | |||
2 | MappedRustDiagnostic { | 2 | MappedRustDiagnostic { |
3 | url: Url { | 3 | url: Url { |
4 | scheme: "file", | 4 | scheme: "file", |
5 | cannot_be_a_base: false, | ||
5 | username: "", | 6 | username: "", |
6 | password: None, | 7 | password: None, |
7 | host: None, | 8 | host: None, |
@@ -33,6 +34,7 @@ | |||
33 | CodeDescription { | 34 | CodeDescription { |
34 | href: Url { | 35 | href: Url { |
35 | scheme: "https", | 36 | scheme: "https", |
37 | cannot_be_a_base: false, | ||
36 | username: "", | 38 | username: "", |
37 | password: None, | 39 | password: None, |
38 | host: Some( | 40 | host: Some( |
diff --git a/crates/rust-analyzer/src/diagnostics/test_data/rustc_unused_variable.txt b/crates/rust-analyzer/src/diagnostics/test_data/rustc_unused_variable.txt index f8adfad3b..749f49438 100644 --- a/crates/rust-analyzer/src/diagnostics/test_data/rustc_unused_variable.txt +++ b/crates/rust-analyzer/src/diagnostics/test_data/rustc_unused_variable.txt | |||
@@ -2,6 +2,7 @@ | |||
2 | MappedRustDiagnostic { | 2 | MappedRustDiagnostic { |
3 | url: Url { | 3 | url: Url { |
4 | scheme: "file", | 4 | scheme: "file", |
5 | cannot_be_a_base: false, | ||
5 | username: "", | 6 | username: "", |
6 | password: None, | 7 | password: None, |
7 | host: None, | 8 | host: None, |
@@ -40,6 +41,7 @@ | |||
40 | location: Location { | 41 | location: Location { |
41 | uri: Url { | 42 | uri: Url { |
42 | scheme: "file", | 43 | scheme: "file", |
44 | cannot_be_a_base: false, | ||
43 | username: "", | 45 | username: "", |
44 | password: None, | 46 | password: None, |
45 | host: None, | 47 | host: None, |
@@ -75,6 +77,7 @@ | |||
75 | MappedRustDiagnostic { | 77 | MappedRustDiagnostic { |
76 | url: Url { | 78 | url: Url { |
77 | scheme: "file", | 79 | scheme: "file", |
80 | cannot_be_a_base: false, | ||
78 | username: "", | 81 | username: "", |
79 | password: None, | 82 | password: None, |
80 | host: None, | 83 | host: None, |
@@ -113,6 +116,7 @@ | |||
113 | location: Location { | 116 | location: Location { |
114 | uri: Url { | 117 | uri: Url { |
115 | scheme: "file", | 118 | scheme: "file", |
119 | cannot_be_a_base: false, | ||
116 | username: "", | 120 | username: "", |
117 | password: None, | 121 | password: None, |
118 | host: None, | 122 | host: None, |
@@ -154,6 +158,7 @@ | |||
154 | { | 158 | { |
155 | Url { | 159 | Url { |
156 | scheme: "file", | 160 | scheme: "file", |
161 | cannot_be_a_base: false, | ||
157 | username: "", | 162 | username: "", |
158 | password: None, | 163 | password: None, |
159 | host: None, | 164 | host: None, |
diff --git a/crates/rust-analyzer/src/diagnostics/test_data/rustc_unused_variable_as_hint.txt b/crates/rust-analyzer/src/diagnostics/test_data/rustc_unused_variable_as_hint.txt index 5a70d2ed7..d20a91b39 100644 --- a/crates/rust-analyzer/src/diagnostics/test_data/rustc_unused_variable_as_hint.txt +++ b/crates/rust-analyzer/src/diagnostics/test_data/rustc_unused_variable_as_hint.txt | |||
@@ -2,6 +2,7 @@ | |||
2 | MappedRustDiagnostic { | 2 | MappedRustDiagnostic { |
3 | url: Url { | 3 | url: Url { |
4 | scheme: "file", | 4 | scheme: "file", |
5 | cannot_be_a_base: false, | ||
5 | username: "", | 6 | username: "", |
6 | password: None, | 7 | password: None, |
7 | host: None, | 8 | host: None, |
@@ -40,6 +41,7 @@ | |||
40 | location: Location { | 41 | location: Location { |
41 | uri: Url { | 42 | uri: Url { |
42 | scheme: "file", | 43 | scheme: "file", |
44 | cannot_be_a_base: false, | ||
43 | username: "", | 45 | username: "", |
44 | password: None, | 46 | password: None, |
45 | host: None, | 47 | host: None, |
@@ -75,6 +77,7 @@ | |||
75 | MappedRustDiagnostic { | 77 | MappedRustDiagnostic { |
76 | url: Url { | 78 | url: Url { |
77 | scheme: "file", | 79 | scheme: "file", |
80 | cannot_be_a_base: false, | ||
78 | username: "", | 81 | username: "", |
79 | password: None, | 82 | password: None, |
80 | host: None, | 83 | host: None, |
@@ -113,6 +116,7 @@ | |||
113 | location: Location { | 116 | location: Location { |
114 | uri: Url { | 117 | uri: Url { |
115 | scheme: "file", | 118 | scheme: "file", |
119 | cannot_be_a_base: false, | ||
116 | username: "", | 120 | username: "", |
117 | password: None, | 121 | password: None, |
118 | host: None, | 122 | host: None, |
@@ -154,6 +158,7 @@ | |||
154 | { | 158 | { |
155 | Url { | 159 | Url { |
156 | scheme: "file", | 160 | scheme: "file", |
161 | cannot_be_a_base: false, | ||
157 | username: "", | 162 | username: "", |
158 | password: None, | 163 | password: None, |
159 | host: None, | 164 | host: None, |
diff --git a/crates/rust-analyzer/src/diagnostics/test_data/rustc_unused_variable_as_info.txt b/crates/rust-analyzer/src/diagnostics/test_data/rustc_unused_variable_as_info.txt index 04ca0c9c2..2a9c3a9af 100644 --- a/crates/rust-analyzer/src/diagnostics/test_data/rustc_unused_variable_as_info.txt +++ b/crates/rust-analyzer/src/diagnostics/test_data/rustc_unused_variable_as_info.txt | |||
@@ -2,6 +2,7 @@ | |||
2 | MappedRustDiagnostic { | 2 | MappedRustDiagnostic { |
3 | url: Url { | 3 | url: Url { |
4 | scheme: "file", | 4 | scheme: "file", |
5 | cannot_be_a_base: false, | ||
5 | username: "", | 6 | username: "", |
6 | password: None, | 7 | password: None, |
7 | host: None, | 8 | host: None, |
@@ -40,6 +41,7 @@ | |||
40 | location: Location { | 41 | location: Location { |
41 | uri: Url { | 42 | uri: Url { |
42 | scheme: "file", | 43 | scheme: "file", |
44 | cannot_be_a_base: false, | ||
43 | username: "", | 45 | username: "", |
44 | password: None, | 46 | password: None, |
45 | host: None, | 47 | host: None, |
@@ -75,6 +77,7 @@ | |||
75 | MappedRustDiagnostic { | 77 | MappedRustDiagnostic { |
76 | url: Url { | 78 | url: Url { |
77 | scheme: "file", | 79 | scheme: "file", |
80 | cannot_be_a_base: false, | ||
78 | username: "", | 81 | username: "", |
79 | password: None, | 82 | password: None, |
80 | host: None, | 83 | host: None, |
@@ -113,6 +116,7 @@ | |||
113 | location: Location { | 116 | location: Location { |
114 | uri: Url { | 117 | uri: Url { |
115 | scheme: "file", | 118 | scheme: "file", |
119 | cannot_be_a_base: false, | ||
116 | username: "", | 120 | username: "", |
117 | password: None, | 121 | password: None, |
118 | host: None, | 122 | host: None, |
@@ -154,6 +158,7 @@ | |||
154 | { | 158 | { |
155 | Url { | 159 | Url { |
156 | scheme: "file", | 160 | scheme: "file", |
161 | cannot_be_a_base: false, | ||
157 | username: "", | 162 | username: "", |
158 | password: None, | 163 | password: None, |
159 | host: None, | 164 | host: None, |
diff --git a/crates/rust-analyzer/src/diagnostics/test_data/rustc_wrong_number_of_parameters.txt b/crates/rust-analyzer/src/diagnostics/test_data/rustc_wrong_number_of_parameters.txt index f7a313cf1..5ea27a152 100644 --- a/crates/rust-analyzer/src/diagnostics/test_data/rustc_wrong_number_of_parameters.txt +++ b/crates/rust-analyzer/src/diagnostics/test_data/rustc_wrong_number_of_parameters.txt | |||
@@ -2,6 +2,7 @@ | |||
2 | MappedRustDiagnostic { | 2 | MappedRustDiagnostic { |
3 | url: Url { | 3 | url: Url { |
4 | scheme: "file", | 4 | scheme: "file", |
5 | cannot_be_a_base: false, | ||
5 | username: "", | 6 | username: "", |
6 | password: None, | 7 | password: None, |
7 | host: None, | 8 | host: None, |
@@ -33,6 +34,7 @@ | |||
33 | CodeDescription { | 34 | CodeDescription { |
34 | href: Url { | 35 | href: Url { |
35 | scheme: "https", | 36 | scheme: "https", |
37 | cannot_be_a_base: false, | ||
36 | username: "", | 38 | username: "", |
37 | password: None, | 39 | password: None, |
38 | host: Some( | 40 | host: Some( |
@@ -59,6 +61,7 @@ | |||
59 | location: Location { | 61 | location: Location { |
60 | uri: Url { | 62 | uri: Url { |
61 | scheme: "file", | 63 | scheme: "file", |
64 | cannot_be_a_base: false, | ||
62 | username: "", | 65 | username: "", |
63 | password: None, | 66 | password: None, |
64 | host: None, | 67 | host: None, |
@@ -90,6 +93,7 @@ | |||
90 | MappedRustDiagnostic { | 93 | MappedRustDiagnostic { |
91 | url: Url { | 94 | url: Url { |
92 | scheme: "file", | 95 | scheme: "file", |
96 | cannot_be_a_base: false, | ||
93 | username: "", | 97 | username: "", |
94 | password: None, | 98 | password: None, |
95 | host: None, | 99 | host: None, |
@@ -121,6 +125,7 @@ | |||
121 | CodeDescription { | 125 | CodeDescription { |
122 | href: Url { | 126 | href: Url { |
123 | scheme: "https", | 127 | scheme: "https", |
128 | cannot_be_a_base: false, | ||
124 | username: "", | 129 | username: "", |
125 | password: None, | 130 | password: None, |
126 | host: Some( | 131 | host: Some( |
@@ -147,6 +152,7 @@ | |||
147 | location: Location { | 152 | location: Location { |
148 | uri: Url { | 153 | uri: Url { |
149 | scheme: "file", | 154 | scheme: "file", |
155 | cannot_be_a_base: false, | ||
150 | username: "", | 156 | username: "", |
151 | password: None, | 157 | password: None, |
152 | host: None, | 158 | host: None, |
diff --git a/crates/rust-analyzer/src/diagnostics/test_data/snap_multi_line_fix.txt b/crates/rust-analyzer/src/diagnostics/test_data/snap_multi_line_fix.txt index 57d2f1ae3..43b1ea765 100644 --- a/crates/rust-analyzer/src/diagnostics/test_data/snap_multi_line_fix.txt +++ b/crates/rust-analyzer/src/diagnostics/test_data/snap_multi_line_fix.txt | |||
@@ -2,6 +2,7 @@ | |||
2 | MappedRustDiagnostic { | 2 | MappedRustDiagnostic { |
3 | url: Url { | 3 | url: Url { |
4 | scheme: "file", | 4 | scheme: "file", |
5 | cannot_be_a_base: false, | ||
5 | username: "", | 6 | username: "", |
6 | password: None, | 7 | password: None, |
7 | host: None, | 8 | host: None, |
@@ -33,6 +34,7 @@ | |||
33 | CodeDescription { | 34 | CodeDescription { |
34 | href: Url { | 35 | href: Url { |
35 | scheme: "https", | 36 | scheme: "https", |
37 | cannot_be_a_base: false, | ||
36 | username: "", | 38 | username: "", |
37 | password: None, | 39 | password: None, |
38 | host: Some( | 40 | host: Some( |
@@ -59,6 +61,7 @@ | |||
59 | location: Location { | 61 | location: Location { |
60 | uri: Url { | 62 | uri: Url { |
61 | scheme: "file", | 63 | scheme: "file", |
64 | cannot_be_a_base: false, | ||
62 | username: "", | 65 | username: "", |
63 | password: None, | 66 | password: None, |
64 | host: None, | 67 | host: None, |
@@ -84,6 +87,7 @@ | |||
84 | location: Location { | 87 | location: Location { |
85 | uri: Url { | 88 | uri: Url { |
86 | scheme: "file", | 89 | scheme: "file", |
90 | cannot_be_a_base: false, | ||
87 | username: "", | 91 | username: "", |
88 | password: None, | 92 | password: None, |
89 | host: None, | 93 | host: None, |
@@ -115,6 +119,7 @@ | |||
115 | MappedRustDiagnostic { | 119 | MappedRustDiagnostic { |
116 | url: Url { | 120 | url: Url { |
117 | scheme: "file", | 121 | scheme: "file", |
122 | cannot_be_a_base: false, | ||
118 | username: "", | 123 | username: "", |
119 | password: None, | 124 | password: None, |
120 | host: None, | 125 | host: None, |
@@ -146,6 +151,7 @@ | |||
146 | CodeDescription { | 151 | CodeDescription { |
147 | href: Url { | 152 | href: Url { |
148 | scheme: "https", | 153 | scheme: "https", |
154 | cannot_be_a_base: false, | ||
149 | username: "", | 155 | username: "", |
150 | password: None, | 156 | password: None, |
151 | host: Some( | 157 | host: Some( |
@@ -172,6 +178,7 @@ | |||
172 | location: Location { | 178 | location: Location { |
173 | uri: Url { | 179 | uri: Url { |
174 | scheme: "file", | 180 | scheme: "file", |
181 | cannot_be_a_base: false, | ||
175 | username: "", | 182 | username: "", |
176 | password: None, | 183 | password: None, |
177 | host: None, | 184 | host: None, |
@@ -203,6 +210,7 @@ | |||
203 | MappedRustDiagnostic { | 210 | MappedRustDiagnostic { |
204 | url: Url { | 211 | url: Url { |
205 | scheme: "file", | 212 | scheme: "file", |
213 | cannot_be_a_base: false, | ||
206 | username: "", | 214 | username: "", |
207 | password: None, | 215 | password: None, |
208 | host: None, | 216 | host: None, |
@@ -234,6 +242,7 @@ | |||
234 | CodeDescription { | 242 | CodeDescription { |
235 | href: Url { | 243 | href: Url { |
236 | scheme: "https", | 244 | scheme: "https", |
245 | cannot_be_a_base: false, | ||
237 | username: "", | 246 | username: "", |
238 | password: None, | 247 | password: None, |
239 | host: Some( | 248 | host: Some( |
@@ -260,6 +269,7 @@ | |||
260 | location: Location { | 269 | location: Location { |
261 | uri: Url { | 270 | uri: Url { |
262 | scheme: "file", | 271 | scheme: "file", |
272 | cannot_be_a_base: false, | ||
263 | username: "", | 273 | username: "", |
264 | password: None, | 274 | password: None, |
265 | host: None, | 275 | host: None, |
@@ -301,6 +311,7 @@ | |||
301 | { | 311 | { |
302 | Url { | 312 | Url { |
303 | scheme: "file", | 313 | scheme: "file", |
314 | cannot_be_a_base: false, | ||
304 | username: "", | 315 | username: "", |
305 | password: None, | 316 | password: None, |
306 | host: None, | 317 | host: None, |