summaryrefslogtreecommitdiffstats
path: root/tests/ui/const-generics/generic_const_exprs/const-block-is-poly.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/const-generics/generic_const_exprs/const-block-is-poly.stderr')
-rw-r--r--tests/ui/const-generics/generic_const_exprs/const-block-is-poly.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/const-generics/generic_const_exprs/const-block-is-poly.stderr b/tests/ui/const-generics/generic_const_exprs/const-block-is-poly.stderr
index f26259908..a85e0cbcf 100644
--- a/tests/ui/const-generics/generic_const_exprs/const-block-is-poly.stderr
+++ b/tests/ui/const-generics/generic_const_exprs/const-block-is-poly.stderr
@@ -16,5 +16,5 @@ LL | let _ = [0u8; const { std::mem::size_of::<T>() }];
= help: consider moving this anonymous constant into a `const` function
= note: this operation may be supported in the future
-error: aborting due to previous error; 1 warning emitted
+error: aborting due to 1 previous error; 1 warning emitted