11 lines
86 B
Rust
11 lines
86 B
Rust
enum what { }
|
|
|
|
fn what_to_str(x: what) -> ~str
|
|
{
|
|
match x {
|
|
}
|
|
}
|
|
|
|
fn main()
|
|
{
|
|
}
|