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.
run-pass/foreign-fn-linkname has this declaration:
#[nolink] #[abi = "cdecl"] mod extern libc { #[link_name = "strlen"] fn my_strlen(str: *u8) -> uint; }
I've never seen mod extern before, nor do I understand why this even parses.
mod extern