You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the same error. In my case, I believe it has something to do with mismatched single quotes, even if those quotes play completely different syntactic roles. Here's a minimal example:
/*Delete the quote-containing comment inside the struct and it succeeds.Delete the lifetime annotation instead and it succeeds. Replace the commentwith something containing a lifetime annotation and it fails. Etc.*/structMyStruct<'a>{// The mismatched quote is the problem. Commenting it out doesn't matter.}fnmain(){println!("Hello, world!");}
(Giving a proper Ragel state machine definition in the example doesn't change the outcome.)
My issue might be distinct from @RazrFalcon, as his code doesn't contain lifetime annotations or mismatched quotes.
Input file: https://github.com/harfbuzz/harfbuzz/blob/master/src/hb-ot-shape-complex-use-machine.rl
alphtype
set tou8
ragel 5f9ebc9
The text was updated successfully, but these errors were encountered: