summaryrefslogtreecommitdiff
path: root/tests/get.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/get.rs')
-rw-r--r--tests/get.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/get.rs b/tests/get.rs
index 937ddf5..8ff2c24 100644
--- a/tests/get.rs
+++ b/tests/get.rs
@@ -10,6 +10,7 @@ fn trybuild() {
tests.compile_fail(testcase!("unit-struct.rs"));
tests.compile_fail(testcase!("tuple-struct-without-attribute.rs"));
tests.compile_fail(testcase!("invalid-attribute.rs"));
+ tests.compile_fail(testcase!("hidden-field.rs"));
}
mod get {