Add comment about issue caused with multiple statics
This commit is contained in:
parent
4fd0a7e30a
commit
f7bfd74f63
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@
|
|||
#[no_mangle]
|
||||
pub static TEST: u64 = 0xdeadbeef;
|
||||
|
||||
// FIXME: uncommenting this namespace breaks the test, and we're not sure why
|
||||
// pub static OTHER_TEST: u64 = 43;
|
||||
pub mod namespace {
|
||||
pub static OTHER_TEST: u64 = 42;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue