Files
rust/tests/ui/impl-trait/in-trait/dump.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
240 B
Plaintext
Raw Normal View History

error: <T as Foo>::{synthetic#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