1 2 3 4 5 6 7
// error-pattern:declaration of `none` shadows import option::*; fn main() { let none: int = 42; log(debug, none); }