2023-03-19 10:04:44 +00: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 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2023-03-19 10:04:44 +00:00
|
|
|
|