-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed as not planned
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.I-compilememIssue: Problems and improvements with respect to memory usage during compilation.Issue: Problems and improvements with respect to memory usage during compilation.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
When compiling this code, if this test is uncommented, the compiler hangs indefinitely during compilation.
Details:
- Platform: macOS High Sierra 10.13.6
cargo version
-cargo 1.34.0-nightly (245818076 2019-01-27)
rustc --version
-rustc 1.34.0-nightly (8ae730a44 2019-02-04)
- invocation:
cargo test --no-run
- While running,
rustc
uses a constant 80% CPU (of 200% - 2-core CPU)
Metadata
Metadata
Assignees
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.I-compilememIssue: Problems and improvements with respect to memory usage during compilation.Issue: Problems and improvements with respect to memory usage during compilation.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.