1
Fork 0

Prevent generic pattern types from being used in libstd

This commit is contained in:
Oli Scherer 2025-02-05 11:45:50 +00:00
parent 8df89d1cb0
commit fab6d8ae8c
7 changed files with 101 additions and 11 deletions

View file

@ -1013,6 +1013,7 @@ symbols! {
generic_const_exprs,
generic_const_items,
generic_param_attrs,
generic_pattern_types,
get_context,
global_alloc_ty,
global_allocator,