Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
vendor
/
quote-1.0.10
/
tests
/
compiletest.rs
blob: f9aea23b5154721f04537b60075baf789f06e6ba [
file
] [
log
] [
blame
] [
edit
]
#[
rustversion
::
attr
(
not
(
nightly
),
ignore
)]
#[
test
]
fn
ui
()
{
let
t
=
trybuild
::
TestCases
::
new
();
t
.
compile_fail
(
"tests/ui/*.rs"
);
}