53ce42dc4f
Closes #2855
10 lines
103 B
Rust
10 lines
103 B
Rust
fn foo<T>(s: &r/uint) {
|
|
match s {
|
|
&3 => fail ~"oh",
|
|
_ => ()
|
|
}
|
|
}
|
|
|
|
fn main() {
|
|
|
|
} |