8 lines
163 B
Rust
8 lines
163 B
Rust
fn main() {
|
|
&panic!()
|
|
//~^ ERROR mismatched types
|
|
//~| expected unit type `()`
|
|
//~| found reference `&_`
|
|
//~| expected `()`, found reference
|
|
}
|