about summary refs log tree commit diff
path: root/src/test/debug-info/tuple-struct.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-09-02 02:05:45 -0700
committerbors <bors@rust-lang.org>2013-09-02 02:05:45 -0700
commit7ff102a685de250eeecc77eb8a6d82cd25c1d8a5 (patch)
tree405d5a8e5fc03aed0c7979debf4cb9c4d75b30a3 /src/test/debug-info/tuple-struct.rs
parent6a3dd30afe64f2d9f10a68ebc178ce22d8c90075 (diff)
parent67a8ea521a81bbc7e2cab893d778eaaa8d34bb6c (diff)
downloadrust-7ff102a685de250eeecc77eb8a6d82cd25c1d8a5.tar.gz
rust-7ff102a685de250eeecc77eb8a6d82cd25c1d8a5.zip
auto merge of #8927 : thestinger/rust/repr, r=huonw
Diffstat (limited to 'src/test/debug-info/tuple-struct.rs')
-rw-r--r--src/test/debug-info/tuple-struct.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/debug-info/tuple-struct.rs b/src/test/debug-info/tuple-struct.rs
index 1368053f48c..762b8dcb38f 100644
--- a/src/test/debug-info/tuple-struct.rs
+++ b/src/test/debug-info/tuple-struct.rs
@@ -34,7 +34,8 @@
 
 
 // This test case mainly makes sure that no field names are generated for tuple structs (as opposed
-// to all fields having the name "__field__"). Otherwise they are handled the same a normal structs.
+// to all fields having the name "<unnamed_field>"). Otherwise they are handled the same a normal
+// structs.
 
 struct NoPadding16(u16, i16);
 struct NoPadding32(i32, f32, u32);