summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-10-28 22:56:54 +0000
committerbors <bors@rust-lang.org>2019-10-28 22:56:54 +0000
commit2191ef7eee2f0d7bb006d2174ba5bdd4057fd3c4 (patch)
tree8d227bd558812f88af2311763879e879d1495e8e /info.toml
parent4c2cf6da755efe02725e05ecc3a303304c10a6da (diff)
parent1c4c8764ed118740cd4cee73272ddc6cceb9d959 (diff)
Auto merge of #219 - vyaslav:master, r=fmoko
Added exercise for struct update syntax Added one exercise for struct update syntax `struct2.rs`
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/info.toml b/info.toml
index 08114de..5e35334 100644
--- a/info.toml
+++ b/info.toml
@@ -82,6 +82,10 @@ mode = "compile"
path = "exercises/structs/structs1.rs"
mode = "test"
+[[exercises]]
+path = "exercises/structs/structs2.rs"
+mode = "test"
+
# TESTS
[[exercises]]