blob: da3b49b7db7a2eb9d7d6965f430aa277244b9b7b [file] [edit]
error: `#[export_stable]` attribute cannot be used on traits
--> $DIR/exportable.rs:135:5
|
LL | #[export_stable]
| ^^^^^^^^^^^^^^^^
|
= help: `#[export_stable]` can be applied to associated types, data types, functions, inherent impl blocks, modules, type aliases, and use statements
error: `#[export_stable]` attribute cannot be used on constants
--> $DIR/exportable.rs:139:5
|
LL | #[export_stable]
| ^^^^^^^^^^^^^^^^
|
= help: `#[export_stable]` can be applied to associated types, data types, functions, inherent impl blocks, modules, type aliases, and use statements
error: aborting due to 2 previous errors