[INFO] [stdout] error[E0539]: malformed `link` attribute input
[INFO] [stdout] --> src/unix/sharedmem.rs:188:1
[INFO] [stdout] |
[INFO] [stdout] 188 | #[link = "c"]
[INFO] [stdout] | ^^^^^^^^^^^^^ expected this to be a list
[INFO] [stdout] |
[INFO] [stdout] = note: for more information, visit <https://doc.rust-lang.org/reference/items/external-blocks.html#the-link-attribute>
[INFO] [stdout] help: try changing it to one of the following valid forms of the attribute
this is excluding the hundreds of
link = "dl"regressions that were filed separately