Skip to main content

check_project

Function check_project 

Source
pub fn check_project(entry_path: &Path) -> Result<(), Vec<Diagnostic>>
Expand description

Project-aware type-check from an entry point path. Resolves all modules (including std.*) and type-checks in dependency order.