You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2024. It is now read-only.
=== 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`.
==============
0 commit comments