blob: fdd01c87d1c9905a24ba5c5a692559600a2af804 (
plain)
1
2
3
4
5
6
7
8
|
error: at least one trait must be specified
--> $DIR/no-trait.rs:11:11
|
LL | fn f() -> impl 'static {} //~ ERROR at least one trait must be specified
| ^^^^^^^^^^^^
error: aborting due to previous error
|