Update FIXME comment

Co-authored-by: Wesley Wiser <wwiser@gmail.com>
This commit is contained in:
Ryan Levick 2022-06-23 12:02:07 +02:00 committed by Ryan Levick
parent f7bfd74f63
commit d39bc1a7aa

View File

@ -27,7 +27,7 @@
#[no_mangle]
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 mod namespace {
pub static OTHER_TEST: u64 = 42;