]> git.lizzy.rs Git - rust.git/commit
Remove JSBackend from config.toml
authorHadley Canine <hadley@foxular.net>
Tue, 5 Mar 2019 14:52:38 +0000 (14:52 +0000)
committerGitHub <noreply@github.com>
Tue, 5 Mar 2019 14:52:38 +0000 (14:52 +0000)
commitc0cef3344f4bf0681c9bc4737abe6ce8efebd621
tree0ce9de904c0c43cc70a964e83830a7f046bc372c
parentf22dca0a1bef4141e75326caacc3cd59f3d5be8e
Remove JSBackend from config.toml

JSBackend is implied when building the emscripten backend, and not available for the standard llvm backend.  This commit also puts the example config in sync with the defaults in src/bootstrap/native.rs
config.toml.example