You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the new version of rustup to manage toolchains, but I don't think that is important here. Just in case: rustup --version:
rustup 0.1.12 (c6e430a 2016-05-12)
Attempting to use the '-Z ast-json' option to nightly fails to print any output.
Steps to reproduce:
I expected to see this happen: JSON output to the terminal
Instead, this happened: Nothing is printed to stdout
Meta
rustc --version --verbose
:rustc 1.10.0-nightly (476fe6e 2016-05-21)
binary: rustc
commit-hash: 476fe6e
commit-date: 2016-05-21
host: x86_64-apple-darwin
release: 1.10.0-nightly
I am using the new version of rustup to manage toolchains, but I don't think that is important here. Just in case:
rustup --version
:rustup 0.1.12 (c6e430a 2016-05-12)
rustup show
:installed toolchains
stable-x86_64-apple-darwin
beta-x86_64-apple-darwin
nightly-x86_64-apple-darwin (default)
active toolchain
nightly-x86_64-apple-darwin (default)
rustc 1.10.0-nightly (476fe6e 2016-05-21)
The text was updated successfully, but these errors were encountered: