about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorRyan Levick <rylev@users.noreply.github.com>2022-06-23 12:02:07 +0200
committerRyan Levick <me@ryanlevick.com>2022-08-04 10:39:35 +0200
commitd39bc1a7aa0f86ef86dc6c81256bdad5fc6e4342 (patch)
treeba4f8ce458a9bd4c7e49837d35e642287a34ff2d /src/test
parentf7bfd74f63730297eb7066a7c69a2bd775a7aa6a (diff)
downloadrust-d39bc1a7aa0f86ef86dc6c81256bdad5fc6e4342.tar.gz
rust-d39bc1a7aa0f86ef86dc6c81256bdad5fc6e4342.zip
Update FIXME comment
Co-authored-by: Wesley Wiser <wwiser@gmail.com>
Diffstat (limited to 'src/test')
-rw-r--r--src/test/debuginfo/no_mangle-info.rs2
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;