diff options
Diffstat (limited to 'tests/ui/const_prop/const-prop-ice.stderr')
-rw-r--r-- | tests/ui/const_prop/const-prop-ice.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/const_prop/const-prop-ice.stderr b/tests/ui/const_prop/const-prop-ice.stderr index 3bcf2b2de..8a0f831ba 100644 --- a/tests/ui/const_prop/const-prop-ice.stderr +++ b/tests/ui/const_prop/const-prop-ice.stderr @@ -6,5 +6,5 @@ LL | [0; 3][3u64 as usize]; | = note: `#[deny(unconditional_panic)]` on by default -error: aborting due to previous error +error: aborting due to 1 previous error |