Support true
and false
as boolean flag params
Implements MCP 577.
This commit is contained in:
parent
1f72129ffe
commit
a6fda3ee7f
5 changed files with 9 additions and 9 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue