summaryrefslogtreecommitdiffstats
path: root/tests/ui/const-generics/raw-ptr-const-param.full.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/const-generics/raw-ptr-const-param.full.stderr')
-rw-r--r--tests/ui/const-generics/raw-ptr-const-param.full.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/const-generics/raw-ptr-const-param.full.stderr b/tests/ui/const-generics/raw-ptr-const-param.full.stderr
index 69f1aae56..aef95bdaa 100644
--- a/tests/ui/const-generics/raw-ptr-const-param.full.stderr
+++ b/tests/ui/const-generics/raw-ptr-const-param.full.stderr
@@ -4,6 +4,6 @@ error[E0741]: using raw pointers as const generic parameters is forbidden
LL | struct Const<const P: *const u32>;
| ^^^^^^^^^^
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0741`.