Address unused tuple struct fields in the compiler
This commit is contained in:
parent
9f15a889f0
commit
87380cbc0c
4 changed files with 8 additions and 9 deletions
|
@ -172,7 +172,7 @@ impl<'a> ParentScope<'a> {
|
|||
#[derive(Copy, Debug, Clone)]
|
||||
enum ImplTraitContext {
|
||||
Existential,
|
||||
Universal(LocalDefId),
|
||||
Universal,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue