We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://rust-exercises.com/100-exercises/01_intro/01_syntax#type-annotations talks about the compiler, and compile-time.
The welcome page establishes "we assume you know at least another programming language".
Someone coming from e.g. a JavaScript or Python background may not know what a compiler is, or what compile-time means.
We should add a brief introduction (or at least a reference to some external material) explaining what this means.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://rust-exercises.com/100-exercises/01_intro/01_syntax#type-annotations talks about the compiler, and compile-time.
The welcome page establishes "we assume you know at least another programming language".
Someone coming from e.g. a JavaScript or Python background may not know what a compiler is, or what compile-time means.
We should add a brief introduction (or at least a reference to some external material) explaining what this means.
The text was updated successfully, but these errors were encountered: