mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
666fc1cec1
9015: Merge pattern completion related bools into an enum r=Veykril a=Veykril The two bools can never both be set so this is basically just a tri-state enum. bors r+ Co-authored-by: Lukas Wirth <lukastw97@gmail.com>