mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Update LSP
This commit is contained in:
parent
0db1cd9c28
commit
b706a57e16
6 changed files with 23 additions and 5 deletions
|
@ -56,6 +56,10 @@ impl TypeError {
|
|||
TypeError::IngestedFileUnsupportedType(..) => Fatal,
|
||||
}
|
||||
}
|
||||
|
||||
pub fn region(&self) -> Option<Region> {
|
||||
Some(Region::zero())
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(PartialEq, Eq, Debug, Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue