...This function is internal to its module. Only 'public', 'public(package)', and 'public(friend)' functions can be called outside of their module
·
14 │ 0x42::m::f1()
│ ^^^^^^^^^^^^^ Invalid call to '0x42::m::f1'
Process finished with exit code 1
```
...
...inary (application) `rust-bacon` package
note: see more `Cargo.toml` keys and their definitions at *******************************************************
```
### 切换到项目目录并用 cursor 打开项目
```bash
cd rust-bacon
cc # open -a cursor .
```
### 创建并切换到 exam...