```rust // using the unzip-n crate use unzip_n::unzip_n; unzip_n!(3); // trigger go to def here unzip_n::unzip_n!(4); // this one works fn main() {} ```