mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 21:42:23 -05:00
Fix misleading test name
This commit is contained in:
parent
b8fcd11286
commit
4cd0ccce83
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ mod tests {
|
||||||
// TODO: Fix the compiler errors only by reordering the lines in the test.
|
// TODO: Fix the compiler errors only by reordering the lines in the test.
|
||||||
// Don't add, change or remove any line.
|
// Don't add, change or remove any line.
|
||||||
#[test]
|
#[test]
|
||||||
fn move_semantics5() {
|
fn move_semantics4() {
|
||||||
let mut x = 100;
|
let mut x = 100;
|
||||||
let y = &mut x;
|
let y = &mut x;
|
||||||
let z = &mut x;
|
let z = &mut x;
|
||||||
|
|
Loading…
Reference in a new issue