Sign in
android
/
platform
/
external
/
rust
/
crates
/
proc-macro-hack
/
a647bf253a3e01f56df0b77ed184c2f97df6740e
/
.
/
tests
/
compiletest.rs
blob: f9aea23b5154721f04537b60075baf789f06e6ba [
file
] [
log
] [
blame
]
#[
rustversion
::
attr
(
not
(
nightly
),
ignore
)]
#[
test
]
fn
ui
()
{
let
t
=
trybuild
::
TestCases
::
new
();
t
.
compile_fail
(
"tests/ui/*.rs"
);
}