]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #89507 - lopopolo:lopopolo/ordering-repr-i8, r=joshtriplett
authorYuki Okushi <jtitor@2k36.org>
Sat, 16 Oct 2021 22:52:17 +0000 (07:52 +0900)
committerGitHub <noreply@github.com>
Sat, 16 Oct 2021 22:52:17 +0000 (07:52 +0900)
commit9614da27cda195c2f729cab96193357124615968
tree0cb505f644cb0a3e72d3ca24cd119be91c065660
parent4e89811b46323f432544f9c4006e40d5e5d7663f
parente41bb97c253bf99a33ee077578d876d3d6b94148
Rollup merge of #89507 - lopopolo:lopopolo/ordering-repr-i8, r=joshtriplett

Add `#[repr(i8)]` to `Ordering`

Followup to #89491 to allow `Ordering` to auto-derive `AsRepr` once the proposal to add `AsRepr` (#81642) lands.

cc ``@joshtriplett``