-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
rustdoc regression: Lifetime in type alias definition is incorrectly elided #93401
Comments
This bisects to #91430. Stop looking at me like that! |
Thank you so much! FYI, using |
cc @b-naber |
I guess the issue here is that cc @jackh726 as well |
I'm working on it. |
I feel very embarrassed. I figured that it wouldn't work, because generally cargo explodes whenever I try to use it on the compiler. I take it would actually work though? |
Actually, I think you're right to use Sorry about that! |
The underlying principle should work though, by specifying rustc = ... in config.toml pointing to a rustup-toolchain-install-master'd binary (and potentially cargo = and/or rustdoc =). |
It'd be good to minimize this and reproduce this outside of rustc.
beta (incorrect)
stable (correct)
The text was updated successfully, but these errors were encountered: