2022-08-23 04:02:40 -05:00
|
|
|
error: expected one of `!` or `::`, found keyword `let`
|
|
|
|
--> $DIR/public-instead-of-pub-2.rs:4:8
|
|
|
|
|
|
|
|
|
LL | public let x = 1;
|
|
|
|
| ^^^ expected one of `!` or `::`
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2022-08-23 04:02:40 -05:00
|
|
|
|