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: recursion limit reached while expanding `n!`
--> /home/runner/work/glacier/glacier/ices/84632.rs:1:36
|
1 | macro_rules! n {() => (concat!("", n!()))}
| ^^^^
...
4 | n!();
| ----- in this macro invocation
|
= help: consider adding a `#![recursion_limit="256"]` attribute to your crate (`84632`)
= note: this error originates in the macro `n` (in Nightly builds, run with -Z macro-backtrace for more info)
error: aborting due to previous error
==============
Co-authored-by: rustbot <[email protected]>
0 commit comments