summaryrefslogtreecommitdiffstats
path: root/tests/ui/unsafe/unsafe-trait-impl.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/unsafe/unsafe-trait-impl.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/unsafe/unsafe-trait-impl.stderr b/tests/ui/unsafe/unsafe-trait-impl.stderr
index 18ba79404..5888b674d 100644
--- a/tests/ui/unsafe/unsafe-trait-impl.stderr
+++ b/tests/ui/unsafe/unsafe-trait-impl.stderr
@@ -9,9 +9,9 @@ note: type in trait
|
LL | unsafe fn len(&self) -> u32;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- = note: expected signature `unsafe fn(&u32) -> _`
- found signature `fn(&u32) -> _`
+ = note: expected signature `unsafe fn(&_) -> _`
+ found signature `fn(&_) -> _`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0053`.