blob: 2c79598a81b18fc50ea3f91359801bdb3c3823dd [file] [log] [blame]
error: expected pattern, found reserved keyword `abstract`
--> $DIR/keyword-abstract.rs:2:9
|
LL | let abstract = ();
| ^^^^^^^^ expected pattern
error: aborting due to previous error