mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
Check that module names correspond to the paths they are defined in
Closes #3440 Closes #4050
This commit is contained in:
parent
5eda218302
commit
c67be21636
5 changed files with 108 additions and 3 deletions
|
@ -126,6 +126,8 @@ pub enum EHeader<'a> {
|
|||
AppName(EString<'a>, Position),
|
||||
PlatformName(EPackageName<'a>, Position),
|
||||
IndentStart(Position),
|
||||
|
||||
InconsistentModuleName(Region),
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue