futuretest/cargo.out

13 lines
374 B
Plaintext

Compiling futuretest v0.1.0 (file:///mnt/d/GIT/futuretest)
error[E0554]: #![feature] may not be used on the stable release channel
--> src/main.rs:1:1
|
1 | #![feature(conservative_impl_trait)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
error: Could not compile `futuretest`.
To learn more, run the command again with --verbose.