Commit 51e6acf
authored
Rollup merge of rust-lang#83108 - jyn514:remove-unused, r=estebank
Remove unused `opt_local_def_id_to_hir_id` function
Found while investigating rust-lang#82933 - all LocalDefIds are expected to have
HirIds, there's no point in pretending otherwise.File tree
2 files changed
+0
-10
lines changed- compiler
- rustc_hir/src
- rustc_middle/src/hir/map
2 files changed
+0
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | 345 | | |
351 | 346 | | |
352 | 347 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | 183 | | |
189 | 184 | | |
190 | 185 | | |
| |||
0 commit comments