You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a bit new to rust so please bear with me here :) I'm trying to use the protobuf library but can only get it to compile when I add the +nightly flag to cargo:
wssmts@laptop:~/Programs/rust-ipc/rust-protobuf > cargo +nightly build
Finished dev [unoptimized + debuginfo] target(s) in 0.09s
Everything works fine using the nightly compiler, but I am a bit hesitant using this in a production system with the nightly compiler building using actual unstable features.
I'm a bit new to rust so please bear with me here :) I'm trying to use the protobuf library but can only get it to compile when I add the
+nightly
flag tocargo
:Everything works fine using the nightly compiler, but I am a bit hesitant using this in a production system with the nightly compiler building using actual unstable features.
So I looked around in the documentation, the github readme and the the issues mentioning nightly and couldn't find anything refering to having to use the nightly compiler to use the
protobuf
crate.So I guess the question is, do I have to use the nightly compiler if I need this library?
If not, and I almost assume not, what am I doing wrong?
My setup
My repo
Versions etc
Error output without compiling using nightly
The text was updated successfully, but these errors were encountered: