Skip to content
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
@MadLittleMods

Description

@MadLittleMods

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

No one assigned

    Labels

    O-OccasionalAffects or can be seen by some users regularly or most users rarelyS-TolerableMinor significance, cosmetic issues, low or no impact to users.T-EnhancementNew features, changes in functionality, improvements in performance, or user-facing enhancements.Z-Dev-WishlistMakes developers' lives better, but doesn't have direct user impactrustPull requests that update Rust code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions