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 1dcdf9c commit e476ee3Copy full SHA for e476ee3
compiler/rustc_abi/Cargo.toml
@@ -20,7 +20,7 @@ tracing = "0.1"
20
[features]
21
# tidy-alphabetical-start
22
default = ["nightly", "randomize"]
23
-# rust-analyzer depends on this crate and we therefore require it to built on a stable toolchain
+# rust-analyzer depends on this crate and we therefore require it to be built on a stable toolchain
24
# without depending on rustc_data_structures, rustc_macros and rustc_serialize
25
nightly = [
26
"dep:rustc_data_structures",
0 commit comments