Skip to content

Instantly share code, notes, and snippets.

@kakkun61
Created August 18, 2013 10:21
Show Gist options
  • Save kakkun61/6260948 to your computer and use it in GitHub Desktop.
Save kakkun61/6260948 to your computer and use it in GitHub Desktop.
Rust 0.7 compiler does not stop when it compiles this code.
enum A {
A(B)
}
enum B {
B1, B2(B)
}
fn main() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment