rust/compiler/rustc_hir/src
Guillaume Gomez d12b16887b
Rollup merge of #86726 - sexxi-goose:use-diagnostic-item-for-rfc2229-migration, r=nikomatsakis
Use diagnostic items instead of lang items for rfc2229 migrations

This PR removes the `Send`, `UnwindSafe` and `RefUnwindSafe` lang items introduced in https://github.com/rust-lang/rust/pull/84730, and uses diagnostic items instead to check for `Send`, `UnwindSafe` and `RefUnwindSafe` traits for RFC2229 migrations.

r? ```@nikomatsakis```
2021-07-08 18:30:33 +02:00
..
arena.rs Revert "Reduce the amount of untracked state in TyCtxt" 2021-06-01 09:05:22 +02:00
def.rs Document Res and its friends 2021-04-07 18:03:38 -07:00
definitions.rs Auto merge of #86143 - bjorn3:revert_revert_merge_crate_disambiguator, r=michaelwoerister 2021-07-06 11:31:59 +00:00
hir_id.rs Address review comments 2021-03-27 22:16:34 -04:00
hir.rs Specify the kind of the item for E0121 2021-06-22 00:40:47 +08:00
intravisit.rs Add support for const operands and options to global_asm! 2021-05-13 22:31:57 +01:00
itemlikevisit.rs Store ForeignItem in a side table. 2020-11-26 21:29:27 +01:00
lang_items.rs Remove lang items Send, UnwindSafe and RefUnwindSafe 2021-06-29 17:47:57 -04:00
lib.rs Update to new bootstrap compiler 2021-06-28 11:30:49 -04:00
pat_util.rs Auto merge of #83599 - jyn514:unorderable, r=Aaron1011 2021-04-03 04:11:35 +00:00
stable_hash_impls.rs Hash DefId in rustc_span. 2021-06-11 12:25:02 +02:00
target.rs Visit more targets when checking attrs 2021-02-09 21:54:46 +01:00
tests.rs Revert "Revert "Fix test"" 2021-07-06 11:28:06 +02:00
weak_lang_items.rs Fix outdated crate names in compiler docs 2021-04-08 11:12:14 -05:00