blob: 98cd6d54c1fd4e00732c196172da08157c1caf01 [file] [log] [blame] [edit]
fn foo() -> _ { 5 } //~ ERROR E0121
static BAR: _ = "test"; //~ ERROR E0121
fn main() {}