]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
adjust for more backtrace pruning
[rust.git] / Cargo.toml
index af73a7af31c712d0c29cf2ab4d72c1d93d9a8bae..208b3a764436f67104c8e0e364213e311dfc2b58 100644 (file)
@@ -54,6 +54,8 @@ harness = false
 
 [features]
 default = ["stack-cache"]
-# Will be enabled on CI via `--all-features`.
-expensive-debug-assertions = []
 stack-cache = []
+
+# Be aware that this file is inside a workspace when used via the
+# submodule in the rustc repo. That means there are many cargo features
+# we cannot use, such as profiles.