首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >如何使用夜间通道进行货物测试?

如何使用夜间通道进行货物测试?
EN

Stack Overflow用户
提问于 2018-02-03 12:13:09
回答 1查看 29.6K关注 0票数 43

我正在尝试使用Windows Powershell运行nightly Rust的测试。我在目录中运行cargo test,然后我得到

Compiling rustcraft v0.1.0 (file:///C:/Users/Phoenix/Desktop/Rust/rustcraft)
error[E0554]: #![feature] may not be used on the stable release channel
 --> C:\Users\Phoenix\Desktop\Rust\rustcraft\src\main.rs:1:1
  |
1 | #![feature(integer_atomics)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0554]: #![feature] may not be used on the stable release channel
 --> C:\Users\Phoenix\Desktop\Rust\rustcraft\src\main.rs:2:1
  |
2 | #![feature(collections)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^

显然,我必须告诉Cargo在夜间频道上编译它,但如何编译呢?在帮助部分或我找到的任何网站中,我找不到任何关于指定频道的引用。

EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/48593858

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档