Skip to content

Commit

Permalink
Add comment about issue caused with multiple statics
Browse files Browse the repository at this point in the history
  • Loading branch information
rylev committed Jun 21, 2022
1 parent e5402e4 commit 1a25ac9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/debuginfo/no_mangle-info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
#[no_mangle]
pub static TEST: u64 = 0xdeadbeef;

// FIXME: uncommenting this namespace breaks the test, and we're not sure why
// pub static OTHER_TEST: u64 = 43;
pub mod namespace {
pub static OTHER_TEST: u64 = 42;
}
Expand Down

0 comments on commit 1a25ac9

Please sign in to comment.