Skip to content

Commit 1a25ac9

Browse files
committed
Add comment about issue caused with multiple statics
1 parent e5402e4 commit 1a25ac9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/debuginfo/no_mangle-info.rs

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
#[no_mangle]
2828
pub static TEST: u64 = 0xdeadbeef;
2929

30+
// FIXME: uncommenting this namespace breaks the test, and we're not sure why
31+
// pub static OTHER_TEST: u64 = 43;
3032
pub mod namespace {
3133
pub static OTHER_TEST: u64 = 42;
3234
}

0 commit comments

Comments
 (0)