rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
93.58k stars 12.05k forks source link

rustdoc: dedup search form HTML #124738

Closed notriddle closed 1 week ago

notriddle commented 1 week ago

This change constructs the search form HTML using JavaScript, instead of plain HTML. It uses a custom element because

This shrinks the standard library by about 60MiB, by my test.

There should be no visible changes. Just use less disk space.

rustbot commented 1 week ago

r? @fmease

rustbot has assigned @fmease. They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

rustbot commented 1 week ago

Some changes occurred in HTML/CSS/JS.

cc @GuillaumeGomez, @jsha

Some changes occurred in GUI tests.

cc @GuillaumeGomez

rust-log-analyzer commented 1 week ago

The job x86_64-gnu-tools failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot) ```plain downloading https://ci-artifacts.rust-lang.org/rustc-builds-alt/69ffc0d3a3c619009bcb27b8f61d810e27b12612/rust-dev-nightly-x86_64-unknown-linux-gnu.tar.xz curl: (22) The requested URL returned error: 404 ERROR: failed to download llvm from ci HELP: There could be two reasons behind this: 1) The host triple is not supported for `download-ci-llvm`. 2) Old builds get deleted after a certain time. HELP: In either case, disable `download-ci-llvm` in your config.toml: [llvm] download-ci-llvm = false Build completed unsuccessfully in 0:00:00 ```
rust-log-analyzer commented 1 week ago

The job x86_64-gnu-tools failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot) ```plain downloading https://ci-artifacts.rust-lang.org/rustc-builds-alt/69ffc0d3a3c619009bcb27b8f61d810e27b12612/rust-dev-nightly-x86_64-unknown-linux-gnu.tar.xz curl: (22) The requested URL returned error: 404 ERROR: failed to download llvm from ci HELP: There could be two reasons behind this: 1) The host triple is not supported for `download-ci-llvm`. 2) Old builds get deleted after a certain time. HELP: In either case, disable `download-ci-llvm` in your config.toml: [llvm] download-ci-llvm = false Build completed unsuccessfully in 0:00:00 ```
GuillaumeGomez commented 1 week ago

Nice improvement, thanks!

@bors r+ rollup

bors commented 1 week ago

:pushpin: Commit eeb59f16a5f40e14dc29b95155b7f2569329e3ec has been approved by GuillaumeGomez

It is now in the queue for this repository.

bors commented 1 week ago

:hourglass: Testing commit eeb59f16a5f40e14dc29b95155b7f2569329e3ec with merge 69e9dac7b04b7db4b4c880480ee6dee6707eaef9...

bors commented 1 week ago

:broken_heart: Test failed - checks-actions

rust-log-analyzer commented 1 week ago

A job failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot) ```plain 842bef16b8fb: Preparing 064ca6435562: Pushed 4479155cacb3: Pushed 842bef16b8fb: Pushed ##[error]Process completed with exit code 143. ##[error]The runner has received a shutdown signal. This can happen when the runner service is stopped, or a manually started runner is canceled. ```
notriddle commented 1 week ago

Failed to push the docker image.

@bors retry

bors commented 1 week ago

:hourglass: Testing commit eeb59f16a5f40e14dc29b95155b7f2569329e3ec with merge ce7bf27617f62e4a65eab0bc6107b89bef45d7b6...

rust-log-analyzer commented 1 week ago

