Skip to content

Backend server does not run on Windows #913

Open
@miaomiao1992

Description

@miaomiao1992

it seems only linux can deploy the server.

error[E0433]: failed to resolve: could not find `unix` in `os`
 --> src\sandbox.rs:8:9
  |
8 |     os::unix::fs::PermissionsExt,
  |         ^^^^ could not find `unix` in `os`

error[E0433]: failed to resolve: could not find `unix` in `os`
   --> src\sandbox.rs:624:18
    |
624 |     use std::os::unix::process::ExitStatusExt;
    |                  ^^^^ could not find `unix` in `os`

For more information about this error, try `rustc --explain E0433`.
error: could not compile `ui` due to 2 previous errors

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementSomething new the playground could dohelp wantedNot immediately going to be prioritized — ask for mentoring instructions!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions