Skip to content

Wrong variable name in query-evaluation-model-in-detail.md #592

Closed
@SarthakSingh31

Description

@SarthakSingh31

https://github.com/rust-lang/rustc-guide/blob/9b3803d35d0e9ee80c0b42ee58ed472b16f06ea8/src/queries/query-evaluation-model-in-detail.md#L117-L123

let list_of_items should be let list_of_hir_items
or
for item_def_id in list_of_hir_items { should be for item_def_id in list_of_items {

Metadata

Metadata

Assignees

No one assigned

    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