-
Notifications
You must be signed in to change notification settings - Fork 540
Open
Labels
A-expressionsArea: ExpressionsArea: ExpressionsLanguage CleanupImprovements to existing language which is correct but not clear, or missing examples, or the like.Improvements to existing language which is correct but not clear, or missing examples, or the like.New ContentMissing features or aspects of language not currently documented.Missing features or aspects of language not currently documented.
Metadata
Metadata
Assignees
Labels
A-expressionsArea: ExpressionsArea: ExpressionsLanguage CleanupImprovements to existing language which is correct but not clear, or missing examples, or the like.Improvements to existing language which is correct but not clear, or missing examples, or the like.New ContentMissing features or aspects of language not currently documented.Missing features or aspects of language not currently documented.
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
ehuss commentedon Jan 21, 2021
Can you clarify exactly which parts you are referring to? One oddity I see is the discussion about type inference with unsuffixed numbers, but I'm curious what else you're thinking of.
[-]Split out literal expression and literal tokens[/-][+]Explain in literal expression how it translate the token to the value[/+]Havvy commentedon Jan 22, 2021
Ah, that's what I get for not actually checking the tokens page (it's a long page...) while quickly looking at how sparse https://doc.rust-lang.org/reference/expressions/literal-expr.html is. This is actually something just not documented, though yeah, that section on type inference should be moved.
true
andfalse
are defined twice. #1167