diff options
author | Matt Godbolt <mgodbolt@drw.com> | 2016-12-19 20:55:32 -0600 |
---|---|---|
committer | Matt Godbolt <mgodbolt@drw.com> | 2016-12-19 20:55:32 -0600 |
commit | 4839c9f5e6c227f5835f8c8b7e97e48bd4a593ee (patch) | |
tree | 6c4ce2b965ec8990c851753225859ad3b5078e15 /lib/compilers/rust.js | |
parent | d37dc9784475e597604891c6df5d20dc1ba3cfbf (diff) | |
download | compiler-explorer-4839c9f5e6c227f5835f8c8b7e97e48bd4a593ee.tar.gz compiler-explorer-4839c9f5e6c227f5835f8c8b7e97e48bd4a593ee.zip |
More fixes
Diffstat (limited to 'lib/compilers/rust.js')
-rw-r--r-- | lib/compilers/rust.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compilers/rust.js b/lib/compilers/rust.js index c980143f7..35e8fb276 100644 --- a/lib/compilers/rust.js +++ b/lib/compilers/rust.js @@ -36,7 +36,7 @@ function compileRust(info, env) { options = options.concat(['--crate-type', 'rlib']); return options; }; - return compiler; + return compiler.initialise(); } module.exports = compileRust;
\ No newline at end of file |