diff options
author | Matt Godbolt <mgodbolt@drw.com> | 2016-12-19 20:35:02 -0600 |
---|---|---|
committer | Matt Godbolt <mgodbolt@drw.com> | 2016-12-19 20:35:02 -0600 |
commit | c82915e3749f399c99b6842e435de327ff5e5cb1 (patch) | |
tree | 6320dae6dfed7e63cd928e1c31406ec03f319d9f /lib/compilers/rust.js | |
parent | 2f411c87d4529d7f46aa2edd10f9f273aae0fe94 (diff) | |
download | compiler-explorer-c82915e3749f399c99b6842e435de327ff5e5cb1.tar.gz compiler-explorer-c82915e3749f399c99b6842e435de327ff5e5cb1.zip |
Fix rust (maybe)
Diffstat (limited to 'lib/compilers/rust.js')
-rw-r--r-- | lib/compilers/rust.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compilers/rust.js b/lib/compilers/rust.js index e4c4b0bea..671a691d6 100644 --- a/lib/compilers/rust.js +++ b/lib/compilers/rust.js @@ -34,6 +34,7 @@ function compileRust(info, env) { options = options.concat(['--crate-type', 'staticlib']); return options; }; + return compiler; } module.exports = compileRust;
\ No newline at end of file |