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
in guide.md section 2 code example should refer either to main OR hello_word but mixing them in a single example make no sense i.e:
$ rustc main.rs $ ./hello_world # or hello_world.exe on Windows
either use the prev chosen name $ ./main # or main.exe on Windows OR $ rustc hello_world.rs (and change the prev chosen file name)
same mistake is repeated all over the section
The text was updated successfully, but these errors were encountered:
Ah! Good call! You fix one bug and make another...
Sorry, something went wrong.
This has been addressed and can be closed
https://github.com/rust-lang/rust/blob/b565501ad8b4e371e0aca0069c3f4781bd209254/src/doc/trpl/hello-world.md
Thanks @frewsxcv!
Auto merge of rust-lang#17243 - Veykril:static-lt-hir, r=Veykril
5706217
internal: Add StaticLifetime to hir API
No branches or pull requests
in guide.md section 2
code example should refer either to main OR hello_word
but mixing them in a single example make no sense i.e:
$ rustc main.rs
$ ./hello_world # or hello_world.exe on Windows
either use the prev chosen name
$ ./main # or main.exe on Windows
OR
$ rustc hello_world.rs
(and change the prev chosen file name)
same mistake is repeated all over the section
The text was updated successfully, but these errors were encountered: