mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 10:18:25 +00:00
9 lines
248 B
Plaintext
9 lines
248 B
Plaintext
error: <T as Foo>::hello::{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
|
|
|