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

librustc: Fix expr_use_visitor (and, transitively, the borrow check) #15313

Merged
merged 1 commit into from
Jul 2, 2014

Conversation

pcwalton
Copy link
Contributor

@pcwalton pcwalton commented Jul 1, 2014

with overloaded calls.

This enforces the mutability and borrow restrictions around overloaded
calls.

[breaking-change]

Closes #12223.

r? @alexcrichton

with overloaded calls.

This enforces the mutability and borrow restrictions around overloaded
calls.

Closes rust-lang#14774.

[breaking-change]
bors added a commit that referenced this pull request Jul 2, 2014
…crichton

with overloaded calls.

This enforces the mutability and borrow restrictions around overloaded
calls.

[breaking-change]

Closes #12223.

r? @alexcrichton
@bors bors closed this Jul 2, 2014
@bors bors merged commit 454b9d2 into rust-lang:master Jul 2, 2014
@pcwalton pcwalton deleted the overloaded-call-expr-use branch July 2, 2014 23:29
bors added a commit to rust-lang-ci/rust that referenced this pull request Jul 24, 2023
docs: Add example on how to change configuration options in Kate

closes rust-lang#15305
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.

Drop allowed while active borrows still in scope
3 participants