You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2024. It is now read-only.
=== 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`.
==============
0 commit comments