1
Fork 0

unstable --playground-url, add test code

This commit is contained in:
Liigo Zhuang 2016-11-28 12:49:33 +08:00
parent c1a6f17031
commit 943bf96300
2 changed files with 28 additions and 4 deletions

View file

@ -162,10 +162,10 @@ pub fn opts() -> Vec<RustcOptGroup> {
unstable(optmulti("Z", "",
"internal and debugging options (only on nightly build)", "FLAG")),
stable(optopt("", "sysroot", "Override the system root", "PATH")),
stable(optopt("", "playground-url",
"URL to send code snippets to, may be reset by --markdown-playground-url \
or `#![doc(html_playground_url=...)]`",
"URL")),
unstable(optopt("", "playground-url",
"URL to send code snippets to, may be reset by --markdown-playground-url \
or `#![doc(html_playground_url=...)]`",
"URL")),
]
}