]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #96641 - oli-obk:bool_args, r=wesleywiser
authorYuki Okushi <jtitor@2k36.org>
Tue, 3 May 2022 05:59:01 +0000 (14:59 +0900)
committerGitHub <noreply@github.com>
Tue, 3 May 2022 05:59:01 +0000 (14:59 +0900)
Use a yes/no enum instead of a bool.

The bool's meaning wasn't obvious to me at some call sites.

1  2 
compiler/rustc_resolve/src/late.rs

Simple merge