rust-by-practice/en/src/fight-compiler/intro.md

4 lines
231 B
Markdown

# Fighting with Compiler
Fighting with compiler is very common in our daily coding, especially for those unfamiliar with Rust.
This chapter will provide some exercises to help us avoid such cases to lower the steep learning curve.