mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 12:17:27 +00:00
for example:
```rust
struct Y(u32);
// x's type is '& mut Y' and it is used in `fn generic<T>(x: T) {}`.
fn generic<T>(x: T) {}
```
fixes #127285