- Published on
威士忌调试指南
"If at first you don’t succeed, drink bourbon. You’ll be amazed at how little you care.".
zTgx盯着屏幕上密密麻麻的Rust错误提示,默念着这句行业黑话。
他正在写一个区块链AI代理,但 cargo build
的结果比比特币的K线还刺激:
error[E0425]: cannot find function `train_ai_agent` in this scope
--> src/lib.rs:42:5
|
42 | train_ai_agent().await?;
| ^^^^^^^^^^^^^^^ not found in this scope