extern mod std; use cmp::Eq; fn f(&o: Option) { assert o == option::None; } fn main() { f::(option::None); //~^ ERROR illegal borrow: creating mutable alias to static item }