mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 11:48:30 +00:00
10 lines
128 B
Rust
10 lines
128 B
Rust
![]() |
// check-fail
|
||
|
// known-bug
|
||
|
// compile-flags: -Z chalk --edition=2021
|
||
|
|
||
|
fn main() -> () {}
|
||
|
|
||
|
async fn foo(x: u32) -> u32 {
|
||
|
x
|
||
|
}
|