blob: fdd01c87d1c9905a24ba5c5a692559600a2af804 [file] [log] [blame]
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