mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 01:19:10 +00:00
Revert enum discriminants Reverts stabilization of arbitrary enum discriminants per https://github.com/rust-lang/rust/issues/88621#issuecomment-929482371. Reopens #60553.
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.