Skip to content

Commit 09f46f7

Browse files
committed
Code error.
1 parent 01c6ca7 commit 09f46f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3519-arbitrary-self-types-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ impl Vexation {
568568
}
569569

570570
fn main {
571-
let v = Vec::new();
571+
let mut v = Vec::new();
572572
v.push(Vexation);
573573
v.do_something_to_vec(); // this seems weird and I can't imagine a use-case
574574

0 commit comments

Comments
 (0)