-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panic while building in tonic-build/src/service.rs:219 #25
Comments
rlabrecque
changed the title
Panic in tonic-build/src/service.rs:219
Panic while building in tonic-build/src/service.rs:219
Oct 2, 2019
@rlabrecque Thanks for the report! I see this issue comes from the codegen trying to find the |
#26 should fix this, it only supports empty for now but I want to find a better strategy for well known types. |
Looks like this is fixed completely in #49 👍 |
brentalanmiller
pushed a commit
to brentalanmiller/tonic
that referenced
this issue
Oct 6, 2023
Shrink down the dependency on tokio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
git master
2734d3a
Platform
Linux RILEY-LT 4.19.43-microsoft-standard #1 SMP Mon May 20 19:35:22 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Crates
tonic-build
Description
admin.proto:
build.rs:
Cargo.toml:
Note: Compiling some other protos works fine, so it's something about mine, but I haven't quite been able to figure it out yet. Maybe the import or usage of the common types?
The text was updated successfully, but these errors were encountered: