diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/debuginfo/no_mangle-info.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/debuginfo/no_mangle-info.rs b/src/test/debuginfo/no_mangle-info.rs index 0b058b0827e..3a261e197aa 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; |
