Skip to content

Commit 03d9122

Browse files
committed
---
yaml --- r: 3465 b: refs/heads/master c: d4b5b48 h: refs/heads/master i: 3463: e92acc7 v: v3
1 parent b0e6c48 commit 03d9122

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 29afe1a518dac8bcaae3f2e9e9b246193fb6868d
2+
refs/heads/master: d4b5b48e0a738dcb1b3d76295b525cd9147f64cb

trunk/src/comp/back/link.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ fn build_link_meta(&session::session sess, &ast::crate c,
298298
// FIXME: Should probably warn about duplicate name items
299299
name = some(v);
300300
}
301-
case (ast::meta_name_value("value", ?v)) {
301+
case (ast::meta_name_value("vers", ?v)) {
302302
// FIXME: Should probably warn about duplicate value items
303303
vers = some(v);
304304
}

0 commit comments

Comments
 (0)