diff options
| author | lcnr <rust@lcnr.de> | 2023-11-08 13:55:21 +0100 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2023-11-09 11:50:40 -0800 |
| commit | 9425991f0abe1cace3ccd95770a1220a5970436a (patch) | |
| tree | 96403f3361b25a2198a49c73dce5df3e464833c2 /compiler/rustc_mir_transform/src | |
| parent | c1eb5771f82256b4d5f916629584c18827f59006 (diff) | |
| download | rust-9425991f0abe1cace3ccd95770a1220a5970436a.tar.gz rust-9425991f0abe1cace3ccd95770a1220a5970436a.zip | |
generator layout: ignore fake borrows
(cherry picked from commit a42eca42df821a1d6e74a931195a00258f94bd6a)
Diffstat (limited to 'compiler/rustc_mir_transform/src')
| -rw-r--r-- | compiler/rustc_mir_transform/src/cleanup_post_borrowck.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_mir_transform/src/cleanup_post_borrowck.rs b/compiler/rustc_mir_transform/src/cleanup_post_borrowck.rs index d435d3ee69b..1164dcf29da 100644 --- a/compiler/rustc_mir_transform/src/cleanup_post_borrowck.rs +++ b/compiler/rustc_mir_transform/src/cleanup_post_borrowck.rs @@ -4,7 +4,7 @@ //! //! - [`AscribeUserType`] //! - [`FakeRead`] -//! - [`Assign`] statements with a [`Shallow`] borrow +//! - [`Assign`] statements with a [`Fake`] borrow //! //! [`AscribeUserType`]: rustc_middle::mir::StatementKind::AscribeUserType //! [`Assign`]: rustc_middle::mir::StatementKind::Assign |
