-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Bug report URL gives 'Access denied' #12788
Comments
I will fix this. |
Merged
Okay, now it works again, thanks! |
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jul 25, 2022
…ievink Fix extract variable assist for subexpression in mutable borrow This checks if the expression is in a mutable borrow and if so makes the extracted variable `mut`. Closes rust-lang#12786
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Jun 13, 2024
fix: let non_canonical_impls skip proc marco Fixed rust-lang#12788 Although the issue only mentions `NON_CANONICAL_CLONE_IMPL`, this fix will also affect `NON_CANONICAL_PARTIAL_ORD_IMPL` because I saw > Because of these unforeseeable or unstable behaviors, macro expansion should often not be regarded as a part of the stable API. on Clippy Documentation and these two lints are similar, so I think it might be good, not sure if it's right or not. --- changelog: `NON_CANONICAL_CLONE_IMPL`, `NON_CANONICAL_PARTIAL_ORD_IMPL` will skip proc marco now
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The bug report URL given to me by the compiler and also stated in the contributing.md that pops up when reporting issues, http://static.rust-lang.org/doc/master/complement-bugreport.html, gives me an 'Access denied' error.
Well, I can't read what is in that URL for obvious reasons, so I'll just state that I tried it with Firefox 27.0.1 on Arch Linux, but I guess that'd be valid for all browsers/OSs.
The text was updated successfully, but these errors were encountered: