summaryrefslogtreecommitdiffstats
path: root/tests/ui/proc-macro/issue-37788.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/proc-macro/issue-37788.stderr')
-rw-r--r--tests/ui/proc-macro/issue-37788.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/proc-macro/issue-37788.stderr b/tests/ui/proc-macro/issue-37788.stderr
index 345520d48..e437bb90b 100644
--- a/tests/ui/proc-macro/issue-37788.stderr
+++ b/tests/ui/proc-macro/issue-37788.stderr
@@ -7,7 +7,7 @@ LL | // Test that constructing the `visible_parent_map` (in `cstore_impl.rs`
LL | std::cell::Cell::new(0)
| ^^^^^^^^^^^^^^^^^^^^^^^- help: consider using a semicolon here: `;`
| |
- | expected `()`, found struct `Cell`
+ | expected `()`, found `Cell<{integer}>`
|
= note: expected unit type `()`
found struct `Cell<{integer}>`