Skip to content
New issue

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

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

Already on GitHub? # 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
flip1995 pushed a commit to flip1995/rust that referenced this pull request Dec 15, 2024
…lang#13769)

I'm assuming the duplicated `env` was a typo. Apologies if I've made a
mistake. (cc: @lcnr)

---

changelog: none
# for free to join this conversation on GitHub. Already have an account? # 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