-
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
Change text -> rust highlighting in sanitizer.md #108997
Conversation
r? @JohnTitor (rustbot has picked a reviewer for you, use r? to override) |
@rustbot label +A-docs |
Good catch, thanks! Maybe a copy/paste error? |
Change text -> rust highlighting in sanitizer.md Not sure why this has syntax highlighting turned off, but it doesn't need to be Relevant page: https://doc.rust-lang.org/beta/unstable-book/compiler-flags/sanitizer.html
I'm a bit confused - the rollup failure looks like a curl issue downloading llvm? I can't see this PR making a difference there |
Yeah, this just changes the annotation on the unstable book, @matthiaskrgr why do you think it's related? |
Ah sorry, my bad, let's retry then 🙂 |
Change text -> rust highlighting in sanitizer.md Not sure why this has syntax highlighting turned off, but it doesn't need to be Relevant page: https://doc.rust-lang.org/beta/unstable-book/compiler-flags/sanitizer.html
Ah sorry, still failing. Apparently I linked the wrong stacktrace
https://github.com/rust-lang-ci/rust/actions/runs/4409005246/jobs/7724759124 @bors r- |
Oh whoops, thanks for pointing that out. I'll update this in a minute |
Awesome, thank you! |
Change text -> rust highlighting in sanitizer.md Not sure why this has syntax highlighting turned off, but it doesn't need to be Relevant page: https://doc.rust-lang.org/beta/unstable-book/compiler-flags/sanitizer.html
Wow, didn’t expect this tiny PR to be that annoying. I’ll just mark the doctest ignore when I get the chance. |
well, you may have found the reason why the highlighting was turned off 🙃 |
What a complicated world assembly is! r=me once it's fixed, @bors delegate+ |
✌️ @tgross35 can now approve this pull request |
Marked ignore due to difficulty getting doctests to pass cross-platform
Thanks for the power, but I can't figure out a good way to get the output tests to work cross-platform. So I'll just mark it ignore and call it a day :) @bors r=JohnTitor rollup |
Change text -> rust highlighting in sanitizer.md Not sure why this has syntax highlighting turned off, but it doesn't need to be Relevant page: https://doc.rust-lang.org/beta/unstable-book/compiler-flags/sanitizer.html
Rollup of 11 pull requests Successful merges: - rust-lang#100311 (Fix handling of trailing bare CR in str::lines) - rust-lang#108997 (Change text -> rust highlighting in sanitizer.md) - rust-lang#109179 (move Option::as_slice to intrinsic) - rust-lang#109187 (Render source page layout with Askama) - rust-lang#109280 (Remove `VecMap`) - rust-lang#109295 (refactor `fn bootstrap::builder::Builder::compiler_for` logic) - rust-lang#109312 (rustdoc: Cleanup parent module tracking for doc links) - rust-lang#109317 (Update links for custom discriminants.) - rust-lang#109405 (RPITITs are `DefKind::Opaque` with new lowering strategy) - rust-lang#109414 (Do not consider synthesized RPITITs on missing items checks) - rust-lang#109435 (Detect uninhabited types early in const eval) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Not sure why this has syntax highlighting turned off, but it doesn't need to be
Relevant page: https://doc.rust-lang.org/beta/unstable-book/compiler-flags/sanitizer.html