2017-03-18 11:24:42 -05:00
|
|
|
fn main() {
|
2017-02-03 23:09:04 -06:00
|
|
|
&panic!()
|
2017-03-18 11:24:42 -05:00
|
|
|
//~^ ERROR mismatched types
|
2019-11-14 16:08:08 -06:00
|
|
|
//~| expected unit type `()`
|
2019-11-13 16:16:56 -06:00
|
|
|
//~| found reference `&_`
|
2023-01-02 20:00:33 -06:00
|
|
|
//~| expected `()`, found `&_`
|
2017-02-03 23:09:04 -06:00
|
|
|
}
|