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
Looks like the same issue as #13031. I've tested the following (incomplete) code and the error seems to go away with #13049 (peg does use bare dyn types).
rust-analyzer version:
v0.3.1162
rustc version:
rustc 1.61.0 (fe5b13d68 2022-05-18)
relevant settings:
When using the crate
rust-peg
to define a grammar, if I use theirprecedence!{}
macro, rust-analyzer reports the following error:But the compiler manages to compile the code just fine.
See related (now closed) issue: kevinmehall/rust-peg#316 (comment)
The text was updated successfully, but these errors were encountered: