We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The following uses should work, but currently fail because the linker can't load a file whose name is the empty string.
#[link_args = "-lc "] extern {}
#[link_args = " -lc"] extern {}
#[link_args = "-lm -lc"] extern {}
Splitting on spaces was introduced in #6192