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

4 lines
231 B
Markdown
Raw Normal View History

2022-03-14 23:32:02 -06:00
# 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.