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

ices/68684-1.rs: fixed with no errors #291

Merged
merged 1 commit into from
Feb 16, 2020
Merged

Commits on Feb 16, 2020

  1. ices/68684-1.rs: fixed with no errors

    === stdout ===
    === stderr ===
    warning: enum is never used: `Enum`
     --> /home/runner/work/glacier/glacier/ices/68684-1.rs:1:6
      |
    1 | enum Enum {
      |      ^^^^
      |
      = note: `#[warn(dead_code)]` on by default
    
    warning: method is never used: `a`
     --> /home/runner/work/glacier/glacier/ices/68684-1.rs:6:5
      |
    6 |     const fn a() -> Self {
      |     ^^^^^^^^^^^^^^^^^^^^
    
    warning: constant item is never used: `A`
      --> /home/runner/work/glacier/glacier/ices/68684-1.rs:12:5
       |
    12 |     const A: Enum = Enum::a();
       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
    
    ==============
    rustbot committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    bf349b1 View commit details
    Browse the repository at this point in the history