Closed
Description
Sorry for not writing a PR, but my jetlagged brain isn't working for some reason. Seems easy:
Compiling regex v0.1.16 (file:///home/steve/src/regex)
src/parse.rs:661:26: 661:41 error: mismatched types:
expected `&'static [(&'static str, &'static &'static [(char, char)])]`,
found `&'static [(&'static str, &'static [(char, char)])]`
(expected &-ptr,
found slice) [E0308]
src/parse.rs:661 match find_class(UNICODE_CLASSES, name.as_slice()) {
^~~~~~~~~~~~~~~
error: aborting due to previous error
Could not compile `regex`.
Metadata
Metadata
Assignees
Labels
No labels