blob: b5eb8b1dd0131630c1231ad7a2c89652423b2a2a [file] [log] [blame] [raw]
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.*)$