Sign in
android
/
platform
/
external
/
rust
/
crates
/
proc-macro-error
/
1463bab31064b0b94a61b87e7da627ae073e72cb
/
.
/
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"
);
}