xref: /third_party/rust/crates/proc-macro-error/tests/macro-errors.rs
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/proc-macro-error/tests/
1ea88969fSopenharmony_ciextern crate trybuild;
2ea88969fSopenharmony_ci
3ea88969fSopenharmony_ci#[cfg_attr(skip_ui_tests, ignore)]
4ea88969fSopenharmony_ci#[test]
5ea88969fSopenharmony_cifn ui() {
6ea88969fSopenharmony_ci    let t = trybuild::TestCases::new();
7ea88969fSopenharmony_ci    t.compile_fail("tests/ui/*.rs");
8ea88969fSopenharmony_ci}
9

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