Skip to content

super::bool not found in super #2388

@pronebird

Description

@pronebird

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions