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