]> git.lizzy.rs Git - rust.git/commit
Merge #10863
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Fri, 26 Nov 2021 00:52:02 +0000 (00:52 +0000)
committerGitHub <noreply@github.com>
Fri, 26 Nov 2021 00:52:02 +0000 (00:52 +0000)
commit5ea8a9cd20b57453b7bbbdc5b15530a59fead492
treee16d8286b67099b7232c0ad6bd26de025215d16a
parent91cb422e1a3cd96926af9203ab925ac6a90192b5
parent3bb6f506eeab0909b69d110bf7d80610dc0a4b0e
Merge #10863

10863: internal: build per-block `ItemTree`s r=Veykril a=jonas-schievink

Fixes https://github.com/rust-analyzer/rust-analyzer/issues/7717
Fixes https://github.com/rust-analyzer/rust-analyzer/issues/8911
Fixes https://github.com/rust-analyzer/rust-analyzer/issues/8614

`ItemTree`s are now flat lists of items, so they should probably be renamed at some point.

Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>