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

rustc: Restrict the scope of a borrow on def_map #13769

Closed

Conversation

alexcrichton
Copy link
Member

This addresses the ICE from #13763, but it does not allow the test to compile,
due to #13768. An alternate test was checked in in the meantime.

Closes #13763

This addresses the ICE from rust-lang#13763, but it does not allow the test to compile,
due to rust-lang#13768. An alternate test was checked in in the meantime.

Closes rust-lang#13763
bors added a commit that referenced this pull request Apr 26, 2014
This addresses the ICE from #13763, but it does not allow the test to compile,
due to #13768. An alternate test was checked in in the meantime.

Closes #13763
@bors bors closed this Apr 26, 2014
@alexcrichton alexcrichton deleted the restrict-some-scopes branch May 1, 2014 18:33
arcnmx pushed a commit to arcnmx/rust that referenced this pull request Dec 17, 2022
…-pat, r=jonas-schievink

feat: Parse half-open `..= X` patterns

Closes rust-lang/rust-analyzer#13739
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.

rustc internal compiler error: 'RefCell<T> already borrowed'
3 participants