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[E0493]: destructors cannot be evaluated at compile-time
--> /home/runner/work/glacier/glacier/ices/81708.rs:3:5
|
3 | test_arr[0] = String::new();
| ^^^^^^^^^^^
| |
| statics cannot evaluate destructors
| value is dropped here
error[E0493]: destructors cannot be evaluated at compile-time
--> /home/runner/work/glacier/glacier/ices/81708.rs:2:9
|
2 | let test_arr: [String; 1];
| ^^^^^^^^ statics cannot evaluate destructors
3 | test_arr[0] = String::new();
4 | };
| - value is dropped here
error[E0381]: use of possibly-uninitialized variable: `test_arr`
--> /home/runner/work/glacier/glacier/ices/81708.rs:3:5
|
3 | test_arr[0] = String::new();
| ^^^^^^^^^^^ use of possibly-uninitialized `test_arr`
error: aborting due to 3 previous errors
Some errors have detailed explanations: E0381, E0493.
For more information about an error, try `rustc --explain E0381`.
==============
0 commit comments