Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit cdd4c4e

Browse files
committed
ices/92481.rs: fixed with errors
=== stdout === === stderr === error: this file contains an unclosed delimiter --> /home/runner/work/glacier/glacier/ices/92481.rs:1:21 | 1 | fn r({){Ok{d..||_=m | - - ^ | | | | | unclosed delimiter | unclosed delimiter error: expected parameter name, found `{` --> /home/runner/work/glacier/glacier/ices/92481.rs:1:6 | 1 | fn r({){Ok{d..||_=m | ^ expected parameter name error: expected one of `,`, `:`, or `}`, found `..` --> /home/runner/work/glacier/glacier/ices/92481.rs:1:6 | 1 | fn r({){Ok{d..||_=m | ^ -^ | | | | | help: `}` may belong here | unclosed delimiter error[E0425]: cannot find value `d` in this scope --> /home/runner/work/glacier/glacier/ices/92481.rs:1:12 | 1 | fn r({){Ok{d..||_=m | ^ not found in this scope error[E0425]: cannot find value `m` in this scope --> /home/runner/work/glacier/glacier/ices/92481.rs:1:19 | 1 | fn r({){Ok{d..||_=m | ^ not found in this scope error[E0559]: variant `Result<_, _>::Ok` has no field named `d` --> /home/runner/work/glacier/glacier/ices/92481.rs:1:12 | 1 | fn r({){Ok{d..||_=m | ^ field does not exist | help: `Result<_, _>::Ok` is a tuple variant, use the appropriate syntax | 1 | fn r({){Result<_, _>::Ok(/* fields */) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error[E0308]: mismatched types --> /home/runner/work/glacier/glacier/ices/92481.rs:1:9 | 1 | fn r({){Ok{d..||_=m | -^^^^^^^^^^^^ expected `()`, found enum `Result` | | | help: a return type might be missing here: `-> _` | = note: expected unit type `()` found enum `Result<_, _>` error: aborting due to 7 previous errors Some errors have detailed explanations: E0308, E0425, E0559. For more information about an error, try `rustc --explain E0308`. ==============
1 parent 280ea11 commit cdd4c4e

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed
File renamed without changes.

0 commit comments

Comments
 (0)