diff options
| author | Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> | 2023-01-18 20:04:26 +0100 |
|---|---|---|
| committer | Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> | 2023-01-18 20:46:36 +0100 |
| commit | a6fda3ee7fb24c9ccf1544ec719e8db01f77f36b (patch) | |
| tree | 391aea22097d1ff89310f487f3e8000b054b67a4 /tests/codegen | |
| parent | 1f72129ffe5e8c495113f9a2d4e1730f7fad3209 (diff) | |
| download | rust-a6fda3ee7fb24c9ccf1544ec719e8db01f77f36b.tar.gz rust-a6fda3ee7fb24c9ccf1544ec719e8db01f77f36b.zip | |
Support `true` and `false` as boolean flag params
Implements MCP 577.
Diffstat (limited to 'tests/codegen')
| -rw-r--r-- | tests/codegen/issue-75659.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/issue-75659.rs b/tests/codegen/issue-75659.rs index 6bcb59affe3..9394868c08d 100644 --- a/tests/codegen/issue-75659.rs +++ b/tests/codegen/issue-75659.rs @@ -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"] |
