This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 62a1519
authored
Unrolled build for rust-lang#115749
Rollup merge of rust-lang#115749 - oli-obk:smir_consts, r=compiler-errors
Allow loading the SMIR for constants and statics
cc rust-lang/project-stable-mir#34
before this PR we were ICEing when trying to access the SMIR of anything other than functionsFile tree
2 files changed
+7
-1
lines changed- compiler/rustc_smir/src/rustc_smir
- tests/ui-fulldeps/stable-mir
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
157 | 161 | | |
158 | 162 | | |
159 | 163 | | |
| |||
191 | 195 | | |
192 | 196 | | |
193 | 197 | | |
| 198 | + | |
| 199 | + | |
194 | 200 | | |
195 | 201 | | |
196 | 202 | | |
| |||
0 commit comments