blob: 9dbb65a8b0ebaae3f3d85eaee28fac6e756d49e2 [file] [log] [blame] [raw]
compilers=/usr/local/bin/rustc
options=-O --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.*)$