mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 18:25:29 +00:00
Fix invalid background-image file name This is a follow-up of https://github.com/rust-lang/rust/pull/101702. Apparently the image hash was the wrong one. You can see the error in https://doc.rust-lang.org/nightly/core/primitive.u16.html?search=hello too. I really need to check if I can adds check for resources load errors in `browser-ui-test`. cc ``````@jsha`````` r? ``````@notriddle``````
This directory contains the source code of the rust project, including:
- The test suite
- The bootstrapping build system
- Various submodules for tools, like cargo, etc.
For more information on how various parts of the compiler work, see the rustc dev guide.