-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Description
src/lib.rs:1:1: 1:1 error: overflow evaluating the requirement `<_ as core::iter::Iterator>::Item` [E0275
src/lib.rs:1 //!
^
The error suggests adding a recursion requirement to my crate root
note: consider adding a `#![recursion_limit="128"]` attribute to your crate
It continues to recommend doubling the recursion limit until I've raised it so high that rustc itself overflows it's stack
thread 'rustc' has overflowed its stack
Could not compile `mindtree_utils`.
Here's a link to the repository that is failing to build in case you would like to give it a go.
The error only appeared in the latest nightly for rustc (I'm fairly sure the crate was building fine before I updated). Here's the version of the nightly I've just downloaded which seems to have caused the failure:
rustc 1.0.0-nightly (123a754cb 2015-03-24) (built 2015-03-25)
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.