Skip to content

Rust errors/warnings in editor - #![feature] may not be used on the stable release channel #15706

Open
@matrixbot

Description

@matrixbot

This issue has been migrated from #15706.


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

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions