This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Rust errors/warnings in editor - #![feature] may not be used on the stable release channel
#15706
Open
Description
In my editor (VSCode), the following errors/warnings are ever present and annoying to look at. Is there anyway to resolve these to not complain by default?
error[E0554]: `#![feature]` may not be used on the stable release channel
--> rust/benches/glob.rs:15:12
|
15 | #![feature(test)]
| ^^^^
I feel like the warning is a more new thing since I only remember the errors being there before.
unused import: `std::collections::BTreeSet`
`#[warn(unused_imports)]` on by default
Metadata
Metadata
Assignees
Labels
Affects or can be seen by some users regularly or most users rarelyMinor significance, cosmetic issues, low or no impact to users.New features, changes in functionality, improvements in performance, or user-facing enhancements.Makes developers' lives better, but doesn't have direct user impactPull requests that update Rust code