mirror of
https://gitee.com/openharmony/third_party_rust_quote
synced 2024-11-23 07:10:01 +00:00
8 lines
166 B
Rust
8 lines
166 B
Rust
#[rustversion::attr(not(nightly), ignore)]
|
|
#[cfg_attr(miri, ignore)]
|
|
#[test]
|
|
fn ui() {
|
|
let t = trybuild::TestCases::new();
|
|
t.compile_fail("tests/ui/*.rs");
|
|
}
|