Review my error
โ Rust ๐ 2025-07-30 ๐ค surdeus ๐๏ธ 14My function definitions are in an external file. Iโve used mod and called the functions in main(). The function fun_with_return_() is the first one in the external file, and fun_with_return_2_() is the second function in the same file. However, Iโm getting the error: โsimilarly named function fun_with_return_ defined here.โ
Can you please help me rephrase this error explanation in a clearer and more professional way?
2 posts - 2 participants
๐ท๏ธ Rust_feed