8 lines
93 B
Rust
8 lines
93 B
Rust
#![allow(unreachable_code)]
|
|
|
|
#[tracing::instrument]
|
|
const fn unit() {
|
|
""
|
|
}
|
|
|
|
fn main() {}
|