We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
libcore/str/mod.rs uses memcmp, and declares it to return i32, in reality it returns c_int, so this is a potential portability concern.
memcmp
Maybe memcmp can be made an intrinsic to resolve this.