1
Fork 0

Support true and false as boolean flag params

Implements MCP 577.
This commit is contained in:
Nilstrieb 2023-01-18 20:04:26 +01:00
parent 1f72129ffe
commit a6fda3ee7f
5 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
// This test checks that the call to memchr/slice_contains is optimized away
// when searching in small slices.
// compile-flags: -O -Zinline-mir=no
// compile-flags: -O -Zinline-mir=false
// only-x86_64
#![crate_type = "lib"]