dioxus/packages/core-macro/tests/rsx.rs

6 lines
114 B
Rust
Raw Normal View History

#[test]
fn rsx() {
let t = trybuild::TestCases::new();
t.compile_fail("tests/rsx/trailing-comma-0.rs");
}