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

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 2, 2022

Issue: rust-lang/rust#92267

fn i(){println!("🦀%%%";r
=== 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`.
==============

=== 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`.
==============
@Alexendoo Alexendoo merged commit fd47c63 into master Jan 3, 2022
@Alexendoo Alexendoo deleted the autofix/ices/92267.rs branch January 3, 2022 12:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants