mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 20:53:06 +00:00
a3169ac17b
Signed-off-by: Torstein Grindvik <torstein.grindvik@nordicsemi.no>
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");
|
|
}
|