1 2 3 4 5 6 7 8
//! Macro tests //! //! Tests for the timing_test! and timing_test_checked! proc macros. #[path = "macros/compile_errors.rs"] mod compile_errors; #[path = "macros/syntax.rs"] mod syntax;