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 2815339 commit 9acec26Copy full SHA for 9acec26
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 22be98264e7af16d1869348e938de5b3bcd401a7
+refs/heads/master: 021b203fc6f0c45d73f12da058ffbd227a0de3e0
trunk/src/comp/front/attr.rs
@@ -28,8 +28,7 @@ fn find_linkage_metas(vec[ast::attribute] attrs) -> vec[@ast::meta_item] {
28
metas += items;
29
}
30
case (_) {
31
- // FIXME: Maybe need a warning that this attr isn't
32
- // being used for linkage
+ log "ignoring link attribute that has incorrect type";
33
34
35
0 commit comments