futuretest/cargo.out

13 lines
374 B
Plaintext

2017-12-10 15:52:10 -06:00
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
2017-12-09 12:58:25 -06:00
error: Could not compile `futuretest`.
To learn more, run the command again with --verbose.