mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-02 05:55:42 +00:00
Give them their own symbol `anon_assoc`, as is done for all the other anonymous `DefPathData` variants.
9 lines
241 B
Plaintext
9 lines
241 B
Plaintext
error: <T as Foo>::{anon_assoc#0}<'s/#1>
|
|
--> $DIR/dump.rs:10:35
|
|
|
|
|
LL | fn hello<'s, T: Foo>(x: &'s T) -> impl Sized + use<'s, T> {
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|