Sign in
chromium
/
external
/
github.com
/
dtolnay
/
thiserror
/
refs/tags/upstream/1.0.60
/
.
/
tests
/
compiletest.rs
blob: 7974a6249e43040f8ac079e1f0c7ba3abb61329f [
file
] [
log
] [
blame
]
#[
rustversion
::
attr
(
not
(
nightly
),
ignore
)]
#[
cfg_attr
(
miri
,
ignore
)]
#[
test
]
fn
ui
()
{
let
t
=
trybuild
::
TestCases
::
new
();
t
.
compile_fail
(
"tests/ui/*.rs"
);
}