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 455faae commit 61dbdfaCopy full SHA for 61dbdfa
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 814beaafdfe13560da41f83136eaa4434fc3fb43
+refs/heads/master: 60023047a4caf2c997d7caad0cd82e0c9333e465
trunk/src/comp/rustc.rc
@@ -1,10 +1,10 @@
// -*- rust -*-
3
4
-meta export (name = "rustc",
5
- uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf",
6
- url = "http://rust-lang.org/src/rustc",
7
- vers = "0.1");
+#[name = "rustc"];
+#[vers = "0.1"];
+#[uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf"];
+#[url = "http://rust-lang.org/src/rustc"];
8
9
meta (desc = "The Rust compiler",
10
license = "BSD");
0 commit comments