Add unwrap_unsafe_binder and wrap_unsafe_binder macro operators
This commit is contained in:
parent
2a9e358c72
commit
3f97c6be8d
25 changed files with 222 additions and 12 deletions
|
@ -2104,6 +2104,7 @@ symbols! {
|
|||
unreachable_macro,
|
||||
unrestricted_attribute_tokens,
|
||||
unsafe_attributes,
|
||||
unsafe_binders,
|
||||
unsafe_block_in_unsafe_fn,
|
||||
unsafe_cell,
|
||||
unsafe_cell_raw_get,
|
||||
|
@ -2127,6 +2128,7 @@ symbols! {
|
|||
unwind_attributes,
|
||||
unwind_safe_trait,
|
||||
unwrap,
|
||||
unwrap_binder,
|
||||
unwrap_or,
|
||||
use_extern_macros,
|
||||
use_nested_groups,
|
||||
|
@ -2185,6 +2187,7 @@ symbols! {
|
|||
windows,
|
||||
windows_subsystem,
|
||||
with_negative_coherence,
|
||||
wrap_binder,
|
||||
wrapping_add,
|
||||
wrapping_div,
|
||||
wrapping_mul,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue