Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 2f304c7

Browse files
committed
ices/92470.rs: fixed with errors
=== stdout === === stderr === warning: function cannot return without recursing --> /home/runner/work/glacier/glacier/ices/92470.rs:11:1 | 11 | fn encode<E: Encoder>(mut encoder: E) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing 12 | encoder.writer(); 13 | encode(&mut encoder); | -------------------- recursive call site | = note: `#[warn(unconditional_recursion)]` on by default = help: a `loop` may express intention better if this is on purpose error[E0275]: overflow evaluating the requirement `<EncoderImpl as Encoder>::W` | = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`92470`) error: aborting due to previous error; 1 warning emitted For more information about this error, try `rustc --explain E0275`. ==============
1 parent a56a3c9 commit 2f304c7

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed
File renamed without changes.

0 commit comments

Comments
 (0)