Merge pull request #289 from RalfJung/c
don't force-on c feature when working in rustc workspace
This commit is contained in:
commit
e0e54ded96
|
@ -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