Skip to content
Snippets Groups Projects
Unverified Commit ddd66219 authored by Samuel Bronson's avatar Samuel Bronson Committed by GitHub
Browse files

Update rust.default.properties (#4053)

`rustfilt` ended up at a different path for me, and the "absolute path as compiler name" compatibility kludge seems not to work anymore.

(Also, this way it matters less where rustc is installed.)
parent 00ea739a
No related branches found
No related tags found
No related merge requests found
compilers=/usr/local/bin/rustc compilers=rustc
supportsBinary=true supportsBinary=true
compilerType=rust compilerType=rust
demangler=${ceToolsPath}/rust/bin/rustfilt demangler=${ceToolsPath}/rust/target/release/rustfilt
objdumper=objdump objdumper=objdump
stubRe=\bmain\b stubRe=\bmain\b
stubText=pub fn main() {/*stub provided by Compiler Explorer*/} stubText=pub fn main() {/*stub provided by Compiler Explorer*/}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment