| error[E0433]: cannot find module or crate `page_size` in this scope | |
| --> $DIR/path-to-method-sugg-unresolved-expr.rs:5:21 | |
| | | |
| LL | let page_size = page_size::get(); | |
| | ^^^^^^^^^ use of unresolved module or unlinked crate `page_size` | |
| | | |
| = help: you might be missing a crate named `page_size` | |
| error: aborting due to 1 previous error | |
| For more information about this error, try `rustc --explain E0433`. |