I am getting the same issue as this
error: expected item, found `..`
--> frozen-abi\macro\build.rs:1:1
|
1 | ../build.rs
| ^^ expected item
|
= note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
error: expected item, found `..`
--> version\build.rs:1:1
|
1 | ../frozen-abi/build.rs
| ^^ expected item
|
= note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
error: expected item, found `..`
--> sdk\program\build.rs:1:1
|
1 | ../../frozen-abi/build.rs
| ^^ expected item
|
= note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
error: expected item, found `..`
--> sdk\build.rs:1:1
|
1 | ../frozen-abi/build.rs
I use Windows 10
Please help me