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/ui/numbers-arithmetic | |
| 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/ui/numbers-arithmetic')
| -rw-r--r-- | tests/ui/numbers-arithmetic/next-power-of-two-overflow-debug.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/numbers-arithmetic/next-power-of-two-overflow-debug.rs b/tests/ui/numbers-arithmetic/next-power-of-two-overflow-debug.rs index 79d78da3328..0e487a700b8 100644 --- a/tests/ui/numbers-arithmetic/next-power-of-two-overflow-debug.rs +++ b/tests/ui/numbers-arithmetic/next-power-of-two-overflow-debug.rs @@ -1,5 +1,5 @@ // run-pass -// compile-flags: -C debug_assertions=yes +// compile-flags: -C debug_assertions=true // needs-unwind // ignore-emscripten dies with an LLVM error |
