Issues
- 0
- 0
- 1
Document panic-in-panic ("double panic") behavior
#1712 opened by ehuss - 0
gcloud init
#1705 opened by Sirflyzoner76z - 0
- 2
- 1
Automated spell checking
#1675 opened by ehuss - 0
Hard to find the definition of `IsolatedCR`
#1677 opened by linuxmetel - 1
Disambiguate "byte" size
#1673 opened by Rudxain - 1
Spec identifiers are visible on Destructors page
#1672 opened by Tomer-Eliahu - 1
- 4
Document pattern evaluation order
#1665 opened by zachs18 - 0
- 4
Clarify "immutable bytes" definition
#1616 opened by RalfJung - 3
list of place expressions is incomplete
#1645 opened by lolbinarycat - 1
Document the issues around calling code in another Rust runtime via the "Rust" ABI
#1642 opened by RalfJung - 3
- 2
missing attribute and derive macro namespaces
#1621 opened by lolbinarycat - 0
- 2
- 0
Documentation on lifetime extension is confusing (and in a confusing location)
#1605 opened by RalfJung - 1
Clarify the status of paragraph identifiers
#1573 opened by mattheww - 3
- 1
Document restrictions on use of generics in const contexts in type position
#1581 opened by traviscross - 0
`Foo<T>` can implement `CoerceUnsized<Foo<U>>` when `T` implements `CoerceUnsized<U>` rather than `CoerceUnsized<Foo<U>>`
#1574 opened by xmh0511 - 0
Document the privacy rules for re-exports
#1558 opened by mattheww - 0
Document the type privacy restrictions
#1557 opened by mattheww - 1
Document async block types
#1555 opened by kpreid - 1
Be more specific on the the special case of condition expressions of if expressions
#1553 opened by ttzytt - 1
- 0
- 0
Improve grammar of block expressions
#1533 opened by traviscross - 1
- 0
- 0
Values of path expressions
#1524 opened by mattheww - 2
Mismatch between 'Warning' in 'Method call expressions' section and compiler behaviour
#1522 opened by gslancaster - 2
- 1
- 1
- 0
- 0
- 0
"The size and alignment [of pointers to unsized types] is guaranteed to be at least equal to the size and alignment of a pointer."
#1510 opened by yg-i - 1
Associated type bounds need documentation
#1508 opened by Mark-Simulacrum - 0
Document how extending int-to-ptr and ptr-to-int casts work
#1496 opened by Rua - 4
The reference makes guarantees about "stack memory" that do not reflect our op.sem
#1489 opened by RalfJung - 1
Is the documentation description outdated?
#1487 opened by heisen-li - 3
grammar, possibly misleading
#1473 opened by Velumuthali - 1
return expressions is a expression,Why add a semicolon after an return expression?
#1469 opened by 583654109 - 0
clarification needed: Copying or dropping a raw pointer has no effect on the lifecycle of any other value.
#1466 opened by ssh352 - 0
Add an example for when path patterns take precedence over identifier patterns
#1462 opened by Tomer-Eliahu