This commit is contained in:
Casey Rodarmor 2024-05-26 02:00:11 -07:00
parent 4fed24c283
commit a62e967250

View file

@ -11,6 +11,7 @@ use super::*;
// - make functions unstable
// - catch function stack overflow
// - allow recursion in functions
// - test duplicate function definition error
#[derive(Debug, Clone)]
pub(crate) struct FunctionDefinition<'src> {