This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit c0a089e
authored
Rollup merge of rust-lang#112634 - mj10021:issue-112438-fix, r=compiler-errors
add InlineConst check
add check to close rust-lang#112438File tree
2 files changed
+15
-1
lines changed- compiler/rustc_middle/src/mir/interpret
- tests/ui/match
2 files changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
99 | 102 | | |
100 | 103 | | |
101 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments