Sign in
android
/
platform
/
external
/
rust
/
crates
/
merge
/
refs/heads/main-16k-with-phones
/
.
/
tests
/
compile.rs
blob: aa1bda72c7766ea73f6c693543b9ba00af9e08ae [
file
] [
log
] [
blame
] [
edit
]
// SPDX-FileCopyrightText: 2020 Robin Krahl <
[email protected]
>
// SPDX-License-Identifier: Apache-2.0 or MIT
#[
test
]
#[
ignore
]
fn
test_compile_fail
()
{
let
t
=
trybuild
::
TestCases
::
new
();
t
.
compile_fail
(
"tests/compile/*.rs"
);
}