mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
fix names in feature(...) suggestion
This commit is contained in:
parent
026d8ce7f5
commit
c1d75a27b2
@ -453,7 +453,7 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[
|
||||
// Internal attributes: Stability, deprecation, and unsafe:
|
||||
// ==========================================================================
|
||||
|
||||
ungated!(feature, CrateLevel, template!(List: "name1, name1, ..."), DuplicatesOk),
|
||||
ungated!(feature, CrateLevel, template!(List: "name1, name2, ..."), DuplicatesOk),
|
||||
// DuplicatesOk since it has its own validation
|
||||
ungated!(
|
||||
rustc_deprecated, Normal,
|
||||
|
Loading…
Reference in New Issue
Block a user