From 15e0d8bdb1f81be314114e78e4ff507a97e8ce33 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Fri, 4 Jun 2021 16:36:40 +0200 Subject: Remove support for -Zast-json and -Zast-json-noexpand --- compiler/rustc_session/src/options.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'compiler/rustc_session/src/options.rs') diff --git a/compiler/rustc_session/src/options.rs b/compiler/rustc_session/src/options.rs index 66198dff2ae..ae32fd2dee9 100644 --- a/compiler/rustc_session/src/options.rs +++ b/compiler/rustc_session/src/options.rs @@ -1207,10 +1207,6 @@ options! { assert_incr_state: Option = (None, parse_opt_string, [UNTRACKED], "assert that the incremental cache is in given state: \ either `loaded` or `not-loaded`."), - ast_json: bool = (false, parse_bool, [UNTRACKED], - "print the AST as JSON and halt (default: no)"), - ast_json_noexpand: bool = (false, parse_bool, [UNTRACKED], - "print the pre-expansion AST as JSON and halt (default: no)"), binary_dep_depinfo: bool = (false, parse_bool, [TRACKED], "include artifacts (sysroot, crate dependencies) used during compilation in dep-info \ (default: no)"), -- cgit 1.4.1-3-g733a5