350MB-long type name regression in 1.46 #76785
Labels
A-type-system
Area: Type system
C-bug
Category: This is a bug.
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Build fails with:
To reproduce:
It compiles in 1.45 with the default type length limit.
In 1.46 it won't compile unless I add
#![type_length_limit="347827478"]
to a couple of libraries in the workspace.Meta
It affects 1.46 stable, and nightlies since 2020-08-14.
cargo bisect-rustc
blames 0a49057 for the regression.The text was updated successfully, but these errors were encountered: