bevy/tools/compile_fail_utils/src
Kristoffer Søholm 94eeebb189 Fix compilation of compile_fail_utils when not using rustup (#18394)
# Objective

Currently the `compile_fail_utils` crate fails to compile (ironic) when
the `RUSTUP_HOME` env var isn't set. This has been the case for a long
time, but I only noticed it recently due to rust-analyzer starting to
show the error.

## Solution

Only filter the logs for the `RUSTUP_HOME` variable if it's set.
2025-03-30 10:21:20 +02:00
..
lib.rs Fix compilation of compile_fail_utils when not using rustup (#18394) 2025-03-30 10:21:20 +02:00