We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d42395 commit 077a93cCopy full SHA for 077a93c
src/librustc_mir/dataflow/impls/borrowed_locals.rs
@@ -62,7 +62,7 @@ impl<K> MaybeBorrowedLocals<K> {
62
///
63
/// In some contexts, we know that this borrow will never occur. For example, during
64
/// const-eval, custom drop glue cannot be run. Code that calls this should document the
65
- /// assumptions that justify `Drop` terminators in this way.
+ /// assumptions that justify ignoring `Drop` terminators in this way.
66
67
/// [#61069]: https://github.com/rust-lang/rust/pull/61069
68
pub fn unsound_ignore_borrow_on_drop(self) -> Self {
0 commit comments