We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d1685 commit 592eed3Copy full SHA for 592eed3
gtk4-macros/tests/compile.rs
@@ -3,6 +3,7 @@
3
#[test]
4
fn failures() {
5
let t = trybuild2::TestCases::new();
6
+ #[cfg(feature = "xml_validation")]
7
t.compile_fail_check_sub(
8
"tests/compile-fail/composite-template-bad-xml.rs",
9
"error: Failed reading template XML",
@@ -19,6 +20,7 @@ fn failures() {
19
20
"tests/compile-fail/composite-template-missing-fq-child-attr.rs",
21
"error: field `label` with type `TemplateChild` possibly missing #[template_child] attribute",
22
);
23
24
25
"tests/compile-fail/composite-template-missing-id.rs",
26
"error: Template child with id `label` not found in template XML",
0 commit comments