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
I noticed that the docs on Iterator differ depending on if you look a core::iter::Iterator or std::iter::Iterator. In the std version the declaration of the lifetime 'r in the methods is missing.
Im not sure if this is a bug or intended but its confusing if you look at the std version and wonder where lifetime 'r comes from.
The text was updated successfully, but these errors were encountered:
Remove Params and Fields from AstIdMap
These are too volatile, and the only reason for them seems to be for cfg diagnostics which does not carry the weight
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
Aug 1, 2024
Remove Params and Fields from AstIdMap
These are too volatile, and the only reason for them seems to be for cfg diagnostics which does not carry the weight
I noticed that the docs on Iterator differ depending on if you look a core::iter::Iterator or std::iter::Iterator. In the
std
version the declaration of the lifetime'r
in the methods is missing.Im not sure if this is a bug or intended but its confusing if you look at the
std
version and wonder where lifetime'r
comes from.The text was updated successfully, but these errors were encountered: