Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stupidly simple idea to make DefIds more stable #472

Merged
merged 5 commits into from Jan 8, 2019
Merged

Conversation

matklad
Copy link
Member

@matklad matklad commented Jan 8, 2019

No description provided.

@matklad
Copy link
Member Author

matklad commented Jan 8, 2019

bors r+

bors bot added a commit that referenced this pull request Jan 8, 2019
472: Stupidly simple idea to make DefIds more stable r=matklad a=matklad



Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
@bors
Copy link
Contributor

bors bot commented Jan 8, 2019

Build succeeded

@bors bors bot merged commit d18d839 into master Jan 8, 2019
@bors bors bot deleted the stable-item-map branch January 8, 2019 23:13
@@ -253,13 +253,17 @@ impl SourceFileItems {
}

fn init(&mut self, source_file: &SourceFile) {
source_file.syntax().descendants().for_each(|it| {
// By walking the tree in bread-first order we make sure that parents
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥖

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant