Closed
Description
[INFO] [stdout] error: concrete type differs from previous defining opaque type use
[INFO] [stdout] --> src/execution.rs:222:13
[INFO] [stdout] |
[INFO] [stdout] 222 | impl Iterator<Item = Node<'tree>> + 's,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | expected `impl Iterator<Item = tree_sitter::Node<'tree>> + 'tree`, got `impl Iterator<Item = tree_sitter::Node<'s>> + 's`
[INFO] [stdout] | this expression supplies two conflicting concrete types for the same opaque type
Metadata
Metadata
Assignees
Labels
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.Medium priorityRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the types team, which will review and decide on the PR/issue.Performance or correctness regression from stable to beta.