The current build using rust unstable/nightly? #598
Replies: 2 comments 2 replies
-
The short answer is: Yes, it is. Before I give a generic but detailed response for something you may already know, is there something specific you'd like to know? |
Beta Was this translation helpful? Give feedback.
-
|
I simply was on general terms as from where I am, prereleases of compilers are generally seen as "fun toys but not intended for real work" - so I was a bit taken aback when I saw a Microsoft owned project advocate the opposite. Perhaps it's a non-issue with Rust - I'm not vested well enough in the Rust ecosystem to know what applies there in contrast to C# and friends. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm wondering if it is such a good idea to use the unstable channel as a dependency for the build?
thor:~/source/repos/External/edit> cargo build Compiling smallvec v1.15.1 Compiling libc v0.2.174 Compiling toml-span v0.5.2 Compiling edit v1.2.1 (/home/thor/source/repos/External/edit) error[E0554]:#![feature]` may not be used on the stable release channel--> src/lib.rs:4:1
|
4 | / #![feature(
5 | | allocator_api,
6 | | breakpoint,
7 | | cold_path,
... |
11 | | maybe_uninit_uninit_array_transpose
12 | | )]
| |__^
For more information about this error, try
rustc --explain E0554.error: could not compile
edit(lib) due to 1 previous error`Is using the unstable channel of Rust really needed?
Beta Was this translation helpful? Give feedback.
All reactions