Address PR comments, add syntax tests

This commit is contained in:
Sam Mohr 2024-10-21 03:06:43 -07:00
parent b3e60f9d3a
commit 7518a2c5ab
No known key found for this signature in database
GPG key ID: EA41D161A3C1BC99
28 changed files with 772 additions and 34 deletions

View file

@ -3425,7 +3425,7 @@ pub enum Reason {
},
CrashArg,
ImportParams(ModuleId),
Return,
FunctionOutput,
}
#[derive(PartialEq, Eq, Debug, Clone)]