```shell error[E0425]: cannot find value `state` in this scope --> src/main.rs:31:9 | 31 | state.db_path = | ^^^^^ not found in this scope ``` rust version is 1.89.0, how can i fix it? thanks