Extract ImplSubject information
This commit is contained in:
parent
91b52148eb
commit
0cd03c917c
3 changed files with 50 additions and 37 deletions
|
@ -172,6 +172,12 @@ pub struct ImplHeader<'tcx> {
|
|||
pub predicates: Vec<Predicate<'tcx>>,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum ImplSubject<'tcx> {
|
||||
Trait(TraitRef<'tcx>),
|
||||
Inherent(Ty<'tcx>),
|
||||
}
|
||||
|
||||
#[derive(
|
||||
Copy,
|
||||
Clone,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue