Commit 32bb73e
authored
Rollup merge of rust-lang#107761 - oli-obk:miri_🪵, r=TaKO8Ki
Replace a command line flag with an env var to allow tools to initialize the tracing loggers at their own discretion
fixes rust-lang/miri#2778
this was introduced in rust-lang#104645, so this PR reverts the flag-part and uses an env var instead.File tree
6 files changed
+8
-37
lines changed- compiler
- rustc_driver_impl/src
- rustc_interface/src
- rustc_log/src
- rustc_session/src
- tests
- rustdoc-ui
- ui/attributes
6 files changed
+8
-37
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | 232 | | |
237 | 233 | | |
238 | 234 | | |
| |||
1251 | 1247 | | |
1252 | 1248 | | |
1253 | 1249 | | |
1254 | | - | |
1255 | | - | |
1256 | | - | |
1257 | | - | |
1258 | | - | |
1259 | | - | |
1260 | | - | |
1261 | | - | |
1262 | | - | |
1263 | | - | |
| 1250 | + | |
1264 | 1251 | | |
1265 | 1252 | | |
1266 | 1253 | | |
| |||
1324 | 1311 | | |
1325 | 1312 | | |
1326 | 1313 | | |
| 1314 | + | |
1327 | 1315 | | |
1328 | 1316 | | |
1329 | 1317 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
758 | 758 | | |
759 | 759 | | |
760 | 760 | | |
761 | | - | |
762 | 761 | | |
763 | 762 | | |
764 | 763 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
| 57 | + | |
64 | 58 | | |
65 | 59 | | |
66 | 60 | | |
67 | 61 | | |
68 | 62 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | 63 | | |
77 | 64 | | |
78 | 65 | | |
| |||
106 | 93 | | |
107 | 94 | | |
108 | 95 | | |
109 | | - | |
110 | | - | |
| 96 | + | |
| 97 | + | |
111 | 98 | | |
112 | 99 | | |
113 | 100 | | |
114 | 101 | | |
115 | 102 | | |
116 | 103 | | |
117 | 104 | | |
118 | | - | |
| 105 | + | |
119 | 106 | | |
120 | 107 | | |
121 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1413 | 1413 | | |
1414 | 1414 | | |
1415 | 1415 | | |
1416 | | - | |
1417 | | - | |
1418 | 1416 | | |
1419 | 1417 | | |
1420 | 1418 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | 80 | | |
82 | 81 | | |
83 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
0 commit comments