blob: 35ed21bde1139066e3fc3a623846ccc424562e33 (
plain)
1
2
3
4
5
6
7
8
|
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
|