Skip to content
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

Rollup of 8 pull requests #93409

Closed
wants to merge 27 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
05ad698
More informative error message for E0015
fee1-dead Nov 3, 2021
75fdc8a
Improve error messages even more
fee1-dead Dec 9, 2021
de2123a
bless you
fee1-dead Dec 9, 2021
c17fda7
Rebased and improved errors
fee1-dead Dec 29, 2021
96e6262
Handle Fn family trait call errror
fee1-dead Dec 29, 2021
ea0f26a
fix typo in comment
fee1-dead Dec 31, 2021
94c300a
Suggest tuple-parentheses when passing N arguments to an N-tuple argu…
bobrippling Nov 7, 2021
80059f9
Test tuple suggestions, including tuple-as-function-argument
bobrippling Nov 9, 2021
54d2d30
Compare tuple element & arg types before suggesting a tuple
bobrippling Dec 5, 2021
a129a85
Handle generics with ParamEnv
bobrippling Jan 16, 2022
a8bac98
Remove 1-tuple unreachable case
bobrippling Jan 16, 2022
a6c0a3d
Unimpl {Add,Sub,Mul,Div,Rem,BitXor,BitOr,BitAnd}<$t> for Saturating<$t>
kellerkindt Jan 26, 2022
1ab97db
add note suggesting that predicate is satisfied but is not const
compiler-errors Jan 27, 2022
c6de4d5
drive-by: use is_const and is_const_if_const
compiler-errors Jan 27, 2022
c6f6e3e
do not register infer var for GAT projection in opaque
compiler-errors Jan 27, 2022
db097f3
fix typo `documenation`
Karonazaba Jan 27, 2022
38f59a3
rustbuild: Fix compiletest warning when building outside of root.
ehuss Jan 27, 2022
81b4e51
Fix a typo from #92899
scottmcm Jan 28, 2022
ff79ce7
fix typo `documenation`
Karonazaba Jan 28, 2022
3bfae83
Rollup merge of #90532 - fee1-dead:improve-const-fn-err-msg, r=oli-obk
matthiaskrgr Jan 28, 2022
278d952
Rollup merge of #90677 - bobrippling:suggest-tuple-parens, r=camelid
matthiaskrgr Jan 28, 2022
ef165ab
Rollup merge of #93353 - kellerkindt:saturating_int_assign_impl, r=jo…
matthiaskrgr Jan 28, 2022
0214dca
Rollup merge of #93358 - compiler-errors:is-not-const, r=fee1-dead
matthiaskrgr Jan 28, 2022
a8022d7
Rollup merge of #93362 - compiler-errors:ice-gat-in-rpit, r=oli-obk
matthiaskrgr Jan 28, 2022
be1c9b5
Rollup merge of #93375 - Kvicii:ISSUE_93374, r=notriddle
matthiaskrgr Jan 28, 2022
e9105fe
Rollup merge of #93399 - ehuss:fix-compiletest-path-relative, r=Mark-…
matthiaskrgr Jan 28, 2022
a7d5966
Rollup merge of #93404 - rust-lang:scottmcm-patch-1, r=wesleywiser
matthiaskrgr Jan 28, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo documenation
  • Loading branch information
Karonazaba committed Jan 28, 2022
commit ff79ce7e6fa0d65a208245d92857bf2c2a14599e
2 changes: 1 addition & 1 deletion src/doc/rustdoc/src/references.md
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ If you know of other great resources, please submit a pull request!
[API Guidelines]: https://rust-lang.github.io/api-guidelines/documentation.html
[Github tagged RFCs]: https://github.com/rust-lang/rfcs/issues?q=label%3AT-rustdoc
[Github tagged issues]: https://github.com/rust-lang/rust/issues?q=is%3Aissue+is%3Aopen+label%3AT-rustdoc
[Guide on how to write documenation for a Rust crate]: https://blog.guillaume-gomez.fr/articles/2020-03-12+Guide+on+how+to+write+documentation+for+a+Rust+crate
[Guide on how to write documentation for a Rust crate]: https://blog.guillaume-gomez.fr/articles/2020-03-12+Guide+on+how+to+write+documentation+for+a+Rust+crate
[Learn Rust]: https://doc.rust-lang.org/book/ch14-02-publishing-to-crates-io.html#making-useful-documentation-comments
[RFC 1574: More API Documentation Conventions]: https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html
[RFC 1946: Intra Rustdoc Links]: https://rust-lang.github.io/rfcs/1946-intra-rustdoc-links.html