dtolnay / linkme

Safe cross-platform linker shenanigans
Apache License 2.0
626 stars 42 forks source link

Use = [..] in example #76

Closed stepancheg closed 9 months ago

stepancheg commented 9 months ago

CLion likes this syntax more because it is valid before proc macro:

For the reference, this is how it looks like in CLion:

image
stepancheg commented 9 months ago

https://youtrack.jetbrains.com/issue/RUST-12953