Skip to content

ICE cannot relate bound region #20186

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

Closed
edef1c opened this issue Dec 24, 2014 · 1 comment
Closed

ICE cannot relate bound region #20186

edef1c opened this issue Dec 24, 2014 · 1 comment
Labels
E-needs-test Call for participation: An issue has been fixed and does not reproduce, but no test has been added. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️

Comments

@edef1c
Copy link
Contributor

edef1c commented Dec 24, 2014

src/serial.rs:10:17: 10:26 error: internal compiler error: cannot relate bound region: ReLateBound(DebruijnIndex { depth: 1 }, BrNamed(DefId { krate: 1, node: 61296 }, 'a)) <= '_#1r
src/serial.rs:10     for byte in s.bytes() {
                                 ^~~~~~~~~
  pub fn puts(&self, s: &str) {
    for byte in s.bytes() {
      self.putc(byte)
    }
  }
@shepmaster
Copy link
Member

Similar error message to #20225.

@kmcallister kmcallister added the I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ label Jan 9, 2015
@ghost ghost added the E-needs-test Call for participation: An issue has been fixed and does not reproduce, but no test has been added. label Apr 20, 2015
@bors bors closed this as completed in 526258c May 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-needs-test Call for participation: An issue has been fixed and does not reproduce, but no test has been added. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Projects
None yet
Development

No branches or pull requests

3 participants