9 lines
224 B
Plaintext
9 lines
224 B
Plaintext
|
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
|
||
|
|