Tomas Tauber
Tomas Tauber
@janTatesa are you able to publish the draft release?
Or does it give any permission errors ?
> This should change no behaviour for normal users, except users of the debugger. What semver-breaking changes are you pointing at? (Also, I'm in the discord if you want to...
@rlpowell I guess those no_std errors are due to quote and proc-macro2 added to pest's Cargo.toml
@rlpowell Could quote and proc-macro2 be removed from pest/Cargo.toml ? you can test it like this: ` cd pest && cargo build -j1 -Z build-std=core,alloc --no-default-features --target x86_64-unknown-linux-gnu` with the...
@rlpowell > if there's a way to do it without quote and proc-macro2, I have no idea what that way would be, and I'd need some pointers. Could for example...
@oxcrow did you try this function: https://docs.rs/pest/latest/pest/fn.set_error_detail.html `pest::set_error_detail(true);` ?
@oxcrow you can check if the returned [ErrorVariant](https://docs.rs/pest/latest/pest/error/enum.ErrorVariant.html) contains that extra info, but it's just not printed
> rule = { #tag = ... }
No difference, I thought you were asking what the new syntax is.