1 2 3 4 5
error: #[llm_tool] functions must have a doc comment (used as the tool description), or use #[llm_tool(description = "...")] --> tests/ui/missing_doc.rs:4:4 | 4 | fn no_docs( | ^^^^^^^