Skip to content

Commit

Permalink
Update FIXME comment
Browse files Browse the repository at this point in the history
Co-authored-by: Wesley Wiser <wwiser@gmail.com>
  • Loading branch information
rylev and wesleywiser authored Jun 23, 2022
1 parent 1a25ac9 commit 23d325e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/debuginfo/no_mangle-info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 23d325e

Please sign in to comment.