Merge remote-tracking branch 'origin/trunk' into report-problems

This commit is contained in:
Richard Feldman 2020-03-30 23:49:30 -04:00
commit 84ec100208
32 changed files with 2792 additions and 161 deletions

View file

@ -34,6 +34,8 @@ pub enum RuntimeError {
original_region: Region,
shadow: Located<Ident>,
},
// Example: (5 = 1 + 2) is an unsupported pattern in an assignment; Int patterns aren't allowed in assignments!
UnsupportedPattern(Region),
UnrecognizedFunctionName(Located<InlinableString>),
LookupNotInScope(Located<InlinableString>),
ValueNotExposed {