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
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: