Yuki Okushi
f8539221d0
Rollup merge of #78524 - tmiasko:source-files-borrow, r=Aaron1011
...
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.
2020-10-30 18:00:54 +09:00
..
2020-08-30 18:45:07 +03:00
2020-08-30 18:45:07 +03:00
2020-10-27 18:37:43 +01:00
2020-10-15 08:32:41 +02:00
2020-08-30 18:45:07 +03:00
2020-10-11 23:48:35 -07:00
2020-08-30 18:45:07 +03:00
2020-08-30 18:45:07 +03:00
2020-08-30 18:45:07 +03:00
2020-10-02 20:13:23 -05:00
2020-09-30 00:57:35 -07:00
2020-09-19 06:54:42 +02:00
2020-08-30 18:45:07 +03:00
2020-08-30 18:45:07 +03:00
2020-08-30 18:45:07 +03:00
2020-08-30 18:45:07 +03:00
2020-08-30 18:45:07 +03:00
2020-08-30 18:45:07 +03:00
2020-08-30 18:45:07 +03:00
2020-10-13 14:16:45 +02:00
2020-08-30 18:45:07 +03:00
2020-08-30 18:45:07 +03:00
2020-08-30 18:45:07 +03:00
2020-09-01 22:06:47 +01:00
2020-10-25 09:23:45 +00:00
2020-09-20 11:40:51 +02:00
2020-08-30 18:45:07 +03:00
2020-10-24 22:39:42 -04:00
2020-08-30 18:45:07 +03:00
2020-08-30 18:45:07 +03:00
2020-10-11 23:48:35 -07:00
2020-08-30 18:45:07 +03:00
2020-10-13 14:16:45 +02:00
2020-10-13 14:16:45 +02:00
2020-08-30 18:45:07 +03:00
2020-08-30 18:45:07 +03:00
2020-08-30 18:45:07 +03:00
2020-08-30 18:45:07 +03:00
2020-10-29 18:09:53 +01:00
2020-10-29 16:51:46 +01:00
2020-09-08 22:37:18 -04:00
2020-08-30 18:45:07 +03:00
2020-08-30 18:45:07 +03:00
2020-10-29 16:51:46 +01:00
2020-09-01 18:27:02 -07:00
2020-08-30 18:45:07 +03:00
2020-10-14 04:14:32 +02:00