1 2 3 4 5 6
//! Test that the debug macro generates compilable code. #[test] fn dbg() { let t = trybuild::TestCases::new(); t.pass("tests/dbg/success.rs"); }