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:
|
// 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
|
// DuplicatesOk since it has its own validation
|
||||||
ungated!(
|
ungated!(
|
||||||
rustc_deprecated, Normal,
|
rustc_deprecated, Normal,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user