From a7e1cec621d751b1c10b00b45c5b228df1b7d46d Mon Sep 17 00:00:00 2001 From: Dhruv Jauhar Date: Tue, 13 Apr 2021 03:43:11 -0400 Subject: add new attribute rustc_insignificant_dtor and a query to check if a type has a significant drop --- compiler/rustc_span/src/symbol.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/rustc_span/src') diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 0b3dece09ae..c9816c2d599 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -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, -- cgit 1.4.1-3-g733a5