about summary refs log tree commit diff
path: root/src/test/debuginfo/method-on-struct.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/debuginfo/method-on-struct.rs')
-rw-r--r--src/test/debuginfo/method-on-struct.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/debuginfo/method-on-struct.rs b/src/test/debuginfo/method-on-struct.rs
index 5e47d32e376..ca00587ba44 100644
--- a/src/test/debuginfo/method-on-struct.rs
+++ b/src/test/debuginfo/method-on-struct.rs
@@ -146,3 +146,6 @@ fn main() {
 }
 
 fn zzz() {()}
+
+impl Copy for Struct {}
+