Merge pull request #751 from mattico/update-playpen-bt

Fix rust playground execute API
This commit is contained in:
Matt Ickstadt 2018-07-30 19:18:18 -05:00 committed by GitHub
commit 76c1c9e0a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -101,7 +101,8 @@ function playpen_text(playpen) {
crateType: "bin",
tests: false,
code: text,
}
backtrace: false,
};
if (text.indexOf("#![feature") !== -1) {
params.channel = "nightly";