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
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
Specifically, the addition of the \ in front of the # is bogus, it should be referring back to the value of favicon, which is done with a plain #. (I'm away from a computer with Rust to be able make & test this change myself.)
…er-type, r=Veykril
Use correct type in "Replace turbofish with type"
And support `?` and `.await` expressions.
Fixesrust-lang#13148.
The assist can still show up even if the turbofish's type is not used at all, e.g.:
```rust
fn foo<T>() {}
let v = foo::<i32>();
```
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Jul 25, 2024
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
http://static.rust-lang.org/doc/master/std/index.html
Probably broken by 6f6b099, which changed the html template.
The text was updated successfully, but these errors were encountered: