https://github.com/sunface/rust-by-practice/blob/e0e88e963a3d2c96029e1e3dca3397d38db78cab/solutions/ownership/ownership.md?plain=1#L186 the second method should be ```rust let (s1, s2) = &t; ```