-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
docs/test: add UI test and long-form error docs for E0461
#106028
Conversation
Some changes occurred in diagnostic error codes |
Apart from the nit, seems good to me. |
bc898c8
to
0836d03
Compare
@GuillaumeGomez This completes another for #61137.
Thanks for all your help, this whole thing has been a great first time contributing experience! |
Thanks! Also thanks for the info. I'll update the issue accordingly. @bors r+ rollup |
📌 Commit bc898c8271ab6ddf25115503adaf463b9f4acb98 has been approved by It is now in the queue for this repository. |
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#105970 (docs/test: add UI test and long-form error docs for E0462) - rust-lang#105975 (rustc: Remove needless lifetimes) - rust-lang#106069 (rustdoc: use a more evocative name for CSS/JS `#titles`) - rust-lang#106084 (fix vec::IntoIter::drop on high-alignment ZST) - rust-lang#106091 (Use correct CSS pseudo-element selector) - rust-lang#106093 (rustdoc: remove no-op CSS from `.docblock-short`) - rust-lang#106102 (Fix `triagebot.toml`) Failed merges: - rust-lang#106028 (docs/test: add UI test and long-form error docs for `E0461`) r? `@ghost` `@rustbot` modify labels: rollup
0836d03
to
8e5e9b9
Compare
Some changes occurred in src/tools/cargo cc @ehuss |
@GuillaumeGomez Umm, not sure what has happened. My other PR made this unmergeable, and then when I fix the conflicts something happened with the cargo submodule. |
2a465c5
to
6672bfb
Compare
Weird. Well, simplest way: |
6672bfb
to
6cc3da1
Compare
Hmm, quite weird, considering my local git was completely happy. Should be good once CI passes. |
Thanks! @bors r+ rollup |
📌 Commit 6cc3da196eaf56a398650cc3186ec9117084e4b1 has been approved by It is now in the queue for this repository. |
⌛ Testing commit 6cc3da196eaf56a398650cc3186ec9117084e4b1 with merge e60036e9fe174feb508401c24e168e0509ddaee9... |
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
6cc3da1
to
f66e752
Compare
@GuillaumeGomez I've removed the UI test on the basis that it is just too finicky to actually test the error code. I'm not even sure if the testing framework could test this error code. Sorry for the delay/ far too many CI attempts. |
That's a shame but we can always give it another try later. Adding this explanation is already an improvement in any case. Thanks for working on this! @bors r+ rollup |
…illaumeGomez docs/test: add UI test and long-form error docs for `E0461` Might take a couple of tries to pass CI. The UI test is x86-linux only; I'm not sure how to generalize it to other architectures. r? `@GuillaumeGomez`
…iaskrgr Rollup of 6 pull requests Successful merges: - rust-lang#106028 (docs/test: add UI test and long-form error docs for `E0461`) - rust-lang#106172 (Suggest `impl Iterator` when possible for `_` return type) - rust-lang#106173 (Deduplicate `op` methods) - rust-lang#106176 (Recover `fn` keyword as `Fn` trait in bounds) - rust-lang#106194 (rustdoc: combine common sidebar background color CSS rules) - rust-lang#106199 (Silence knock-down errors on `[type error]` bindings) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#105970 (docs/test: add UI test and long-form error docs for E0462) - rust-lang#105975 (rustc: Remove needless lifetimes) - rust-lang#106069 (rustdoc: use a more evocative name for CSS/JS `#titles`) - rust-lang#106084 (fix vec::IntoIter::drop on high-alignment ZST) - rust-lang#106091 (Use correct CSS pseudo-element selector) - rust-lang#106093 (rustdoc: remove no-op CSS from `.docblock-short`) - rust-lang#106102 (Fix `triagebot.toml`) Failed merges: - rust-lang#106028 (docs/test: add UI test and long-form error docs for `E0461`) r? `@ghost` `@rustbot` modify labels: rollup
Might take a couple of tries to pass CI. The UI test is x86-linux only; I'm not sure how to generalize it to other architectures.
r? @GuillaumeGomez