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

The github.io links in error messages no longer point to an active site #2223

Closed
eira-fransham opened this issue Nov 13, 2017 · 3 comments
Closed

Comments

@eira-fransham
Copy link

It looks like at some point rust-lang-nursery/rust-lang-nursery.github.io was removed or hidden and as a result the links in the error messages result in a 404. For example, the bottom line in the following warning for the "pointer transmute" lint:

warning: transmute from a pointer type (`*const <B as smallvec::Array>::Item`) to a reference type (`&<B as smallvec::Array>::Item`)
   --> src/lib.rs:371:9
    |
371 | /         mem::transmute(self.buffer.ptr().offset(
372 | |             ((index + self.start) % B::size()) as isize,
373 | |         ))
    | |__________^
    |
    = note: #[warn(transmute_ptr_to_ref)] on by default
    = help: for further information visit https://rust-lang-nursery.github.io/rust-clippy/v0.0.170/index.html#transmute_ptr_to_ref
@oli-obk
Copy link
Contributor

oli-obk commented Nov 13, 2017

Uhm... I forgot to tag the releases. sorry about that.

@oli-obk
Copy link
Contributor

oli-obk commented Nov 13, 2017

Should be fixed in a few minutes. Travis is producing the relevant page as we speak.

@oli-obk oli-obk closed this as completed Nov 13, 2017
@rcoh
Copy link
Contributor

rcoh commented Apr 2, 2018

This is happening again

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

No branches or pull requests

3 participants