Uh oh!
There was an error while loading. Please reload this page.
Doc keyword lint pass - #79541
Conversation
rust-highfive
commented
Nov 29, 2020
r? @lcnr (rust-highfive has picked a reviewer for you, use r? to override) |
3ee9187 to
cd35f84CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
d34308b to
3b00fb0CompareGuillaumeGomez
commented
Dec 1, 2020
@bors try |
bors
commented
Dec 1, 2020
⌛ Trying commit 3b00fb05050992a7a72fc97b1165c1cbb95de489 with merge 06bd5158a41e9e157607119713430936d68977f6... |
bors
commented
Dec 1, 2020
☀️ Try build successful - checks-actions |
3b00fb0 to
224c732CompareGuillaumeGomez
commented
Dec 2, 2020
This is finally working! \o/ The trick was to run the check on the std lib with |
lcnr
left a comment
There was a problem hiding this comment.
can you add a test for this to src/test/ui-fulldeps?
Doing so should be similar to to https://github.com/rust-lang/rust/blob/master/src/test/ui-fulldeps/internal-lints/qualified_ty_ty_ctxt.rs
implementation lgtm
Uh oh!
There was an error while loading. Please reload this page.
95fcdc5 to
df1e496CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
df1e496 to
50eb3a8CompareGuillaumeGomez
commented
Dec 3, 2020
Seems like it's ready. Anything else remaining to be done @lcnr ? Thanks for your comments in any case! :) |
lcnr
commented
Dec 3, 2020
@bors delegate+ |
bors
commented
Dec 3, 2020
✌️ @GuillaumeGomez can now approve this pull request |
GuillaumeGomez
commented
Dec 3, 2020
@bors: r=lcnr |
bors
commented
Dec 3, 2020
📌 Commit 50eb3a8 has been approved by |
…s, r=lcnr Doc keyword lint pass `x.py test` doesn't seem to work locally for multiple reasons so simpler to just run CI...
Rollup of 11 pull requests Successful merges: - rust-lang#77686 (Render Markdown in search results) - rust-lang#79541 (Doc keyword lint pass) - rust-lang#79602 (Fix SGX CI) - rust-lang#79611 (Use more std:: instead of core:: in docs for consistency) - rust-lang#79623 (Pass around Symbols instead of Idents in doctree) - rust-lang#79627 (Update cargo) - rust-lang#79631 (disable a ptr equality test on Miri) - rust-lang#79638 (Use `item_name` instead of pretty printing for resolving `Self` on intra-doc links) - rust-lang#79646 (rustc_metadata: Remove some dead code) - rust-lang#79664 (move interpret::MemoryKind::Heap to const eval) - rust-lang#79678 (Fix some clippy lints) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
x.py testdoesn't seem to work locally for multiple reasons so simpler to just run CI...