1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-07-22 13:40:05 -04:00

Fix misleading test name

This commit is contained in:
Nahor 2024-07-04 11:58:09 -07:00
commit 4cd0ccce83

View file

@ -7,7 +7,7 @@ mod tests {
// TODO: Fix the compiler errors only by reordering the lines in the test.
// Don't add, change or remove any line.
#[test]
fn move_semantics5() {
fn move_semantics4() {
let mut x = 100;
let y = &mut x;
let z = &mut x;