-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
Bug Report
Version
│ │ ├── tonic v0.14.1
│ ├── tonic v0.14.1 (*)
│ ├── tonic-prost v0.14.1
│ │ └── tonic v0.14.1 (*)
│ └── tonic-prost-build v0.14.1
│ └── tonic-build v0.14.1
├── tonic v0.14.1 (*)
Platform
Darwin foxmulder.local 23.6.0 Darwin Kernel Version 23.6.0: Thu Dec 19 20:47:53 PST 2024; root:xnu-10063.141.1.703.2~1/RELEASE_ARM64_T6030 arm64
Description
pub mod proto {
tonic::include_proto!("myproto")
}
Lotta compilation errors related to referencing boolean types via super::bool
which errors until I add use std::primitive::bool
into the mod
Metadata
Metadata
Assignees
Labels
No labels