Update FIXME comment
Co-authored-by: Wesley Wiser <wwiser@gmail.com>
This commit is contained in:
parent
f7bfd74f63
commit
d39bc1a7aa
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
#[no_mangle]
|
#[no_mangle]
|
||||||
pub static TEST: u64 = 0xdeadbeef;
|
pub static TEST: u64 = 0xdeadbeef;
|
||||||
|
|
||||||
// FIXME: uncommenting this namespace breaks the test, and we're not sure why
|
// FIXME(rylev, wesleywiser): uncommenting this item breaks the test, and we're not sure why
|
||||||
// pub static OTHER_TEST: u64 = 43;
|
// pub static OTHER_TEST: u64 = 43;
|
||||||
pub mod namespace {
|
pub mod namespace {
|
||||||
pub static OTHER_TEST: u64 = 42;
|
pub static OTHER_TEST: u64 = 42;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue