Typo in src/mir/passes.md

accidently -> accidentally

Co-authored-by: Tshepang Mbambo <tshepang@gmail.com>
This commit is contained in:
Jaic1 2022-08-22 15:18:18 +08:00 committed by Oli Scherer
parent 2f8dd37f16
commit bd44a1714a
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ a `&'tcx Steal<Body<'tcx>>`, allocated using `tcx.alloc_steal_mir()`.
This indicates that the result may be **stolen** by a subsequent query this is an
optimization to avoid cloning the MIR. Attempting to use a stolen
result will cause a panic in the compiler. Therefore, it is important
that you do not accidently read from these intermediate queries without
that you do not accidentally read from these intermediate queries without
the consideration of the dependency in the MIR processing pipeline.
Because of this stealing mechanism, some care must be taken to