diff options
| author | b-naber <bn263@gmx.de> | 2022-03-09 12:16:33 +0100 |
|---|---|---|
| committer | b-naber <bn263@gmx.de> | 2022-03-09 13:39:25 +0100 |
| commit | 18bb2dd7f140f2ca1fa2e42655d1659fe53d124e (patch) | |
| tree | fe24e406159ad794d1ffe56056f16976f07c4738 /src/test/ui | |
| parent | 26fe5506702a1f99f4b860a40d7104bfe1216bbe (diff) | |
| download | rust-18bb2dd7f140f2ca1fa2e42655d1659fe53d124e.tar.gz rust-18bb2dd7f140f2ca1fa2e42655d1659fe53d124e.zip | |
manually bless 32-bit stderr
Diffstat (limited to 'src/test/ui')
| -rw-r--r-- | src/test/ui/consts/const-eval/const-eval-query-stack.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/consts/const-eval/const-eval-query-stack.rs b/src/test/ui/consts/const-eval/const-eval-query-stack.rs index 3797559a2a1..e73e54ff5f1 100644 --- a/src/test/ui/consts/const-eval/const-eval-query-stack.rs +++ b/src/test/ui/consts/const-eval/const-eval-query-stack.rs @@ -16,7 +16,6 @@ #![allow(unconditional_panic)] - #[warn(const_err)] const X: i32 = 1 / 0; //~WARN any use of this value will cause an error //~| WARN this was previously accepted by the compiler but is being phased out |
