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,5 +23,6 @@ query_system_cycle_recursive_trait_alias = trait aliases cannot be recursive
|
|||
query_system_cycle_which_requires = ...which requires {$desc}...
|
||||
|
||||
query_system_query_overflow = queries overflow the depth limit!
|
||||
.help = consider increasing the recursion limit by adding a `#![recursion_limit = "{$suggested_limit}"]` attribute to your crate (`{$crate_name}`)
|
||||
|
||||
query_system_layout_of_depth = Query depth increased by {$depth} when {$desc}!
|
||||
query_system_layout_of_depth = query depth increased by {$depth} when {$desc}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue