]> git.lizzy.rs Git - rust.git/commit
Merge #11953
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Sun, 10 Apr 2022 13:31:33 +0000 (13:31 +0000)
committerGitHub <noreply@github.com>
Sun, 10 Apr 2022 13:31:33 +0000 (13:31 +0000)
commit3b40230a3220c33178dd797c7c6d0a75f9b67ef0
tree23540d08e1747f5e30751b6b713e120ce2685678
parente691ae0ab287a77dcf42842d7c564362b45460eb
parent6fff2c17988eaa78a994becf46e49179692bbbaf
Merge #11953

11953: fix: `extract_module` is too eager r=Veykril a=iDawer

Refactored `extract_module`.
Searching for usages and import resolving are done lazily.

Close #11944

Co-authored-by: iDawer <ilnur.iskhakov.oss@outlook.com>