rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
93.93k stars 12.09k forks source link

Temporarily revert to NonZeroUsize in rustc-abi to fix building on stable #125240

Closed lnicola closed 2 weeks ago

lnicola commented 2 weeks ago

rust-analyzer uses an auto-published version of rustc-abi, but NonZero isn't yet stable. This prevents us from updating the RA subtree, which is quite old already.

I can file a revert PR after the release.

rustbot commented 2 weeks ago

r? @fee1-dead

rustbot has assigned @fee1-dead. They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

fee1-dead commented 2 weeks ago

@bors r+ rollup

bors commented 2 weeks ago

:pushpin: Commit 8ec5a3d7b44dc4ba0f5d55d401ac34e40fda84cb has been approved by fee1-dead

It is now in the queue for this repository.