Unresolvable path for the const Self::MAX_DIGITS in a struct in core
#21989
-
|
Hi all, I've made much progress in my project which is extracting syntactic and semantic information from rust crates and their dependencies (down to Now while traversing It happens for the path I can reproduce the problem while analyzing the following code in a stand-alone crate: I've not opened an issue because I don't know if I'm misusing Any help is appreciated :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Support for constants in types was historically pretty weak. Just recently we completed the foundational work that allows to support resolving this path, that is, since recently (#21823) there is an |
Beta Was this translation helpful? Give feedback.
Oh, I've updated from 0.0.322 to 0.0.327 and the problem disappeared!
Thanks again!