mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-23 06:28:08 +02:00
rustfmt would change not only lib.rs, which is output by this script, but also all of the other files in the library. The problem is, those other files are inputs to lib_rs_gen so the script was changing its own inputs which meant ninja needed to be run twice before we reached a fixed point. Remove rustfmt for now to prevent this issue. Fixes: |
||
|---|---|---|
| .. | ||
| ci | ||
| codegen | ||
| compiler | ||
| drm | ||
| drm-shim | ||
| headers | ||
| mme | ||
| nil | ||
| vulkan | ||
| winsys | ||
| .rustfmt.toml | ||
| meson.build | ||