]> git.lizzy.rs Git - rust.git/blobdiff - src/test/debuginfo/no_mangle-info.rs
Rollup merge of #96334 - devnexen:socket_mark, r=dtolnay
[rust.git] / src / test / debuginfo / no_mangle-info.rs
index 0b058b0827e3a8a6d71292a54392f28f0bb76e39..e22d368745f56558507c5a8607d9f7ee2b04ee44 100644 (file)
@@ -1,4 +1,5 @@
 // compile-flags:-g
+// min-gdb-version: 10.1
 
 // === GDB TESTS ===================================================================================
 // gdb-command:run
@@ -27,7 +28,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;