For example: use std; ``` fn foo(vec[str] args) { std._vec.len[str](args); std._vec.len[str](args); // Error here. } fn main(vec[str] args) {} ``` Commenting out either call makes the other one succeed.