Sign in
chromium
/
external
/
github.com
/
bolinfest
/
serde-jsonrc
/
db068f484445d4f0a9ead56fd917092f36ff45d4
/
.
/
tests
/
compiletest.rs
blob: 2e861bf670405f685686344aadf8884eb57b6724 [
file
] [
log
] [
blame
]
#[
rustc
::
attr
(
not
(
nightly
),
ignore
)]
#[
test
]
fn
ui
()
{
let
t
=
trybuild
::
TestCases
::
new
();
t
.
compile_fail
(
"tests/ui/*.rs"
);
}