Sign in
rust
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
coverage
/
discard-all-issue-133606.coverage
blob: 8f5a32f6d7080f3aa252a97d66593134e759da6e [
file
] [
log
] [
blame
]
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
()
{}