compilers=/usr/local/bin/rustc | |
options=--crate-type staticlib | |
compileFilename=example.rs | |
compileToAsm=--emit asm --crate-type staticlib | |
supportsBinary=false | |
stubRe=\bmain\b | |
stubText=pub fn main() {/*stub provided by Compiler Explorer*/} | |
binaryHideFuncRe=^(_.*|call_gmon_start|(de)?register_tm_clones|frame_dummy|.*@plt.*)$ |