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

Commit 2cffe8a

Browse files
committed
ices/97806.rs: fixed with errors
=== stdout === === stderr === error[E0282]: type annotations needed for `Option<T>` --> /home/runner/work/glacier/glacier/ices/97806.rs:11:13 | 11 | let variable = None; | ^^^^^^^^ | help: consider giving `variable` an explicit type, where the type for type parameter `T` is specified | 11 | let variable: Option<T> = None; | +++++++++++ error: aborting due to previous error For more information about this error, try `rustc --explain E0282`. ==============
1 parent c984b86 commit 2cffe8a

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)