We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e70849 commit ee7a035Copy full SHA for ee7a035
src/test/ui/binding/issue-53114-borrow-checks.rs
@@ -1,6 +1,6 @@
1
// Issue #53114: NLL's borrow check had some deviations from the old borrow
2
// checker, and both had some deviations from our ideal state. This test
3
-// 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
4
// flag expressions that are meant to request unsafe blocks.
5
6
struct M;
0 commit comments