Commit e757d33
authored
Rollup merge of rust-lang#64060 - petrochenkov:unstdhyg, r=tmandry
Improve hygiene of `alloc::format!`
`format` now uses `format_args` though a `__export` module, as described in rust-lang#63687 (comment).
Fixes rust-lang#636872 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
0 commit comments