From dc677aa06c82e2a244e01d50301061a8a0134951 Mon Sep 17 00:00:00 2001 From: rustbot Date: Sun, 2 Jan 2022 12:07:27 +0000 Subject: [PATCH] ices/92267.rs: fixed with errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit === 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`. ============== --- {ices => fixed}/92267.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/92267.rs (100%) diff --git a/ices/92267.rs b/fixed/92267.rs similarity index 100% rename from ices/92267.rs rename to fixed/92267.rs