-
Notifications
You must be signed in to change notification settings - Fork 3
Conversation
"error: doc alias attribute expects a string: #[doc(alias = "a")]" This error can be seen in the tests at rust-lang/rust#72780
Thank you for your efforts! Do you see this error when building with a nightly toolchain? |
Nope, it was with
|
So is this for compatibility with that version of Rust? |
Yes, I did a little bisecting rustup and it compiles as low as 1.48 now, but
|
Again, thank you for your investigation! I simply wanted to get a clearer picture on what is going on. Your changes make sense to me. |
I believe i've fixed all the testsuite errors, |
I don't know which errors you're referring to. I updated the |
Sorry, could have explained better, as of this commit on Rust |
I see your point. I didn't observe these errors, as I only build and test the latest stable. The issue comes from a dependency, so I think it's reasonable to wait for them to fix this issue. If that is not fixed within a reasonable duration, then I might consider removing the dependency and reimplementing what I use from it (currently the If this problem is very important to you, then feel free to create a new issue about this crate's tests not building on Rust |
Not of any importance, I just wanted to document the current situation, since I may not, or probably won't notice once the crates are updated. |
"error: doc alias attribute expects a string: #[doc(alias = "a")]"
This error can be seen in the tests at
rust-lang/rust#72780