Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[move-compiler] No need to ever return diags when parsing a file (#18301
) ## Description This fixes a minor compiler implementation issue reported in #18285 (the `parse_file` function no longer needs to return `Result` as diagnostics previously returned as part of it are instead added to the compilation context). ## Test plan All existing tests must pass
- Loading branch information