mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-26 11:55:04 +00:00
Merge from rustc
This commit is contained in:
commit
afcde387b3
1 changed files with 2 additions and 11 deletions
|
@ -3936,17 +3936,8 @@ The tracking issue for this feature is: [#117693]
|
||||||
"##,
|
"##,
|
||||||
},
|
},
|
||||||
Lint {
|
Lint {
|
||||||
label: "core_pattern_type",
|
label: "pattern_type_macro",
|
||||||
description: r##"# `core_pattern_type`
|
description: r##"# `pattern_type_macro`
|
||||||
|
|
||||||
This feature has no tracking issue, and is therefore likely internal to the compiler, not being intended for general use.
|
|
||||||
|
|
||||||
------------------------
|
|
||||||
"##,
|
|
||||||
},
|
|
||||||
Lint {
|
|
||||||
label: "core_pattern_types",
|
|
||||||
description: r##"# `core_pattern_types`
|
|
||||||
|
|
||||||
This feature has no tracking issue, and is therefore likely internal to the compiler, not being intended for general use.
|
This feature has no tracking issue, and is therefore likely internal to the compiler, not being intended for general use.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue