Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
frontmatter
/
include-in-item-ctxt.rs
blob: c8455bc49abd2e73b636b3957ea616ee470bca7c [
file
] [
log
] [
blame
]
// Ensure that in item ctxts we can `include` files that contain frontmatter.
//@ check-pass
#![
feature
(
frontmatter
)]
include
!(
"auxiliary/lib.rs"
);
fn
main
()
{
foo
(
1
);
}