Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stacked borrows page refers to Alias(None) #296

Closed
Storyyeller opened this issue Jul 6, 2021 · 1 comment · Fixed by #297
Closed

Stacked borrows page refers to Alias(None) #296

Storyyeller opened this issue Jul 6, 2021 · 1 comment · Fixed by #297

Comments

@Storyyeller
Copy link
Contributor

The stacked borrows page says " the initial pointer to that memory has tag Alias(None).", but it does not explain what Alias(None) is supposed to mean. I suspect this is supposed to refer to Tag::Untagged instead.

@RalfJung
Copy link
Member

RalfJung commented Jul 6, 2021

Good catch, thanks! Fixed in #297. The docs were also out-of-date so I updated them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants