Sign in
qemu
/
meson
/
refs/heads/fixcygwin
/
.
/
docs
/
markdown
/
snippets
/
rust-mixed.md
blob: d42ab908da6fedb5f6e5039d9878b7b9503f310c [
file
] [
log
] [
blame
] [
view
]
## Rust and non-Rust sources in the same target
Meson
now supports creating a single target
with
Rust
and
non
Rust
sources mixed together
.
In
this
case
,
if
specified
,
`link_language`
must be
set
to
`rust`
.