2024-04-17 12:30:45 +02:00
|
|
|
error[E0718]: `owned_box` lang item must be applied to a struct
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/E0718.rs:4:1
|
2018-10-11 19:36:51 +02:00
|
|
|
|
|
2020-04-08 04:26:48 +03:00
|
|
|
LL | #[lang = "owned_box"]
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^ attribute should be applied to a struct, not a static item
|
2018-10-11 19:36:51 +02:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-10-11 19:36:51 +02:00
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0718`.
|