We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5402e4 commit 1a25ac9Copy full SHA for 1a25ac9
src/test/debuginfo/no_mangle-info.rs
@@ -27,6 +27,8 @@
27
#[no_mangle]
28
pub static TEST: u64 = 0xdeadbeef;
29
30
+// FIXME: uncommenting this namespace 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;
34
}
0 commit comments