Skip to content

Instantly share code, notes, and snippets.

@CarlKCarlK
Created October 19, 2022 21:22
Show Gist options
  • Save CarlKCarlK/6da41ac852c78b4899ef10db2ba2128c to your computer and use it in GitHub Desktop.
Save CarlKCarlK/6da41ac852c78b4899ef10db2ba2128c to your computer and use it in GitHub Desktop.
#[test]
fn ui() {
let t = trybuild::TestCases::new();
t.compile_fail("tests/ui/*.rs");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment