correct span, add help message and add UI test when query depth overflows
This commit is contained in:
parent
44506f38e0
commit
89fd6ae458
8 changed files with 82 additions and 24 deletions
|
@ -23,4 +23,6 @@ pub mod query;
|
|||
mod values;
|
||||
|
||||
pub use error::HandleCycleError;
|
||||
pub use error::LayoutOfDepth;
|
||||
pub use error::QueryOverflow;
|
||||
pub use values::Value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue