-
Notifications
You must be signed in to change notification settings - Fork 13.3k
New issue
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
Documentation fixups and tweaks #14348
Conversation
The new documentation site has shorter urls, gzip'd content, and index.html redirecting functionality.
|
||
The second of these two functions, `eh_personality`, is used by the failure | ||
mechanisms of the compiler. This is often mapped to GCC's personality function | ||
(see the stdlib implementation for more information), but crates which do not |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it worth linking to the relevant module/functions here?
Did you use a tool for detecting the broken links? (Or just really sharp eyes?) |
necessary functionality for writing idiomatic and effective rust code. | ||
|
||
As an example, here is a program that will calculate the dot product of two | ||
vectors provided from C, using idiomatic rust practices. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/rust/Rust/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(There's several instances of this in the rest of the docs too.)
r=me with comments. |
While I wish I had such eagle eyes, I used |
* Change ~ references to Box * Rewrite examples so they can be compiled an run * Mention libcore * Update wording about compiler-required functions
fix: Fix rustc proc-macro handling being broken on the rustc workspace itself Also addresses rust-lang/rust-analyzer#13591 (comment)
No description provided.