Skip to content

[BUG] #18

Description

@chinanxc

编译错误

环境信息:

  • 操作系统: macOS 26
  • Rust 版本: 1.75

附加信息
error[E0282]: type annotations needed
--> src/daemon/mod.rs:118:41
|
118 | content.trim().parse().map_err(|e| e.into())
| ^ - type must be known at this point
|
help: consider giving this closure parameter an explicit type
|
118 | content.trim().parse().map_err(|e: /* Type */| e.into())
| ++++++++++++

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions