Created
March 25, 2023 18:21
-
-
Save nikomatsakis/e264c71e9a8b22262edc3e02d42b843f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Compiling duchess v0.1.0 (/home/nmatsakis/versioned/duchess) | |
error: failed to run custom build command for `duchess v0.1.0 (/home/nmatsakis/versioned/duchess)` | |
Caused by: | |
process didn't exit successfully: `/home/nmatsakis/versioned/duchess/target/debug/build/duchess-0e35cc4d34a0852b/build-script-build` (exit status: 1) | |
--- stdout | |
processing file `/home/nmatsakis/versioned/duchess/src/class_info/javap_parser.lalrpop` | |
/home/nmatsakis/versioned/duchess/src/class_info/javap_parser.lalrpop:140:5: 140:13 error: ambiguity detected between the terminal `r#"[a-z]*"#` and the terminal `r#"[a-zA-Z][a-zA-Z0-9]*"#` | |
--- stderr | |
r"[a-z]*", | |
~~~~~~~~~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment