-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Range is not a lang item #53720
Copy link
Copy link
Closed
Labels
A-lang-itemArea: Language itemsArea: Language itemsC-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-lang-itemArea: Language itemsArea: Language itemsC-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.