From 23d325ed0d27f2b31c5442ce5d6ff26195c72025 Mon Sep 17 00:00:00 2001 From: Ryan Levick Date: Thu, 23 Jun 2022 12:02:07 +0200 Subject: [PATCH] Update FIXME comment Co-authored-by: Wesley Wiser --- src/test/debuginfo/no_mangle-info.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/debuginfo/no_mangle-info.rs b/src/test/debuginfo/no_mangle-info.rs index 0b058b0827e3a..3a261e197aa5d 100644 --- a/src/test/debuginfo/no_mangle-info.rs +++ b/src/test/debuginfo/no_mangle-info.rs @@ -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;