-
-
- [x] A programming language requires this ligation. Provide the information below.
- [x] This ligation is implemented in other programming fonts. Provide samples below.
------
Would be nice to…
-
Turbofish syntax breaks method chaining alignment:
``` Rust
let foo = bar.baz()
.quux::()
.quuz();
```
-
Hello. I am blind and came across this turbo fish website. I use a screenreader and a braille display to control my pc. I would suggest you to make a special mode where turbofishes would swim across t…
-
### Code
```Rust
type One = for fn(Box src/lib.rs:1:30
|
1 | type One = for fn(Box
-
The turbofish suggestions are displayed for single expressions, but not for complex expressions. https://rust.godbolt.org/z/cbn58f
I tried this code:
```rust
use std::sync::Arc;
use std::s…
-
I'd put more here but I haven't tried to figure this out yet (fortunately we keep the Cargo toolchain working, so Bazel is a CI optimisation, not a core developer requirement)
-
Consider the following function signature:
```rust
fn get(&self, entity: Entity) -> Result
```
This has a type parameter T, that does not show up anywhere inside the parameters, requiring you to …
JMS55 updated
2 years ago
-
### Code
```Rust
struct ResponseVisitor);
impl for Response>(deserializer: D) -> Result {
deserializer.deserialize_map(ResponseVisitor(&()))
}
}
```
### Current output
```Shell
error[…
-
### What it does
Suggest to use turbofish syntax instead of type hints.
### Categories (optional)
- Kind: `clippy::style`
*What is the advantage of the recommended code over the original c…