mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-30 12:07:40 +00:00
8 lines
262 B
Plaintext
8 lines
262 B
Plaintext
![]() |
LL| |//@ edition: 2021
|
||
|
LL| |
|
||
|
LL| |// Force this function to be generated in its home crate, so that it ends up
|
||
|
LL| |// with normal coverage metadata.
|
||
|
LL| |#[inline(never)]
|
||
|
LL| 1|pub fn external_function() {}
|
||
|
|