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 50d8e9f commit 368daf8Copy full SHA for 368daf8
src/comp/rustc.rc
@@ -5,7 +5,7 @@
5
uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf",
6
url = "http://rust-lang.org/src/rustc")];
7
8
-#[desc = "The Rust compiler"];
+#[comment = "The Rust compiler"];
9
#[license = "MIT"];
10
#[crate_type = "lib"];
11
src/rustdoc/rustdoc.rc
uuid = "f8abd014-b281-484d-a0c3-26e3de8e2412",
url = "http://rust-lang.org/doc/rustdoc")];
-#[desc = "The Rust documentation generator"];
+#[comment = "The Rust documentation generator"];
#[crate_type = "bin"];
0 commit comments