We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e26f96 commit c6fb9c7Copy full SHA for c6fb9c7
library/core/src/cell.rs
@@ -1453,7 +1453,7 @@ impl<'b> BorrowRef<'b> {
1453
}
1454
1455
1456
- /// `Clone` is not a `const_trait`, so work around that by making our own method
+ /// FIXME(const-hack): `Clone` is not a `const_trait`, so work around that by making our own method
1457
#[inline]
1458
#[rustc_const_unstable(feature = "const_ref_cell", issue = "137844")]
1459
const fn clone(&self) -> Self {
0 commit comments