Optimize Scope layout.

This commit is contained in:
Stephen Chung
2021-06-29 23:22:54 +08:00
parent fc349f67f8
commit 69352d74c2
2 changed files with 15 additions and 17 deletions

View File

@@ -2206,7 +2206,7 @@ mod tests {
96
}
);
assert_eq!(size_of::<Scope>(), 160);
assert_eq!(size_of::<Scope>(), 464);
assert_eq!(size_of::<LexError>(), 56);
assert_eq!(
size_of::<ParseError>(),