Source code
Revision control
Copy as Markdown
Other Tools
#![allow(unreachable_code)]
#[tracing::instrument]
const fn unit() {
""
}
fn main() {}
#![allow(unreachable_code)]
#[tracing::instrument]
const fn unit() {
""
}
fn main() {}