@@ -2021,6 +2021,7 @@ LL │ ┃ Ok("")
20212021LL │ ┃ ))))))))))))))))))))))))))))))
20222022LL │ ┃ ))))))))))))))))))))))))))))));
20232023 │ ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ expected `Atype<Btype<Ctype<..., i32>, i32>, i32>`, found `Result<Result<Result<..., _>, _>, _>`
2024+ │
20242025 ├ note: expected struct `Atype<Btype<..., i32>, i32>`
20252026 │ found enum `Result<Result<..., _>, _>`
20262027 ├ 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 `?`
21802181 |
218121821 | ... 的。这是宽的。这是宽的。这是宽的。这是宽的。这是宽的。*/?
21822183 | ^ expected item
2184+ |
21832185 = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
21842186"# ] ] ;
21852187
@@ -2191,6 +2193,7 @@ error: expected item, found `?`
21912193 │
219221941 │ … 宽的。这是宽的。这是宽的。这是宽的。这是宽的。这是宽的。*/?
21932195 │ ━ expected item
2196+ │
21942197 ╰ note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
21952198"# ] ] ;
21962199 let renderer_unicode = renderer_ascii. theme ( OutputTheme :: Unicode ) ;
@@ -2217,6 +2220,7 @@ error: expected item, found `?`
22172220 |
221822211 | ... 。这是宽的。这是宽的。这是宽的...
22192222 | ^^ expected item
2223+ |
22202224 = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
22212225"# ] ] ;
22222226
@@ -2228,6 +2232,7 @@ error: expected item, found `?`
22282232 │
222922331 │ … 的。这是宽的。这是宽的。这是宽的。…
22302234 │ ━━ expected item
2235+ │
22312236 ╰ note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
22322237"# ] ] ;
22332238 let renderer_unicode = renderer_ascii. theme ( OutputTheme :: Unicode ) ;
@@ -2254,6 +2259,7 @@ error: expected item, found `?`
22542259 |
225522601 | ...aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa*/?
22562261 | ^ expected item
2262+ |
22572263 = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
22582264"# ] ] ;
22592265
@@ -2265,6 +2271,7 @@ error: expected item, found `?`
22652271 │
226622721 │ …aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa*/?
22672273 │ ━ expected item
2274+ │
22682275 ╰ note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
22692276"# ] ] ;
22702277 let renderer_unicode = renderer_ascii. theme ( OutputTheme :: Unicode ) ;
0 commit comments