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: attributes starting with `rustc` are reserved for use by the `rustc` compiler
--> /home/runner/work/glacier/glacier/ices/83494.rs:2:7
|
2 | #[rustc_args_required_const(1)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: cannot find attribute `rustc_args_required_const` in this scope
--> /home/runner/work/glacier/glacier/ices/83494.rs:2:7
|
2 | #[rustc_args_required_const(1)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error[E0412]: cannot find type `T` in this scope
--> /home/runner/work/glacier/glacier/ices/83494.rs:1:6
|
1 | impl T {
| ^ not found in this scope
error[E0601]: `main` function not found in crate `83494`
--> /home/runner/work/glacier/glacier/ices/83494.rs:1:1
|
1 | / impl T {
2 | | #[rustc_args_required_const(1)]
3 | | fn is_null() {}
4 | | }
| |_^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/83494.rs`
error: aborting due to 4 previous errors
Some errors have detailed explanations: E0412, E0601.
For more information about an error, try `rustc --explain E0412`.
==============
0 commit comments