Make atomic structural impls generic over Interner
This commit is contained in:
parent
9783fcc13b
commit
9fa6bb2aa0
3 changed files with 82 additions and 54 deletions
|
@ -705,7 +705,11 @@ pub enum BindingForm<'tcx> {
|
|||
RefForGuard,
|
||||
}
|
||||
|
||||
TrivialTypeTraversalAndLiftImpls! { BindingForm<'tcx>, }
|
||||
TrivialTypeTraversalAndLiftImpls! {
|
||||
for<'tcx> {
|
||||
BindingForm<'tcx>,
|
||||
}
|
||||
}
|
||||
|
||||
mod binding_form_impl {
|
||||
use rustc_data_structures::stable_hasher::{HashStable, StableHasher};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue