2017-05-12 22:00:06 +09:00
|
|
|
fn main() {
|
2018-03-08 14:27:23 +03:00
|
|
|
let a = 42._; //~ ERROR expected identifier, found reserved identifier `_`
|
2019-01-06 18:33:05 +03:00
|
|
|
//~| ERROR `{integer}` is a primitive type and therefore doesn't have fields
|
2017-05-12 22:00:06 +09:00
|
|
|
}
|