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[E0425]: cannot find value `_t` in this scope
--> /home/runner/work/glacier/glacier/ices/109188.rs:14:11
|
14 | X(_t) = x;
| ^^ not found in this scope
error[E0425]: cannot find value `_t` in this scope
--> /home/runner/work/glacier/glacier/ices/109188.rs:16:21
|
16 | Either::Two(_t) = x;
| ^^ not found in this scope
error[E0308]: mismatched types
--> /home/runner/work/glacier/glacier/ices/109188.rs:14:9
|
14 | X(_t) = x;
| ^^^^^ - this expression has type `()`
| |
| expected `()`, found `X`
error[E0308]: mismatched types
--> /home/runner/work/glacier/glacier/ices/109188.rs:16:9
|
16 | Either::Two(_t) = x;
| ^^^^^^^^^^^^^^^ - this expression has type `()`
| |
| expected `()`, found `Either`
error[E0425]: cannot find function `consume_fnmut` in this scope
--> /home/runner/work/glacier/glacier/ices/109188.rs:13:5
|
13 | consume_fnmut(|| {
| ^^^^^^^^^^^^^ not found in this scope
error: aborting due to 5 previous errors
Some errors have detailed explanations: E0308, E0425.
For more information about an error, try `rustc --explain E0308`.
==============
0 commit comments