swap stable to be unstable, checked is now debug_assertions
This commit is contained in:
parent
dc6aab0ef0
commit
5e0eca75fb
12
Cargo.toml
12
Cargo.toml
@ -11,18 +11,16 @@ version = "0.2.0"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
# only used to run our test suite
|
default = []
|
||||||
default = ['stable']
|
|
||||||
stable = []
|
# This tells the compiler to assume that a Nightly toolchain is being used and
|
||||||
|
# that it should activate any useful Nightly things accordingly.
|
||||||
|
unstable = []
|
||||||
|
|
||||||
# Generate tests which are random inputs and the outputs are calculated with
|
# Generate tests which are random inputs and the outputs are calculated with
|
||||||
# musl libc.
|
# musl libc.
|
||||||
musl-reference-tests = ['rand']
|
musl-reference-tests = ['rand']
|
||||||
|
|
||||||
# Used checked array indexing instead of unchecked array indexing in this
|
|
||||||
# library.
|
|
||||||
checked = []
|
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
"crates/compiler-builtins-smoke-test",
|
"crates/compiler-builtins-smoke-test",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user