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

ices/92470.rs: fixed with errors #1396

Merged
merged 1 commit into from
Aug 23, 2022
Merged

ices/92470.rs: fixed with errors #1396

merged 1 commit into from
Aug 23, 2022

Commits on Aug 23, 2022

  1. 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`.
    ==============
    rustbot committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    2f304c7 View commit details
    Browse the repository at this point in the history