AdamNiederer / AdamNiederer/vektor
rustc are reserved for use by the rustc compiler
未关闭
- 主要语言
- Rust
- 星标
- 3
- 派生
- 8
- PR 合并指标
- 30 天内没有已合并 PR
描述
When trying `cargo build`, I see the following problem occurring several times:
```
error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
--> src/x86_64/sse41.rs:30:3
|
30 | #[rustc_args_required_const(2)]
|
```
This is also used in [faster](https://github.com/AdamNiederer/faster) which then need an update too.
Rust version: rustc 1.71.0-nightly (f49560538 2023-04-28)
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。