Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
vendor
/
pin-project-lite-0.2.14
/
tests
/
expandtest.rs
blob: 3c23d8b6569fcd3d08018ad4132fcb56e0a93528 [
file
] [
log
] [
blame
] [
edit
]
// SPDX-License-Identifier: Apache-2.0 OR MIT
#![
cfg
(
not
(
miri
))]
#![
cfg
(
not
(
careful
))]
#[
rustversion
::
attr
(
not
(
nightly
),
ignore
)]
#[
test
]
fn
expandtest
()
{
let
args
=
&[
"--all-features"
];
macrotest
::
expand_args
(
"tests/expand/**/*.rs"
,
args
);
}