enum what { } fn what_to_str(x: what) -> ~str { match x { } } fn main() { }