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

Check whether loans conflict with old loans or with themselves. #3769

Closed
wants to merge 1 commit into from

Conversation

nikomatsakis
Copy link
Contributor

Along the way, convert from dvec-of-dvec representation to track loans in scope
to just a single flattened list. It's more convenient.

Fixes #3765.

I'm actually not sure whether this needs review. I'm inclined to think not, it's a fairly targeted bug fix. But I thought I'd throw it up as a pull request and give people the chance to tell me if they agree. =)

Along the way, convert from dvec-of-dvec representation to track loans in scope
to just a single flattened list.  It's more convenient.

No review: small bug fix.

Fixes rust-lang#3765.
@nikomatsakis
Copy link
Contributor Author

Pushed in 2a1aa9f.

bors pushed a commit to rust-lang-ci/rust that referenced this pull request May 15, 2021
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

2 participants