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

ices/84957.rs: fixed with no errors #991

Merged
merged 1 commit into from
Oct 15, 2021
Merged

Commits on Oct 15, 2021

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

    === stdout ===
    === stderr ===
    warning: unreachable expression
      --> /home/runner/work/glacier/glacier/ices/84957.rs:23:5
       |
    21 |       let port = todo!();
       |                  ------- any code following this expression is unreachable
    22 | 
    23 | /     for example_member in EXAMPLE_MAP {
    24 | |         (example_member.member2)(&port);
    25 | |     }
       | |_____^ unreachable expression
       |
       = note: `#[warn(unreachable_code)]` on by default
    
    warning: unused variable: `port`
      --> /home/runner/work/glacier/glacier/ices/84957.rs:21:9
       |
    21 |     let port = todo!();
       |         ^^^^ help: if this is intentional, prefix it with an underscore: `_port`
       |
       = note: `#[warn(unused_variables)]` on by default
    
    warning: field is never read: `member0`
     --> /home/runner/work/glacier/glacier/ices/84957.rs:4:5
      |
    4 |     member0: &'static [u8],
      |     ^^^^^^^^^^^^^^^^^^^^^^
      |
      = note: `#[warn(dead_code)]` on by default
    
    warning: 3 warnings emitted
    
    ==============
    rustbot committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    c47b912 View commit details
    Browse the repository at this point in the history