make Representability::Infinite
carry ErrorGuaranteed
This commit is contained in:
parent
30f74ff0dc
commit
0e7e1bfdbc
5 changed files with 9 additions and 9 deletions
|
@ -601,5 +601,5 @@ impl<'tcx> AdtDef<'tcx> {
|
|||
#[derive(HashStable)]
|
||||
pub enum Representability {
|
||||
Representable,
|
||||
Infinite,
|
||||
Infinite(ErrorGuaranteed),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue