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

ices/110106.rs: fixed with no errors #1699

Merged
merged 1 commit into from
Nov 28, 2023
Merged

Commits on Nov 26, 2023

  1. ices/110106.rs: fixed with no errors

    === stdout ===
    === stderr ===
    warning: struct `D` is never constructed
     --> /home/runner/work/glacier/glacier/ices/110106.rs:4:8
      |
    4 | struct D<T> {
      |        ^
      |
      = note: `#[warn(dead_code)]` on by default
    
    warning: associated items `Item` and `next` are never used
      --> /home/runner/work/glacier/glacier/ices/110106.rs:9:10
       |
    8  | impl<T: Default> D<T> {
       | --------------------- associated items in this implementation
    9  |     type Item = T;
       |          ^^^^
    10 |
    11 |     fn next() -> Self::Item {
       |        ^^^^
    
    warning: 2 warnings emitted
    
    ==============
    rustbot committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    52058de View commit details
    Browse the repository at this point in the history