We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6aab0 commit 5e0eca7Copy full SHA for 5e0eca7
Cargo.toml
@@ -11,18 +11,16 @@ version = "0.2.0"
11
edition = "2018"
12
13
[features]
14
-# only used to run our test suite
15
-default = ['stable']
16
-stable = []
+default = []
+
+# This tells the compiler to assume that a Nightly toolchain is being used and
17
+# that it should activate any useful Nightly things accordingly.
18
+unstable = []
19
20
# Generate tests which are random inputs and the outputs are calculated with
21
# musl libc.
22
musl-reference-tests = ['rand']
23
-# Used checked array indexing instead of unchecked array indexing in this
-# library.
24
-checked = []
25
-
26
[workspace]
27
members = [
28
"crates/compiler-builtins-smoke-test",
0 commit comments