Sign in
chromium
/
external
/
github.com
/
dtolnay
/
thiserror
/
refs/heads/upstream/master
/
.
/
tests
/
compiletest.rs
blob: 23a6a065ec960a031726c8c26222b0405d4f5851 [
file
] [
edit
]
#[
rustversion
::
attr
(
not
(
nightly
),
ignore
=
"requires nightly"
)]
#[
cfg_attr
(
miri
,
ignore
=
"incompatible with miri"
)]
#[
test
]
fn
ui
()
{
let
t
=
trybuild
::
TestCases
::
new
();
t
.
compile_fail
(
"tests/ui/*.rs"
);
}