Commit 8b22d07
committed
Upgrade to tracing 0.2.13
The primary motivation is to get the changes from
tokio-rs/tracing#990. Example output:
```
$ RUSTDOC_LOG=debug rustdoc +rustc2
warning: some trace filter directives would enable traces that are disabled statically
| `debug` would enable the DEBUG level for all targets
= note: the static max level is `info`
= help: to enable DEBUG logging, remove the `max_level_info` feature
```
- Remove useless test
This was testing for an ICE when passing `RUST_LOG=rustc_middle`. I
noticed it because it started giving the tracing warning (because tests
are not run with debug-logging enabled). Since this bug seems unlikely
to re-occur, I just removed it altogether.1 parent 4437b4b commit 8b22d07
File tree
3 files changed
+6
-12
lines changed- compiler/rustc_driver
- src/test/ui/issues
3 files changed
+6
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5099 | 5099 | | |
5100 | 5100 | | |
5101 | 5101 | | |
5102 | | - | |
| 5102 | + | |
5103 | 5103 | | |
5104 | | - | |
| 5104 | + | |
5105 | 5105 | | |
5106 | 5106 | | |
5107 | 5107 | | |
| |||
5129 | 5129 | | |
5130 | 5130 | | |
5131 | 5131 | | |
5132 | | - | |
| 5132 | + | |
5133 | 5133 | | |
5134 | | - | |
| 5134 | + | |
5135 | 5135 | | |
5136 | 5136 | | |
5137 | 5137 | | |
| |||
5144 | 5144 | | |
5145 | 5145 | | |
5146 | 5146 | | |
| 5147 | + | |
5147 | 5148 | | |
5148 | 5149 | | |
5149 | 5150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
This file was deleted.
0 commit comments