Skip to content

v0.1.13 error: reached the recursion limit while instantiating `build_toc_recursive #11

@zTgx

Description

@zTgx

Compiling vectorless v0.1.13 (/home/ztgx/Desktop/vectorless)
error: reached the recursion limit while instantiating build_toc_recursive::<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&...>
--> src/retrieval/pilot/builder.rs:603:25
|
603 | / build_toc_recursive(
604 | | tree,
605 | | child_id,
606 | | depth + 1,
... |
613 | | &truncate_fn,
614 | | );
| |________________^
|
note: build_toc_recursive defined here
--> src/retrieval/pilot/builder.rs:573:9
|
573 | / fn build_toc_recursive(
574 | | tree: &DocumentTree,
575 | | node_id: NodeId,
576 | | depth: usize,
... |
583 | | truncate_fn: impl Fn(&str, usize) -> String,
584 | | ) {
| |
^
= note: the full name for the type has been written to '/home/ztgx/Desktop/vectorless/target/debug/deps/vectorless-29d8f4c05787eee0.long-type-14816956462844523694.txt'
= note: consider using --verbose to print the full type name to the console

error: could not compile vectorless (lib) due to 1 previous error

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions