summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lang-items/issue-86238.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/lang-items/issue-86238.stderr')
-rw-r--r--src/test/ui/lang-items/issue-86238.stderr10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/ui/lang-items/issue-86238.stderr b/src/test/ui/lang-items/issue-86238.stderr
new file mode 100644
index 000000000..767e6de22
--- /dev/null
+++ b/src/test/ui/lang-items/issue-86238.stderr
@@ -0,0 +1,10 @@
+error: failed to find an overloaded call trait for closure call
+ --> $DIR/issue-86238.rs:9:5
+ |
+LL | one()
+ | ^^^^^
+ |
+ = help: make sure the `fn`/`fn_mut`/`fn_once` lang items are defined and have associated `call`/`call_mut`/`call_once` functions
+
+error: aborting due to previous error
+