9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
error: expected pattern, found keyword `static`
|
|
--> $DIR/keyword-static-as-identifier.rs:4:9
|
|
|
|
|
LL | let static = "foo";
|
|
| ^^^^^^ expected pattern
|
|
|
|
error: aborting due to previous error
|
|
|