floxide-macros 3.2.2

A directed graph workflow system in Rust
Documentation
1
2
3
4
5
6
7
8
use trybuild::TestCases;

#[test]
// Checks that a type mismatch between connected nodes produces an error mentioning both node names.
fn type_mismatch() {
    let t = TestCases::new();
    t.compile_fail("tests/ui/type_mismatch.rs");
}