Tomasz Miąsko
2661a4edb9
Avoid BorrowMutError with RUSTC_LOG=debug
...
$ 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.
2020-10-29 18:09:53 +01:00
..
2020-10-27 18:14:21 +01:00
2020-10-27 09:25:54 +00:00
2020-10-25 07:03:58 +00:00
2020-10-26 09:53:27 +01:00
2020-10-28 17:47:36 +00:00
2020-10-27 08:45:24 +09:00
2020-10-27 18:37:43 +01:00
2020-10-26 16:31:38 +00:00
2020-10-27 08:44:54 +09:00
2020-10-25 18:43:49 +09:00
2020-10-27 14:45:28 -03:00
2020-10-29 12:08:40 +09:00
2020-10-29 12:08:50 +09:00
2020-10-28 17:47:36 +00:00
2020-10-27 11:04:04 -04:00
2020-10-29 18:09:53 +01:00
2020-10-28 03:58:32 +00:00
2020-10-29 12:09:03 +09:00
2020-10-29 01:37:49 +00:00
2020-10-29 12:08:50 +09:00
2020-10-25 18:43:40 +09:00
2020-10-29 12:08:40 +09:00
2020-10-27 08:45:07 +09:00
2020-10-28 17:47:36 +00:00
2020-10-28 20:03:55 +00:00
2020-10-24 14:11:59 +02:00
2020-10-28 01:21:21 +01:00
2020-10-28 03:58:32 +00:00