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 28, 2025. It is now read-only.
= note: this error originates in the macro `$crate::format_args_nl` which comes from the expansion of the macro `println` (in Nightly builds, run with -Z macro-backtrace for more info)
51
51
help: consider assigning a value
52
52
|
53
-
LL | let demo_no: DemoNoDef = value;
54
-
| +++++++
53
+
LL | let demo_no: DemoNoDef = /* value */;
54
+
| +++++++++++++
55
55
56
56
error[E0381]: used binding `arr` isn't initialized
0 commit comments