You need mod zzz; only once in the main.rs . In aaa.rs and bbb.rs you need a use crate::zzz; , not a mod zzz; . An example: File src/aaa.rs :
確定! 回上一頁