6 lines
86 B
Rust
6 lines
86 B
Rust
// error-pattern:cannot be dereferenced
|
|
fn main() {
|
|
alt *1 {
|
|
_ { fail; }
|
|
}
|
|
} |