]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/binding/issue-53114-safety-checks.rs
Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6' into clippyup
[rust.git] / src / test / ui / binding / issue-53114-safety-checks.rs
index 86c863bc9a843a5be88413f8821a21cb512fed13..28adb7571a98ba091cd5a5e698a56ae3f04f2a9a 100644 (file)
@@ -1,6 +1,6 @@
 // Issue #53114: NLL's borrow check had some deviations from the old borrow
 // checker, and both had some deviations from our ideal state. This test
-// captures the behavior of how `_` bindings are handled wiith respect to how we
+// captures the behavior of how `_` bindings are handled with respect to how we
 // flag expressions that are meant to request unsafe blocks.
 
 #![feature(untagged_unions)]