Skip to content

panic 발생 시 프로그램 종료 #71

Description

@mjy9088

1안: Cargo.toml에서 panic = "abort" 설정

[profile.release]
panic = "abort"

단점: 하위 모든 crate에서 설정해야 함


2안: 알아볼 것

#[tokio::main] 대신 다른 것 사용 등

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions