rust/src/librustc_codegen_ssa
David Wood 6cc268e316
hir: consistent use and naming of lang items
This commit adjusts the naming of various lang items so that they are
consistent and don't include prefixes containing the target or
"LangItem". In addition, lang item variants are no longer exported from
the `lang_items` module.

Signed-off-by: David Wood <david@davidtw.co>
2020-08-24 12:17:51 +01:00
..
2020-08-11 16:16:28 -04:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.