We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a25ac9 commit 23d325eCopy full SHA for 23d325e
src/test/debuginfo/no_mangle-info.rs
@@ -27,7 +27,7 @@
27
#[no_mangle]
28
pub static TEST: u64 = 0xdeadbeef;
29
30
-// 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
31
// pub static OTHER_TEST: u64 = 43;
32
pub mod namespace {
33
pub static OTHER_TEST: u64 = 42;
0 commit comments