summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/issue-111727.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/resolve/issue-111727.stderr')
-rw-r--r--tests/ui/resolve/issue-111727.stderr9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/ui/resolve/issue-111727.stderr b/tests/ui/resolve/issue-111727.stderr
new file mode 100644
index 000000000..bd748211e
--- /dev/null
+++ b/tests/ui/resolve/issue-111727.stderr
@@ -0,0 +1,9 @@
+error[E0599]: no function or associated item named `create` found for trait `Any`
+ --> $DIR/issue-111727.rs:4:20
+ |
+LL | std::any::Any::create();
+ | ^^^^^^ function or associated item not found in `Any`
+
+error: aborting due to previous error
+
+For more information about this error, try `rustc --explain E0599`.