Render not_found with an absolute path to the rust stylesheet#14201
Render not_found with an absolute path to the rust stylesheet#14201richo wants to merge 1 commit intorust-lang:masterfrom
Conversation
|
Just confirming, but you've built this successfully? I've had |
|
Yup, I just built it then (albeit with a few days old rustc): Build output: I quickly checked that it works, but while double checking this, I noticed that it actually adds a second |
|
Updated build here: http://richo.psych0tik.net/rust-docs/not_found.html Note that I didn't hose the old content, so this will be loading both stylesheets, and doesn't look obviously broken, but who knows what might happen in future. |
|
Can we tweak how the css is added so only one stylesheet is present? You may have to factor out the css variable into a separate variable in the makefiles, or have |
|
Good idea. Implemented. |
Closes rust-lang#14210 (Make Vec.truncate() resilient against failure in Drop) Closes rust-lang#14206 (Register new snapshots) Closes rust-lang#14205 (use sched_yield on linux and freebsd) Closes rust-lang#14204 (Add a crate for missing stubs from libcore) Closes rust-lang#14201 (Render not_found with an absolute path to the rust stylesheet) Closes rust-lang#14198 (update valgrind headers) Closes rust-lang#14174 (Optimize common path of Once::doit) Closes rust-lang#14162 (Print 'rustc' and 'rustdoc' as the command name for --version) Closes rust-lang#14145 (Better strict version hash (SVH) computation)
…not implement `Copy` (rust-lang#14207) Fix rust-lang#14201 changelog: [`unnecessary_map_or`]: do not consume the comparison value if it does not implement `Copy`
This fixes the stylesheets being relative. The fix is a little bit sketchy but I don't see a cleaner way to do this offhand.
Updates #14126