mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
s/CodePoint/CodePt/g
This commit is contained in:
parent
69b1497907
commit
267836226c
25 changed files with 69 additions and 69 deletions
|
@ -77,7 +77,7 @@ pub enum Problem {
|
|||
},
|
||||
InvalidInterpolation(Region),
|
||||
InvalidHexadecimal(Region),
|
||||
InvalidUnicodeCodePoint(Region),
|
||||
InvalidUnicodeCodePt(Region),
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
|
@ -160,7 +160,7 @@ pub enum RuntimeError {
|
|||
|
||||
InvalidInterpolation(Region),
|
||||
InvalidHexadecimal(Region),
|
||||
InvalidUnicodeCodePoint(Region),
|
||||
InvalidUnicodeCodePt(Region),
|
||||
|
||||
/// When the author specifies a type annotation but no implementation
|
||||
NoImplementationNamed {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue