leptos_macro 0.6.13

view macro for the Leptos web framework.
Documentation
1
2
3
4
5
6
7
#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/component.rs");
    t.compile_fail("tests/ui/component_absolute.rs");
    t.compile_fail("tests/ui/server.rs");
}