The job aarch64-apple failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot) ```plain ##[endgroup] [TIMING] core::build_steps::tool::ToolBuild { compiler: Compiler { stage: 0, host: aarch64-apple-darwin }, target: aarch64-apple-darwin, tool: "html-checker", path: "src/tools/html-checker", mode: ToolBootstrap, source_type: InTree, extra_features: [], allow_features: "" } -- 3.492 [TIMING] core::build_steps::tool::HtmlChecker { compiler: Compiler { stage: 0, host: aarch64-apple-darwin }, target: aarch64-apple-darwin } -- 0.000 Running HTML checker... => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/all.html` (error code: 2) <= line 1 column 2821 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/index.html` (error code: 2) <= line 1 column 2746 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/macro.vec.html` (error code: 2) <= line 1 column 2549 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/alloc/index.html` (error code: 2) <= line 1 column 2889 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/alloc/trait.Allocator.html` (error code: 2) <= line 1 column 3369 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/alloc/fn.handle_alloc_error.html` (error code: 2) <= line 1 column 2654 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/alloc/fn.alloc_zeroed.html` (error code: 2) <= line 1 column 2678 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/alloc/trait.GlobalAlloc.html` (error code: 2) <= line 1 column 3217 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/alloc/fn.dealloc.html` (error code: 2) <= line 1 column 2654 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/alloc/struct.Layout.html` (error code: 2) <= line 1 column 5171 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/alloc/struct.Global.html` (error code: 2) <= line 1 column 4249 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/alloc/type.LayoutErr.html` (error code: 2) <= line 1 column 2797 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/alloc/fn.realloc.html` (error code: 2) <= line 1 column 2654 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/alloc/fn.alloc.html` (error code: 2) <= line 1 column 2654 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/alloc/struct.LayoutError.html` (error code: 2) <= line 1 column 4588 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/alloc/struct.AllocError.html` (error code: 2) <= line 1 column 4577 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/fmt/trait.UpperExp.html` (error code: 2) <= line 1 column 2866 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/fmt/enum.Alignment.html` (error code: 2) <= line 1 column 4461 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/fmt/struct.DebugSet.html` (error code: 2) <= line 1 column 4077 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/fmt/trait.UpperHex.html` (error code: 2) <= line 1 column 2866 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/fmt/struct.DebugList.html` (error code: 2) <= line 1 column 4092 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/fmt/index.html` (error code: 2) <= line 1 column 2991 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/fmt/derive.Debug.html` (error code: 2) <= line 1 column 2660 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/fmt/trait.Pointer.html` (error code: 2) <= line 1 column 2865 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/fmt/struct.DebugStruct.html` (error code: 2) <= line 1 column 4134 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/fmt/struct.Error.html` (error code: 2) <= line 1 column 4596 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/fmt/struct.FormatterFn.html` (error code: 2) <= line 1 column 4229 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/fmt/trait.Octal.html` (error code: 2) <= line 1 column 2855 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/fmt/fn.write.html` (error code: 2) <= line 1 column 2732 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/fmt/trait.LowerExp.html` (error code: 2) <= line 1 column 2866 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/fmt/trait.Write.html` (error code: 2) <= line 1 column 3113 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/fmt/struct.Formatter.html` (error code: 2) <= line 1 column 4927 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/fmt/struct.DebugTuple.html` (error code: 2) <= line 1 column 4053 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/fmt/trait.LowerHex.html` (error code: 2) <= line 1 column 2866 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/fmt/trait.Binary.html` (error code: 2) <= line 1 column 2864 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/fmt/fn.format.html` (error code: 2) <= line 1 column 2700 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/fmt/type.Result.html` (error code: 2) <= line 1 column 2908 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/fmt/trait.Display.html` (error code: 2) <= line 1 column 2889 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/fmt/struct.Arguments.html` (error code: 2) <= line 1 column 4583 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/fmt/struct.DebugMap.html` (error code: 2) <= line 1 column 4205 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/fmt/trait.Debug.html` (error code: 2) <= line 1 column 2855 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/struct.Chunks.html` (error code: 2) <= line 1 column 4613 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/struct.RChunksExactMut.html` (error code: 2) <= line 1 column 4764 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/fn.from_raw_parts_mut.html` (error code: 2) <= line 1 column 2718 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/fn.try_range.html` (error code: 2) <= line 1 column 2670 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/struct.SplitN.html` (error code: 2) <= line 1 column 4272 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/struct.ChunkByMut.html` (error code: 2) <= line 1 column 4378 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/struct.ChunksExact.html` (error code: 2) <= line 1 column 4818 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/index.html` (error code: 2) <= line 1 column 2863 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/trait.Concat.html` (error code: 2) <= line 1 column 3089 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/struct.ArrayWindows.html` (error code: 2) <= line 1 column 4639 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/struct.Split.html` (error code: 2) <= line 1 column 4553 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/fn.from_mut.html` (error code: 2) <= line 1 column 2678 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/trait.Join.html` (error code: 2) <= line 1 column 3075 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/struct.RSplitMut.html` (error code: 2) <= line 1 column 4415 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/struct.SplitMut.html` (error code: 2) <= line 1 column 4372 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/struct.ChunksExactMut.html` (error code: 2) <= line 1 column 4759 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/struct.SplitInclusiveMut.html` (error code: 2) <= line 1 column 4559 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/fn.from_ref.html` (error code: 2) <= line 1 column 2678 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/struct.ArrayChunks.html` (error code: 2) <= line 1 column 4841 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/struct.IterMut.html` (error code: 2) <= line 1 column 4798 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/struct.SplitInclusive.html` (error code: 2) <= line 1 column 4624 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/fn.from_mut_ptr_range.html` (error code: 2) <= line 1 column 2662 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/struct.RChunks.html` (error code: 2) <= line 1 column 4619 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/struct.SplitNMut.html` (error code: 2) <= line 1 column 4303 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/struct.Windows.html` (error code: 2) <= line 1 column 4555 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/trait.SliceIndex.html` (error code: 2) <= line 1 column 3324 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/struct.RChunksMut.html` (error code: 2) <= line 1 column 4562 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/struct.RSplitN.html` (error code: 2) <= line 1 column 4314 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/fn.from_ptr_range.html` (error code: 2) <= line 1 column 2654 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/struct.EscapeAscii.html` (error code: 2) <= line 1 column 4530 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/struct.RChunksExact.html` (error code: 2) <= line 1 column 4824 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/fn.range.html` (error code: 2) <= line 1 column 2646 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/struct.ChunkBy.html` (error code: 2) <= line 1 column 4336 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/struct.ArrayChunksMut.html` (error code: 2) <= line 1 column 4787 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/fn.from_raw_parts.html` (error code: 2) <= line 1 column 2662 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/struct.RSplitNMut.html` (error code: 2) <= line 1 column 4353 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/struct.Iter.html` (error code: 2) <= line 1 column 4754 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/struct.RSplit.html` (error code: 2) <= line 1 column 4480 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/macro.format.html` (error code: 2) <= line 1 column 2573 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/boxed/index.html` (error code: 2) <= line 1 column 2783 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/slice/struct.ChunksMut.html` (error code: 2) <= line 1 column 4549 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. => Errors for `/Users/runner/work/rust/rust/build/aarch64-apple-darwin/doc/alloc/boxed/struct.ThinBox.html` (error code: 2) <= line 1 column 4475 - Error: is not recognized! Did you mean to enable the custom-tags option? (UNKNOWN_ELEMENT_LOOKS_CUSTOM) This document has errors that must be fixed before using HTML Tidy to generate a tidied up version. ```
bors commented 1 week ago

:broken_heart: Test failed - checks-actions

notriddle commented 1 week ago

@bors r=GuillaumeGomez

Allow custom element in HTML5 tidy.

bors commented 1 week ago

:pushpin: Commit 926281619479776ab56870424c16a8a968ed637d has been approved by GuillaumeGomez

It is now in the queue for this repository.

bors commented 1 week ago

:hourglass: Testing commit 926281619479776ab56870424c16a8a968ed637d with merge 5ed7a9458436185c735ee9c837895d8a875e00d3...

rust-log-analyzer commented 1 week ago

The job dist-apple-various failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot) ```plain ```
bors commented 1 week ago

:broken_heart: Test failed - checks-actions

notriddle commented 1 week ago

@bors retry

DNS…

notriddle commented 1 week ago

https://perf.rust-lang.org/compare.html?start=0f40f14b61430792cc0ea316f424685041e8443e&end=b923ea4924fede68af127ac1857dcb0382e4caf9&stat=size%3Adoc_bytes

Reduces libc doc bytes by about 9%.

workingjubilee commented 1 week ago

homu still thinks this is in queue for some reason, so trying to talk some reason into it:

@bors r-