Skip to content

Commit 23d325e

Browse files
rylevwesleywiser
andauthored
Update FIXME comment
Co-authored-by: Wesley Wiser <[email protected]>
1 parent 1a25ac9 commit 23d325e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/debuginfo/no_mangle-info.rs

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

30-
// FIXME: uncommenting this namespace breaks the test, and we're not sure why
30+
// FIXME(rylev, wesleywiser): uncommenting this item breaks the test, and we're not sure why
3131
// pub static OTHER_TEST: u64 = 43;
3232
pub mod namespace {
3333
pub static OTHER_TEST: u64 = 42;

0 commit comments

Comments
 (0)