danielrab

Results 5 comments of danielrab

oh, there already was a PR open for this, oops. I opened another without checking https://github.com/formulahendry/vscode-code-runner/pull/977

forgot to check when making the PR and made a duplicate of https://github.com/formulahendry/vscode-code-runner/pull/354

the snippet of code provided doesn't exactly work, but using `b.clone_into(&mut a);` instead of `a.clone_from(b);` does.

encountered the issue too, simplified the case to ``` use logos::Logos; #[derive(Logos, Debug, PartialEq)] enum Token { #[regex(r"a**")] Thing, #[error] Error, } fn main() {} ```

I just had an idea for that: what if we introduce syntax `a..