xref: /third_party/rust/crates/cxx/tests/compiletest.rs (revision 33d722a9)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/cxx/tests/
1#[allow(unused_attributes)]
2#[rustversion::attr(not(nightly), ignore)]
3#[cfg_attr(skip_ui_tests, ignore)]
4#[cfg_attr(miri, ignore)]
5#[test]
6fn ui() {
7    let t = trybuild::TestCases::new();
8    t.compile_fail("tests/ui/*.rs");
9}
10

Indexes created Thu Nov 07 10:32:03 CST 2024