blob: 7401495984a8678552fb674290cfada3986bf8ad [file] [log] [blame] [raw]
compilers=/usr/local/bin/rustc
options=-O --crate-type staticlib
# TODO; remove need to have some kind of postprocess on everything
postProcess=c++filt
compileFilename=example.rs
compileToAsm=--emit asm --crate-type staticlib
stubRe=\bmain\b
stubText=pub fn main() {/*stub provided by Compiler Explorer*/}
binaryHideFuncRe=^(_.*|(de)?register_tm_clones|frame_dummy|.*@plt.*)$