1 2 3 4 5 6
#[test] fn derive_bot_commands_ui() { let tests = trybuild::TestCases::new(); tests.pass("tests/ui/pass/*.rs"); tests.compile_fail("tests/ui/fail/*.rs"); }