From 546492b69a3e6c8302b51cdc30724a1632396dcf Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Tue, 14 May 2019 17:57:42 +0200 Subject: [PATCH] don't force-on c feature when working in rustc workspace --- library/compiler-builtins/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/compiler-builtins/Cargo.toml b/library/compiler-builtins/Cargo.toml index a05825a6122b..ec9fc13f2038 100644 --- a/library/compiler-builtins/Cargo.toml +++ b/library/compiler-builtins/Cargo.toml @@ -58,7 +58,7 @@ mangled-names = [] no-lang-items = [] # Only used in the compiler's build system -rustc-dep-of-std = ['c', 'compiler-builtins', 'core'] +rustc-dep-of-std = ['compiler-builtins', 'core'] [[example]] name = "intrinsics"