Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upInfinite size checker doesn't see through impl Trait, leading to rustc overflow #38064
Comments
spinda
changed the title
Recursion checker doesn't see through impl Trait, leading to rustc overflow
Infinite size checker doesn't see through impl Trait, leading to rustc overflow
Nov 29, 2016
This comment has been minimized.
This comment has been minimized.
References for Minimal |
steveklabnik
added
the
A-typesystem
label
Nov 29, 2016
Mark-Simulacrum
added
the
I-ICE
label
May 16, 2017
Mark-Simulacrum
added
the
C-bug
label
Jul 22, 2017
Jan 5, 2018
This was referenced
aturon
referenced this issue
Jan 12, 2018
Open
Tracking issue for `impl Trait` (RFC 1522, RFC 1951, RFC 2071) #34511
This comment has been minimized.
This comment has been minimized.
Arnavion
commented
Jan 12, 2018
Can this be tagged |
petrochenkov
added
the
A-impl-trait
label
Jan 12, 2018
This comment has been minimized.
This comment has been minimized.
This is now fixed on the latest nightly. |
pietroalbini
closed this
Apr 3, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
spinda commentedNov 29, 2016
Test case:
Output:
rustc --version --verbose
: