mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 08:39:00 +00:00
Currently it's binary, either `Green` or `Red`. But it's almost always used within an `Option`. So it's a bit neater, and possibly slightly faster, to make it tri-value with `Unknown` as a first-class variant.