mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-19 10:24:16 +00:00
8 lines
105 B
Rust
8 lines
105 B
Rust
//@ edition:2018
|
|
|
|
extern crate opaque_hygiene;
|
|
|
|
pub async fn serve() {
|
|
opaque_hygiene::make_it!();
|
|
}
|