type_length_limit is inconsistently warned about with incremental #87384
Labels
A-incr-comp
Area: Incremental compilation
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I have this library crate:
When I build it with
1.55.0-nightly (27277d966 2021-07-16)
I get no warnings.When I try to perform edition migrations with it by running
cargo +nightly fix --edition
, I get warnings:As far as I know, this attribute is valid and has effect where it currently is, and either the 2021 edition migration is slightly broken, the 2021 edition has changed the behaviour of this attribute in a way I haven't seen documented.
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: