You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
302 B
8 lines
302 B
compilers=/usr/local/bin/rustc |
|
compileFilename=example.rs |
|
supportsBinary=false |
|
compilerType=rust |
|
demangler=rust/target/release/rustfilt |
|
stubRe=\bmain\b |
|
stubText=pub fn main() {/*stub provided by Compiler Explorer*/} |
|
binaryHideFuncRe=^(_.*|call_gmon_start|(de)?register_tm_clones|frame_dummy|.*@plt.*)$
|
|
|