Polymorphic expression specialization works in gen tests

This commit is contained in:
Ayaz Hafiz 2022-05-03 17:46:30 -04:00
parent f21ce43e30
commit 261df36c50
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
7 changed files with 363 additions and 206 deletions

View file

@ -356,7 +356,7 @@ pub struct Field {
pub loc_expr: Box<Loc<Expr>>,
}
#[derive(Clone, Debug, PartialEq)]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum Recursive {
NotRecursive = 0,
Recursive = 1,