Auto merge of #98914 - fee1-dead-contrib:min-deref-patterns, r=compiler-errors
Minimal implementation of implicit deref patterns for Strings cc `@compiler-errors` `@BoxyUwU` https://github.com/rust-lang/lang-team/issues/88 #87121 ~~I forgot to add a feature gate, will do so in a minute~~ Done
This commit is contained in:
commit
e07425d55b
46 changed files with 302 additions and 99 deletions
|
@ -1407,6 +1407,7 @@ symbols! {
|
|||
str_trim_end,
|
||||
str_trim_start,
|
||||
strict_provenance,
|
||||
string_deref_patterns,
|
||||
stringify,
|
||||
struct_field_attributes,
|
||||
struct_inherit,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue