blob: ab9debd98b6093af1811201e3cbab7f68e8fee31 [file] [log] [blame] [raw]
compilers=/usr/local/bin/rustc
options=-O --crate-type staticlib
compileFilename=example.rs
compileToAsm=--emit asm --crate-type staticlib
supportsBinary=true
stubRe=\bmain\b
stubText=pub fn main() {/*stub provided by Compiler Explorer*/}
binaryHideFuncRe=^(_.*|(de)?register_tm_clones|frame_dummy|.*@plt.*)$