2023-03-19 05:04:44 -05:00
|
|
|
error: `#[no_mangle]` cannot be used on a closure as it has no name
|
|
|
|
--> $DIR/no-mangle-closure.rs:9:6
|
|
|
|
|
|
|
|
|
LL | (#[no_mangle] || y.0[0])()
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-03-19 05:04:44 -05:00
|
|
|
|