Miri complains about pointer dereferencing in nom_locate
#535
Labels
infrastructure
Build/CI/packaging infrastructure
Parser
Rule-Parser-Related Issue
question
Further information is requested
Milestone
The CI on the parser branch currently fails due to miri complaining about a pointer dereference in
nom_locate
. Specifically, extending a slice backwards to its original size is impossible in the current (experimental) aliasing model checked by miri.Also note that the violation is not due to unsafe code in the nemo crate -- miri fails on the tests inside
nom_locate
and even on the example provided in thenom_locate
docs, so this is not something we can currently fix.The text was updated successfully, but these errors were encountered: