mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-17 06:08:26 +00:00
5 lines
114 B
Rust
5 lines
114 B
Rust
#[test]
|
|
fn rsx() {
|
|
let t = trybuild::TestCases::new();
|
|
t.compile_fail("tests/rsx/trailing-comma-0.rs");
|
|
}
|