mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-21 12:07:31 +00:00
don't force-on c feature when working in rustc workspace
This commit is contained in:
parent
3a8b5e0244
commit
546492b69a
@ -58,7 +58,7 @@ mangled-names = []
|
|||||||
no-lang-items = []
|
no-lang-items = []
|
||||||
|
|
||||||
# Only used in the compiler's build system
|
# Only used in the compiler's build system
|
||||||
rustc-dep-of-std = ['c', 'compiler-builtins', 'core']
|
rustc-dep-of-std = ['compiler-builtins', 'core']
|
||||||
|
|
||||||
[[example]]
|
[[example]]
|
||||||
name = "intrinsics"
|
name = "intrinsics"
|
||||||
|
Loading…
Reference in New Issue
Block a user