@@ -2021,6 +2021,7 @@ LL │ ┃ Ok("")
2021
2021
LL │ ┃ ))))))))))))))))))))))))))))))
2022
2022
LL │ ┃ ))))))))))))))))))))))))))))));
2023
2023
│ ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ expected `Atype<Btype<Ctype<..., i32>, i32>, i32>`, found `Result<Result<Result<..., _>, _>, _>`
2024
+ │
2024
2025
├ note: expected struct `Atype<Btype<..., i32>, i32>`
2025
2026
│ found enum `Result<Result<..., _>, _>`
2026
2027
├ note: the full name for the type has been written to '$TEST_BUILD_DIR/$FILE.long-type-hash.txt'
@@ -2180,6 +2181,7 @@ error: expected item, found `?`
2180
2181
|
2181
2182
1 | ... 的。这是宽的。这是宽的。这是宽的。这是宽的。这是宽的。*/?
2182
2183
| ^ expected item
2184
+ |
2183
2185
= note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
2184
2186
"# ] ] ;
2185
2187
@@ -2191,6 +2193,7 @@ error: expected item, found `?`
2191
2193
│
2192
2194
1 │ … 宽的。这是宽的。这是宽的。这是宽的。这是宽的。这是宽的。*/?
2193
2195
│ ━ expected item
2196
+ │
2194
2197
╰ note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
2195
2198
"# ] ] ;
2196
2199
let renderer_unicode = renderer_ascii. theme ( OutputTheme :: Unicode ) ;
@@ -2217,6 +2220,7 @@ error: expected item, found `?`
2217
2220
|
2218
2221
1 | ... 。这是宽的。这是宽的。这是宽的...
2219
2222
| ^^ expected item
2223
+ |
2220
2224
= note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
2221
2225
"# ] ] ;
2222
2226
@@ -2228,6 +2232,7 @@ error: expected item, found `?`
2228
2232
│
2229
2233
1 │ … 的。这是宽的。这是宽的。这是宽的。…
2230
2234
│ ━━ expected item
2235
+ │
2231
2236
╰ note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
2232
2237
"# ] ] ;
2233
2238
let renderer_unicode = renderer_ascii. theme ( OutputTheme :: Unicode ) ;
@@ -2254,6 +2259,7 @@ error: expected item, found `?`
2254
2259
|
2255
2260
1 | ...aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa*/?
2256
2261
| ^ expected item
2262
+ |
2257
2263
= note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
2258
2264
"# ] ] ;
2259
2265
@@ -2265,6 +2271,7 @@ error: expected item, found `?`
2265
2271
│
2266
2272
1 │ …aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa*/?
2267
2273
│ ━ expected item
2274
+ │
2268
2275
╰ note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
2269
2276
"# ] ] ;
2270
2277
let renderer_unicode = renderer_ascii. theme ( OutputTheme :: Unicode ) ;
0 commit comments