We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f11cf60 commit 09bc092Copy full SHA for 09bc092
src/test/compile-fail/for-loop-unconstrained-element-type.rs
@@ -11,7 +11,7 @@
11
// Test that `for` loops don't introduce artificial
12
// constraints on the type of the binding (`i`).
13
// Subtle changes in the desugaring can cause the
14
-// type of elements in the vector to (incorrectly)
+// type of elements in the vector to (incorrectly)
15
// fallback to `!` or `()`.
16
17
fn main() {
0 commit comments