```Rust let a = 2; format!("{} {} {}", a, vec![2, 3], a); ``` Go to definition on the first `a` works correctly, but on the second `a` will go to the vector internals. ```[tasklist] ### Tasks ```