f8539221d0
Avoid BorrowMutError with RUSTC_LOG=debug ```console $ touch empty.rs $ env RUSTC_LOG=debug rustc +stage1 --crate-type=lib empty.rs ``` Fails with a `BorrowMutError` because source map files are already borrowed while `features_query` attempts to format a log message containing a span. Release the borrow before the query to avoid the issue. |
||
---|---|---|
.. | ||
base_n | ||
binary_search_util | ||
graph | ||
obligation_forest | ||
owning_ref | ||
sip128 | ||
small_c_str | ||
snapshot_map | ||
sorted_map | ||
sso | ||
stable_hasher | ||
tagged_ptr | ||
tiny_list | ||
transitive_relation | ||
atomic_ref.rs | ||
base_n.rs | ||
box_region.rs | ||
captures.rs | ||
const_cstr.rs | ||
fingerprint.rs | ||
flock.rs | ||
frozen.rs | ||
fx.rs | ||
jobserver.rs | ||
lib.rs | ||
macros.rs | ||
map_in_place.rs | ||
profiling.rs | ||
ptr_key.rs | ||
sharded.rs | ||
sip128.rs | ||
small_c_str.rs | ||
sorted_map.rs | ||
stable_hasher.rs | ||
stable_map.rs | ||
stable_set.rs | ||
stack.rs | ||
svh.rs | ||
sync.rs | ||
tagged_ptr.rs | ||
temp_dir.rs | ||
thin_vec.rs | ||
tiny_list.rs | ||
transitive_relation.rs | ||
unhash.rs | ||
vec_linked_list.rs | ||
work_queue.rs |