We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d3c49 commit a1360c5Copy full SHA for a1360c5
compiler/rustc_hir/src/hir.rs
@@ -1632,6 +1632,7 @@ pub struct ConstBlock {
1632
}
1633
1634
/// An expression.
1635
+///
1636
/// For more details, see the [rust lang reference]
1637
///
1638
/// [rust lang reference]: https://doc.rust-lang.org/reference/expressions.html
@@ -3149,6 +3150,7 @@ impl ItemId {
3149
3150
/// An item
3151
3152
/// The name might be a dummy name in case of anonymous items
3153
3154
3155
3156
/// [rust lang reference]: https://doc.rust-lang.org/reference/items.html
0 commit comments