about summary refs log tree commit diff
path: root/compiler/rustc_next_trait_solver/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_next_trait_solver/Cargo.toml')
-rw-r--r--compiler/rustc_next_trait_solver/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_next_trait_solver/Cargo.toml b/compiler/rustc_next_trait_solver/Cargo.toml
index 36d53901d9e..05bcabad02f 100644
--- a/compiler/rustc_next_trait_solver/Cargo.toml
+++ b/compiler/rustc_next_trait_solver/Cargo.toml
@@ -15,6 +15,7 @@ tracing = "0.1"
 # tidy-alphabetical-end
 
 [features]
+# tidy-alphabetical-start
 default = ["nightly"]
 nightly = [
     "dep:rustc_data_structures",
@@ -22,3 +23,4 @@ nightly = [
     "rustc_index/nightly",
     "rustc_type_ir/nightly",
 ]
+# tidy-alphabetical-end