diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2019-11-09 22:27:52 +0100 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2019-11-17 22:37:14 +0100 |
| commit | 2ba84c6bea8ce018d81b3eb2ef923aeb996f02f0 (patch) | |
| tree | 6e7c15ae2a7d82455569f24ef4f9505b4b385a94 /src/librustc/ich | |
| parent | a265bc22f161c7399c5a35835305d2dacf24753a (diff) | |
| download | rust-2ba84c6bea8ce018d81b3eb2ef923aeb996f02f0.tar.gz rust-2ba84c6bea8ce018d81b3eb2ef923aeb996f02f0.zip | |
HashStable_Generic for librustc_target.
Diffstat (limited to 'src/librustc/ich')
| -rw-r--r-- | src/librustc/ich/impls_syntax.rs | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/librustc/ich/impls_syntax.rs b/src/librustc/ich/impls_syntax.rs index 42d6576ba6d..f8bf8f4ab8a 100644 --- a/src/librustc/ich/impls_syntax.rs +++ b/src/librustc/ich/impls_syntax.rs @@ -17,29 +17,6 @@ use crate::hir::def_id::{DefId, CrateNum, CRATE_DEF_INDEX}; use smallvec::SmallVec; use rustc_data_structures::stable_hasher::{HashStable, StableHasher}; -impl_stable_hash_for!(enum ::rustc_target::spec::abi::Abi { - Cdecl, - Stdcall, - Fastcall, - Vectorcall, - Thiscall, - Aapcs, - Win64, - SysV64, - PtxKernel, - Msp430Interrupt, - X86Interrupt, - AmdGpuKernel, - EfiApi, - Rust, - C, - System, - RustIntrinsic, - RustCall, - PlatformIntrinsic, - Unadjusted -}); - impl_stable_hash_for!(struct ::syntax::ast::Lit { kind, token, |
