about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorRich Kadel <richkadel@google.com>2020-06-22 19:27:48 -0700
committerRich Kadel <richkadel@google.com>2020-06-22 19:27:48 -0700
commit3d0192e7c80b4aaa53f7609c1a73118bc91d30aa (patch)
tree464a403cec86f80a802b5b34b3c14f655b496f8c /src
parent08ec4cbb9e0672118946c85f410b50ea4001b1dd (diff)
downloadrust-3d0192e7c80b4aaa53f7609c1a73118bc91d30aa.tar.gz
rust-3d0192e7c80b4aaa53f7609c1a73118bc91d30aa.zip
PR no longer requires u32 impl TypeFoldable
Diffstat (limited to 'src')
-rw-r--r--src/librustc_middle/ty/structural_impls.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_middle/ty/structural_impls.rs b/src/librustc_middle/ty/structural_impls.rs
index 463e2c57d46..f04d31601ea 100644
--- a/src/librustc_middle/ty/structural_impls.rs
+++ b/src/librustc_middle/ty/structural_impls.rs
@@ -262,7 +262,6 @@ CloneTypeFoldableAndLiftImpls! {
     bool,
     usize,
     ::rustc_target::abi::VariantIdx,
-    u32,
     u64,
     String,
     crate::middle::region::Scope,