From 488eb4209e0e9f829e1a78516ac13c21d13df0d2 Mon Sep 17 00:00:00 2001 From: reez12g Date: Wed, 5 Oct 2022 09:53:49 +0900 Subject: [PATCH] Temporarily reinstate doctest=false --- compiler/rustc_ast_lowering/Cargo.toml | 1 + compiler/rustc_builtin_macros/Cargo.toml | 1 + compiler/rustc_expand/Cargo.toml | 1 + compiler/rustc_infer/Cargo.toml | 1 + compiler/rustc_middle/Cargo.toml | 1 + compiler/rustc_query_impl/Cargo.toml | 1 + 6 files changed, 6 insertions(+) diff --git a/compiler/rustc_ast_lowering/Cargo.toml b/compiler/rustc_ast_lowering/Cargo.toml index 5554fcd29bd..ce1c8d4997d 100644 --- a/compiler/rustc_ast_lowering/Cargo.toml +++ b/compiler/rustc_ast_lowering/Cargo.toml @@ -4,6 +4,7 @@ version = "0.0.0" edition = "2021" [lib] +doctest = false [dependencies] rustc_arena = { path = "../rustc_arena" } diff --git a/compiler/rustc_builtin_macros/Cargo.toml b/compiler/rustc_builtin_macros/Cargo.toml index 5ac45c321c4..6469d0d7b88 100644 --- a/compiler/rustc_builtin_macros/Cargo.toml +++ b/compiler/rustc_builtin_macros/Cargo.toml @@ -4,6 +4,7 @@ version = "0.0.0" edition = "2021" [lib] +doctest = false [dependencies] rustc_ast = { path = "../rustc_ast" } diff --git a/compiler/rustc_expand/Cargo.toml b/compiler/rustc_expand/Cargo.toml index f665f21d486..4ee7b6c42bb 100644 --- a/compiler/rustc_expand/Cargo.toml +++ b/compiler/rustc_expand/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" build = false [lib] +doctest = false [dependencies] rustc_serialize = { path = "../rustc_serialize" } diff --git a/compiler/rustc_infer/Cargo.toml b/compiler/rustc_infer/Cargo.toml index fb53d360c4e..aced787d671 100644 --- a/compiler/rustc_infer/Cargo.toml +++ b/compiler/rustc_infer/Cargo.toml @@ -4,6 +4,7 @@ version = "0.0.0" edition = "2021" [lib] +doctest = false [dependencies] tracing = "0.1" diff --git a/compiler/rustc_middle/Cargo.toml b/compiler/rustc_middle/Cargo.toml index c0e16e7dd82..cca17a4eccd 100644 --- a/compiler/rustc_middle/Cargo.toml +++ b/compiler/rustc_middle/Cargo.toml @@ -4,6 +4,7 @@ version = "0.0.0" edition = "2021" [lib] +doctest = false [dependencies] bitflags = "1.2.1" diff --git a/compiler/rustc_query_impl/Cargo.toml b/compiler/rustc_query_impl/Cargo.toml index 319c749edc0..e7f12caaf33 100644 --- a/compiler/rustc_query_impl/Cargo.toml +++ b/compiler/rustc_query_impl/Cargo.toml @@ -4,6 +4,7 @@ version = "0.0.0" edition = "2021" [lib] +doctest = false [dependencies] measureme = "10.0.0"