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 cdbfde4 commit c3a17a7Copy full SHA for c3a17a7
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: b727d079ed211b35cbea7184c1b4cf7927e00350
+refs/heads/master: 99301ff8303b6a0a21bb3aca9b0efb73b064ac2d
trunk/src/test/run-pass/item-attributes.rs
@@ -1,5 +1,11 @@
// xfail-stage0
3
+// These are are attributes of the following mod
4
+#[attr1 = "val"]
5
+#[attr2 = "val"]
6
+mod test_first_item_in_file_mod {
7
+}
8
+
9
mod test_single_attr_outer {
10
11
#[attr = "val"]
0 commit comments