-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Add rustdoc crate name in error #147469
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
Add rustdoc crate name in error #147469
Conversation
rustbot has assigned @GuillaumeGomez. Use |
Please add a regression test in |
4d0da5e has updated the tests which in turn, I believe, should be a regression test. |
Once my last comment fixed, please squash your commits then once CI is happy, I'll approve it. Thanks for the fix! |
This comment has been minimized.
This comment has been minimized.
I'm curious, why your PR title have |
af13d7f
to
d6defe6
Compare
This comment has been minimized.
This comment has been minimized.
d6defe6
to
2c1e796
Compare
No strong reason, I've removed it 👍 |
Looks good to me, thanks! r=me once CI pass. @bors delegate+ |
✌️ @Jamesbarford, you can now approve this pull request! If @GuillaumeGomez told you to " |
Thanks |
@bors rollup |
Rollup of 6 pull requests Successful merges: - #144006 (clarify wording of match ergonomics diagnostics (`rust_2024_incompatible_pat` lint and error)) - #147386 (some more `proc_macro` cleanups) - #147412 (Convert impossible cases in macro resolution into assertions) - #147464 (prefer repeat_n() over repeat().take()) - #147469 (Add rustdoc crate name in error) - #147472 (refactor: replace `LLVMRustAtomicLoad/Store` with LLVM built-in functions) r? `@ghost` `@rustbot` modify labels: rollup
Fixes #147458
I'm not entirely sure if what I am doing with the span is correct