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

ices/92267.rs: fixed with errors #1072

Merged
merged 1 commit into from
Jan 3, 2022
Merged

ices/92267.rs: fixed with errors #1072

merged 1 commit into from
Jan 3, 2022

Commits on Jan 2, 2022

  1. ices/92267.rs: fixed with errors

    === stdout ===
    === stderr ===
    error: this file contains an unclosed delimiter
     --> /home/runner/work/glacier/glacier/ices/92267.rs:1:26
      |
    1 | fn i(){println!("🦀%%%";r
      |       -        -          ^
      |       |        |
      |       |        unclosed delimiter
      |       unclosed delimiter
    
    error: expected `,`, found `;`
     --> /home/runner/work/glacier/glacier/ices/92267.rs:1:23
      |
    1 | fn i(){println!("🦀%%%";r
      |                        ^ expected `,`
    
    error: argument never used
     --> /home/runner/work/glacier/glacier/ices/92267.rs:1:24
      |
    1 | fn i(){println!("🦀%%%";r
      |                         ^ argument never used
      |
    note: format specifiers use curly braces, and the conversion specifier `
          ` is unknown or unsupported
     --> /home/runner/work/glacier/glacier/ices/92267.rs:1:21
      |
    1 | fn i(){println!("🦀%%%";r
      |                      ^^
      = note: printf formatting not supported; see the documentation for `std::fmt`
    
    error[E0425]: cannot find value `r` in this scope
     --> /home/runner/work/glacier/glacier/ices/92267.rs:1:24
      |
    1 | fn i(){println!("🦀%%%";r
      |                         ^ not found in this scope
    
    error: aborting due to 4 previous errors
    
    For more information about this error, try `rustc --explain E0425`.
    ==============
    rustbot committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    dc677aa View commit details
    Browse the repository at this point in the history