cf0c2c7333
We still check for the `rental`/`allsorts-rental` crates. But now if they are detected we just emit a fatal error, instead of emitting a warning and providing alternative behaviour. The original "hack" implementing alternative behaviour was added in #73345. The lint was added in #83127. The tracking issue is #83125. The direct motivation for the change is that providing the alternative behaviour is interfering with #125174 and follow-on work.
7 lines
234 B
Plaintext
7 lines
234 B
Plaintext
error: using an old version of `rental`
|
|
|
|
|
= note: older versions of the `rental` crate no longer compile; please update to `rental` v0.5.6, or switch to one of the `rental` alternatives
|
|
|
|
error: aborting due to 1 previous error
|
|
|