mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-19 18:34:08 +00:00
9 lines
141 B
Rust
9 lines
141 B
Rust
//@ known-bug: #123901
|
|
//@ edition:2021
|
|
|
|
pub fn test(test: &u64, temp: &u64) {
|
|
async |check, a, b| {
|
|
temp.abs_diff(12);
|
|
};
|
|
}
|