mirror of
https://github.com/openharmony/third_party_rust_proc-macro-error.git
synced 2026-07-21 03:45:26 -04:00
c146480470
rustversion depends on syn(full) so it had to be ditched, but it worth it
9 lines
156 B
Rust
9 lines
156 B
Rust
extern crate trybuild;
|
|
|
|
#[cfg_attr(skip_ui_tests, ignore)]
|
|
#[test]
|
|
fn ui() {
|
|
let t = trybuild::TestCases::new();
|
|
t.compile_fail("tests/ui/*.rs");
|
|
}
|