From 19981df17e34e3a21717fbf2e2731e5b9dba3f78 Mon Sep 17 00:00:00 2001 From: rustbot Date: Mon, 25 Jan 2021 12:44:29 +0000 Subject: [PATCH] ices/81208.rs: fixed with errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit === stdout === === stderr === error: byte constant must be ASCII. Use a \xHH escape for a non-ASCII byte --> /home/runner/work/glacier/glacier/ices/81208.rs:1:12 | 1 | #[path = b"ffi.rs"] | ^ error[E0583]: file not found for module `ffi` --> /home/runner/work/glacier/glacier/ices/81208.rs:2:1 | 2 | mod ffi; | ^^^^^^^^ | = help: to create the module `ffi`, create file "/home/runner/work/glacier/glacier/ices/ffi.rs" error: malformed `path` attribute input --> /home/runner/work/glacier/glacier/ices/81208.rs:1:1 | 1 | #[path = b"ffi.rs"] | ^^^^^^^^^^^^^^^^^ help: must be of the form: `#[path = "file"]` error: aborting due to 3 previous errors For more information about this error, try `rustc --explain E0583`. ============== --- {ices => fixed}/81208.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/81208.rs (100%) diff --git a/ices/81208.rs b/fixed/81208.rs similarity index 100% rename from ices/81208.rs rename to fixed/81208.rs