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 ===
warning: the feature `const_generics` is incomplete and may cause the compiler to crash
--> /home/runner/work/glacier/glacier/ices/66205.rs:1:12
|
1 | #![feature(const_generics)]
| ^^^^^^^^^^^^^^
|
= note: `#[warn(incomplete_features)]` on by default
warning: function cannot return without recursing
--> /home/runner/work/glacier/glacier/ices/66205.rs:3:1
|
3 | fn fact<const N: usize>() {
| ^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing
4 | fact::<{ N - 1 }>();
| ------------------- recursive call site
|
= note: `#[warn(unconditional_recursion)]` on by default
= help: a `loop` may express intention better if this is on purpose
warning: function is never used: `fact`
--> /home/runner/work/glacier/glacier/ices/66205.rs:3:4
|
3 | fn fact<const N: usize>() {
| ^^^^
|
= note: `#[warn(dead_code)]` on by default
==============
0 commit comments