mirror of
https://github.com/casey/just.git
synced 2024-11-22 10:26:26 +03:00
add note
This commit is contained in:
parent
4fed24c283
commit
a62e967250
@ -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> {
|
||||
|
Loading…
Reference in New Issue
Block a user