Sign in
android
/
platform
/
external
/
rust
/
crates
/
proc-macro-error
/
cd2ce0a2e0b1b4f12f9cd7f30e76903d78765290
/
.
/
tests
/
macro-errors.rs
blob: dd60f88a80e75eb21407d5234340613c760c4997 [
file
] [
log
] [
blame
]
extern
crate trybuild
;
#[
cfg_attr
(
skip_ui_tests
,
ignore
)]
#[
test
]
fn
ui
()
{
let
t
=
trybuild
::
TestCases
::
new
();
t
.
compile_fail
(
"tests/ui/*.rs"
);
}