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
Right now a function named FILE_writer and file_writer will both get lowercased in their anchor tags, causing the latter to point to the former, or vice verse depending on the ordering.
Rust identifiers are case-sensitive, so anchors should be too.
The text was updated successfully, but these errors were encountered:
This is done as much as it's going to get done. Right now we do have anchors on trait methods which obey this case-preservation, and I think that we should just keep this in mind for the future when we add more anchors.
Right now a function named FILE_writer and file_writer will both get lowercased in their anchor tags, causing the latter to point to the former, or vice verse depending on the ordering.
Rust identifiers are case-sensitive, so anchors should be too.
The text was updated successfully, but these errors were encountered: