Range
is not a lang item
#53720
Labels
A-lang-item
Area: Language items
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
rust/src/libcore/ops/range.rs
Lines 79 to 89 in c0955a3
Rustc always lowers it to
::ops::Range
.rust/src/librustc/hir/lowering.rs
Lines 3781 to 3809 in caed80b
Found some more lowerings like this
rust/src/librustc/hir/lowering.rs
Line 4207 in caed80b
rust/src/librustc/hir/lowering.rs
Line 4809 in caed80b
rust/src/librustc/hir/lowering.rs
Line 3774 in caed80b
They should probably be a lang item.
The text was updated successfully, but these errors were encountered: