From e04658acc1066f915430ea8558be3823b0113f73 Mon Sep 17 00:00:00 2001 From: gftea <1705787+gftea@users.noreply.github.com> Date: Sat, 14 Jan 2023 21:34:23 +0100 Subject: fix examples for rustc 1.68.0-nightly (935dc0721 2022-12-19) (#1556) (#1557) Co-authored-by: Yuki Okushi Closes https://github.com/rust-lang/rustc-dev-guide/issues/1556 --- .../rustc-dev-guide/examples/rustc-driver-interacting-with-the-ast.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/doc/rustc-dev-guide/examples/rustc-driver-interacting-with-the-ast.rs') diff --git a/src/doc/rustc-dev-guide/examples/rustc-driver-interacting-with-the-ast.rs b/src/doc/rustc-dev-guide/examples/rustc-driver-interacting-with-the-ast.rs index 231994a97d1..07b09e9df76 100644 --- a/src/doc/rustc-dev-guide/examples/rustc-driver-interacting-with-the-ast.rs +++ b/src/doc/rustc-dev-guide/examples/rustc-driver-interacting-with-the-ast.rs @@ -3,7 +3,7 @@ // NOTE: For the example to compile, you will need to first run the following: // rustup component add rustc-dev llvm-tools-preview -// version: 1.62.0-nightly (7c4b47696 2022-04-30) +// version: rustc 1.68.0-nightly (935dc0721 2022-12-19) extern crate rustc_ast_pretty; extern crate rustc_error_codes; @@ -43,7 +43,6 @@ fn main() { "# .to_string(), }, - diagnostic_output: rustc_session::DiagnosticOutput::Default, crate_cfg: rustc_hash::FxHashSet::default(), crate_check_cfg: CheckCfg::default(), input_path: None, -- cgit 1.4.1-3-g733a5