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

Commit 27c2717

Browse files
committed
ices/109188.rs: fixed with errors
=== 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`. ==============
1 parent d916283 commit 27c2717

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)