gpt4 book ai didi

rust - 有没有办法在命令行上做类似 #![allow(unstable)] 的事情?

转载 作者:行者123 更新时间:2023-11-29 07:59:07 25 4
gpt4 key购买 nike

对于命令行,我的意思是使用 rustc 标志。

与在那些源文件中添加 #![allow(unstable)] 行相比,这将是一个方便的选择...我一次构建了一大堆。

最佳答案

rustc -A unstable foo.rs

运行 rustc --help 有以下参数片段:

-W --warn OPT       Set lint warnings
-A --allow OPT Set lint allowed
-D --deny OPT Set lint denied
-F --forbid OPT Set lint forbidden

您可以使用 rustc -W help 获取当前的 lints 列表

关于rust - 有没有办法在命令行上做类似 #![allow(unstable)] 的事情?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28127089/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com