diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-01-29 12:16:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 12:16:00 +0000 |
commit | 9346bddb100a3a047e22f980e64c36006fa029d5 (patch) | |
tree | e1c650edaae4c3458dd0418b3b8448a10d5f71cd /gcc/rust/backend/rust-compile-expr.h | |
parent | 1fc2b540800d25af1c70e90439e8a9077c7d07f8 (diff) | |
parent | 959a076d6fb2c4d60c8e08141715a6a2b354bdd7 (diff) | |
parent | a110fd152f301915f22f491ba403f6d67d90949e (diff) | |
download | gcc-9346bddb100a3a047e22f980e64c36006fa029d5.zip gcc-9346bddb100a3a047e22f980e64c36006fa029d5.tar.gz gcc-9346bddb100a3a047e22f980e64c36006fa029d5.tar.bz2 |
Merge #897 #898
897: Remove unused include r=philberty a=philberty
We no longer need the tree within the type modules.
898: Add deref_mut lang_item mappings r=philberty a=philberty
This does not add support for deref_mut lang-items it just adds the mappings
so we can track the lang_item.
Co-authored-by: Philip Herron <philip.herron@embecosm.com>