First pass at canonicalizing and reporting syntactic abilities

This commit is contained in:
Ayaz Hafiz 2022-07-18 12:39:31 -04:00
parent d118e5afbc
commit e672ce9ebd
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
7 changed files with 307 additions and 115 deletions

View file

@ -1173,7 +1173,7 @@ impl<'a> ExtractSpaces<'a> for HasImpls<'a> {
},
HasImpls::SpaceBefore(item, before) => match item {
HasImpls::HasImpls(inner) => Spaces {
before: before,
before,
item: *inner,
after: &[],
},