change expected error message

This commit is contained in:
Axary 2018-11-16 13:54:09 +01:00
parent 7cb068e523
commit 80c2101b20

View File

@ -10,6 +10,6 @@
fn a(&self) { }
//~^ ERROR `self` argument in bare function
//~^ ERROR unexpected `self` argument in bare function
fn main() { }
fn main() { }