add new attribute rustc_insignificant_dtor and a query to check if a type has a significant drop
This commit is contained in:
parent
1025db84a6
commit
a7e1cec621
11 changed files with 333 additions and 13 deletions
|
@ -1015,6 +1015,7 @@ symbols! {
|
|||
rustc_expected_cgu_reuse,
|
||||
rustc_if_this_changed,
|
||||
rustc_inherit_overflow_checks,
|
||||
rustc_insignificant_dtor,
|
||||
rustc_layout,
|
||||
rustc_layout_scalar_valid_range_end,
|
||||
rustc_layout_scalar_valid_range_start,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue