diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-07-01 12:51:46 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-07-01 12:51:46 -0700 |
| commit | a34b61fb1522cab29f87adb79fa1be2a8984ff09 (patch) | |
| tree | 1fffce837f36546a032b02e7948b0fec8c1e5963 /src/comp/back | |
| parent | 021b203fc6f0c45d73f12da058ffbd227a0de3e0 (diff) | |
| download | rust-a34b61fb1522cab29f87adb79fa1be2a8984ff09.tar.gz rust-a34b61fb1522cab29f87adb79fa1be2a8984ff09.zip | |
Add some FIXMEs for issue #607
Diffstat (limited to 'src/comp/back')
| -rw-r--r-- | src/comp/back/link.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comp/back/link.rs b/src/comp/back/link.rs index 0c016afd975..562b029dfe8 100644 --- a/src/comp/back/link.rs +++ b/src/comp/back/link.rs @@ -332,6 +332,7 @@ fn build_link_meta(&session::session sess, &ast::crate c, sha.input_str(len_and_str(name)); } case (ast::meta_list(_, _)) { + // FIXME (#607): Implement this fail "unimplemented meta_item variant"; } } |
