We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bbd1c4 commit 8ec48c0Copy full SHA for 8ec48c0
src/mir/passes.md
@@ -87,7 +87,7 @@ a `&'tcx Steal<Body<'tcx>>`, allocated using `tcx.alloc_steal_mir()`.
87
This indicates that the result may be **stolen** by a subsequent query – this is an
88
optimization to avoid cloning the MIR. Attempting to use a stolen
89
result will cause a panic in the compiler. Therefore, it is important
90
-that you do not accidently read from these intermediate queries without
+that you do not accidentally read from these intermediate queries without
91
the consideration of the dependency in the MIR processing pipeline.
92
93
Because of this stealing mechanism, some care must be taken to
0 commit comments